Forum Activity for @paul

paul
@paul
03/08/17 11:29:20AM
4,335 posts

Documenting API


Proxima

Not sure if this answers your question directly, but Proxima is based on the Jamroom framework so our Docs module would work with it.
hth
paul
@paul
03/08/17 11:26:46AM
4,335 posts

Changing the skin of the footer.


Design and Skin Customization

You _could_ include a skin parameter in that smarty call -

{jrCore_include skin="jrWhatEverSkin" template="footer.tpl" }

but dependent upon which skin you choose it may or may not work if the skin footer does not use the same CSS classes as those of the main skin, so the included footer template may need some editing. Give it a try though.
hth
paul
@paul
03/08/17 11:21:46AM
4,335 posts

Two problems after Ning Import


Ning To Jamroom

The Media Conversion will sample a frame from the video file and create a thumbnail from it.

ACP=>Skins=>Site Index - Enter the full URL to your site forum there
paul
@paul
03/08/17 08:46:50AM
4,335 posts

Show specific download link for different browser


Jamroom Developers

Have now responded to your ticket.
paul
@paul
03/08/17 08:45:00AM
4,335 posts

what's the Maximum Page height on Site Builder ?


Design and Skin Customization

Can we take a look? Do you have a link?
As much info as possible will help us resolve this.
Thanks
paul
@paul
03/08/17 08:43:29AM
4,335 posts

Two problems after Ning Import


Ning To Jamroom

Quote: 1. No thumbnail images for "Latest Videos" on Home page
Have you run the 'Convert Media' tool on the imported videos?

Quote: 2. No page (page does not exist) for "Latest Discussions" link (View All) from Home page.
What skin is this? If Ninja, have you set the forum link in the skin settings?
paul
@paul
03/08/17 08:06:45AM
4,335 posts

Flagging Comments


Using Jamroom

Have created a ticket so that we can discuss this further - https://www.jamroom.net/ticket/49225/flagging-module
paul
@paul
03/08/17 06:15:45AM
4,335 posts

Show specific download link for different browser


Jamroom Developers

Sorry - Haven't responded yet - Just clearing up some other stuff then will get on to it.
paul
@paul
03/08/17 02:36:50AM
4,335 posts

Show Downloads count on MediaPro Skin


Design and Skin Customization

You'll need to modify the appropriate template(s). The audio variable you need to use is 'audio_file_download_count' so in the templates this is likely part of the $item array, so by adding something like this to the template where you want the count to show -

Downloads: ($item.audio_file_download_count|default:0}

Note that the '|default:0' part forces a zero to be displayed if there are no audio downloads as yet.
hth
Paul
  158