Forum Activity for @douglas

douglas
@douglas
02/20/16 05:53:41AM
2,807 posts

Do you continue to do updates on customized skins?


Design and Skin Customization

You can also check the skins changelog.txt file...


ProJam Change Log:
Quote:
Version 1.5.0:
- New: Audio and Video players added
- Update: Updated profile templates and CSS files to accommodate new video player
- Bug Fix: typo in youtube pagination causing 2 next buttons to show
- Update: Updated CSS files to fix attach file button.
- Update: Removed bottom positioning for share this checkbox on timeline form.
- Added: Added YouTube and Pinterest social links and images to the footer template.
- Update: Replaced window.location with jrCore_window_location
- Update: Changed ACP > System Tools > Activity Log URL to go to the dashboard where the activity log has been moved to.


Nova Change Log:

Quote:
Version 1.5.0:
- New: Audio and Video players added
- Update: Updated profile template files to accommodate new video player
- Update: Updated CSS files to fix attach file button.
- Update: Removed bottom positioning for share this checkbox on timeline form.
- Update: Replaced window.location with jrCore_window_location
- Fixed: Removed blogs_entry template and pointed blog titles to profile blog detail page.
- Added: Added YouTube and Pinterest social links and images to the footer template.
- Update: Changed ACP > System Tools > Activity Log URL to go to the dashboard where the activity log has been moved to.
douglas
@douglas
02/19/16 09:53:56AM
2,807 posts

Need CSS Help


Using Jamroom

Sort of a fan, don't watch much TV. :)
douglas
@douglas
02/18/16 09:53:00AM
2,807 posts

Need CSS Help


Using Jamroom

North OKC, close to Edmond, closer to Nichols Hills if you know that area?
douglas
@douglas
02/17/16 09:25:27AM
2,807 posts

Need CSS Help


Using Jamroom

Yeah, that is a ways out there, I don't get out that way very often. :)
douglas
@douglas
02/17/16 08:37:45AM
2,807 posts

Need CSS Help


Using Jamroom

This issue was you had footer CSS saved in the database for your skin.

ACP > Developer Tools > Tools > Database Admin and its the custom_skin_css column in the jr_jrcore_skin table.

What part of Western Oklahoma are you from?
douglas
@douglas
02/17/16 08:29:04AM
2,807 posts

Like / Dislike on Timeline


Design and Skin Customization

Try this:

{if isset $_items}
{jrCore_module_url module="jrLike" assign="murl"}
{foreach $_items as $item}
{/foreach}{debug}
{/if}

updated by @douglas: 02/17/16 08:29:21AM
douglas
@douglas
02/16/16 10:46:44AM
2,807 posts

Need CSS Help


Using Jamroom

I've got this fixed for you.

Let me know if you see any issues.
douglas
@douglas
02/15/16 08:51:36AM
2,807 posts

Need CSS Help


Using Jamroom

This should be a real easy fix, as Michael said, if changing the CSS file isn't working, then there is a setting for that class in the database.

If you'll send you URL, admin login and FTP info, I'll look into it for you. It shouldn't take too long to do.
douglas
@douglas
02/12/16 09:02:27AM
2,807 posts

Jamroom 5.3 is now out of beta!


Announcements

Do you have a dev site setup?

If you are really worried about it, you could setup a dev site, exact replica of your live site, then update that to 5.3 to see if you run into any issues.

If you are using a cloned/custom skin, and any modifications made to module templates/CSS were done via the ACP, you should be okay.

If you are not using a cloned skin, just don't update any skins. I don't think there are any updates to skins except the jrElastic skin anyway.

Hope this helps!
douglas
@douglas
02/09/16 10:08:26AM
2,807 posts

Follow annd Rating functions


Genosis

Yes, I have both the Follow and Rating modules installed on my test Genosis site as well but the code isn't in the templates so neither show.

The "Follow" code should go in the profile_header.tpl for your Genosis skin, if you want the ability to rate blogs, the "Rating" code would go in your Genosis skins jrBlog_item_detail.tpl, since it is a custom module template for that skin. If you want to rate the profile, you could put it in the profile_header.tpl as well.

Hope this helps!
  114