Forum Activity for @douglas

douglas
@douglas
11/28/13 10:26:55AM
2,808 posts

Happy Thanksgiving!


Off Topic

Happy Thanksgiving! :D
douglas
@douglas
11/28/13 04:02:22AM
2,808 posts

How to add a Profile Menu item?


Design and Skin Customization

Sorry for not replying sooner.

If you want just a single contact link for the profile menu, use this...

{capture name="tpl" assign="tpl"}
    {literal}
        {jrCore_module_url module="jrPrivateNote" assign="murl"}
        {foreach $_items as $i}
        <a href="{$jamroom_url}/{$murl}/new/user_id={$i._user_id}"><div class="profile_menu_entry">Send a Note to {$i.user_name}</div></a>
        {/foreach}
    {/literal}
{/capture}
{jrCore_list module="jrUser" limit="1" profile_id=$_post._profile_id template=$tpl}

in your profile_menu.tpl file.

Hope this helps,
Douglas
updated by @douglas: 11/28/13 04:03:07AM
douglas
@douglas
11/27/13 11:27:47AM
2,808 posts

ProJam skin suggestion


Suggestions

I'm sure Brian will correct me if I'm wrong here, but I'm not sure the activity feed can be ajaxed like the tagging, comments and ratings.
douglas
@douglas
11/27/13 06:00:25AM
2,808 posts

ProJam skin suggestion


Suggestions

You are correct Brian, the PJ and Nova skins use the same code for commenting, rating and tagging.
douglas
@douglas
11/26/13 12:06:42PM
2,808 posts

How to add a Profile Menu item?


Design and Skin Customization

ouviste:
Hey Douglas, where and what do I add to show the user_id on the url so it works with the changes done to JR 5.1.3?

I'm not 10% sure what you mean, where do you need a user_id?
douglas
@douglas
11/26/13 05:50:54AM
2,808 posts

Use disqus on blog posts


Using Jamroom

That is odd, it works on my dev site, are you running the latest version of the jrDisqus module, jrProJamLight skin and Jamroom Core?
douglas
@douglas
11/26/13 05:44:38AM
2,808 posts

CSS Override


Design and Skin Customization

Yes, changelogs are provided for for each module and skin.
douglas
@douglas
11/26/13 05:42:57AM
2,808 posts

Buy now buttons


Using Jamroom

That almost sounds like a PayPal issue and not something with your website. I'm not seeing any issue however I'm not clicking the pay now button when I get logged into PayPal after clicking the buy now button.
douglas
@douglas
11/26/13 05:39:25AM
2,808 posts

CSS Override


Design and Skin Customization

If you have cloned a skin and are using that for your site, updates will not effect your cloned skin in any way.

Then when updates do come out for the skin you are using as a base, you would just need to find out what was changed and decide if you need to make the same change(s) to your custom skin.

Hope this helps,
Douglas
douglas
@douglas
11/26/13 05:36:01AM
2,808 posts

Use disqus on blog posts


Using Jamroom

Where does it not work?
  265