Forum Activity for @paul

paul
@paul
08/18/16 12:26:59AM
4,335 posts

Mac Magic Mouse Tip


Off Topic

For years my bluetooth magic mouse has occasionally been losing connection if its lifted briefly from the pad when moving it. Simple fix - take the back battery cover off and slightly bend it inwards so that it holds the batteries in better.
Even Apple have design flaws ;-)

updated by @paul: 11/17/16 05:21:43PM
paul
@paul
08/16/16 11:47:08AM
4,335 posts

Site (blog) News Display from home page not showing..


Using Jamroom

Can we have a link to where this 'faulty' link is please?
paul
@paul
08/16/16 10:27:18AM
4,335 posts

Recycle bin detail page shows "?" instead of profile name


Using Jamroom

We have this fixed for the Core release. Thanks for letting us know about it.
paul
@paul
08/16/16 02:55:15AM
4,335 posts

Recycle bin detail page shows "?" instead of profile name


Using Jamroom

I'm seeing that as well. Will check it out.
Thanks Steve
paul
@paul
08/14/16 12:02:01AM
4,335 posts

New Jamroom Hosting Features Questions


Jamroom Hosting

Just to add to Michael's response, we do have our own chat module under development and that will be released fairly soon.
paul
@paul
08/08/16 02:43:09AM
4,335 posts

Move Social Engine to Jamroom?


Ning To Jamroom

Zachary Moonshine:
all member data from my old jamroom site

OK - That might be a help. Attach it to a support ticket so that I can take a look at what you have.
paul
@paul
08/08/16 02:41:16AM
4,335 posts

Item View Count


Suggestions

You can do this by adding a 'jrCore_counter' smary call to the modules' item_detail.tpl templates. Eg. for blogs -

{jrCore_counter module="jrBlog" item_id=$item._item_id name="blog_view"}

hth
paul
@paul
08/07/16 02:17:52AM
4,335 posts

Advise on Creating a Custom Page


Using Jamroom

www.site/audio by default will call the jrAudio module's index.tpl template.
You can overide this by placing a template called jrAudio_index.tpl into you active skin folder.
Any additional URL parameters are then passed to the template via the $_post array so for www.site/video/categoryname_1 {$_post.option} = 'categoryname_1'
So what you would have to do is place all your different audio category template code into the one jrAudio_index.tpl template and switch between them with {if} statements -

{if $_post.option == 'categoryname_1'}
    // 'categoryname_1' code here
{elseif $_post.option == 'categoryname_2'}
    // 'categoryname_2' code here
{elseif $_post.option == 'categoryname_3'}
    // 'categoryname_3' code here
{elseif $_post.option == 'categoryname_4'}
    // 'categoryname_4' code here
{/if}

hth
paul
@paul
08/04/16 05:58:49AM
4,335 posts

Anyone want freelance work sent their way?


Jamroom Developers

Better if you raise a support ticket. That way the discussion is properly archived and the rest of the JR Team can see it and jump in if necessary.
  202