Forum Activity for @paul

paul
@paul
05/12/14 03:09:28PM
4,335 posts

Is it possible to auto hide/show header in jr5


Design and Skin Customization

Try using the smarty jrCore_is_mobile_device() or jrCore_is_tablet_device() calls in the templates -

{if !jrCore_is_mobile_device() && !jrCore_is_tablet_device()}
// Show header
{/if}

Remember that you'll still need to include the meta.tpl template somewhere for JR to work properly.
hth
Pa
paul
@paul
05/09/14 10:37:35AM
4,335 posts

Module Ideas?


Off Topic

Love to pop in and chew the Jamroom cud, but the Gold Coast and Perth are what, 3000 miles apart?
paul
@paul
05/09/14 10:24:24AM
4,335 posts

Module Ideas?


Off Topic

Thanks guys. Can't wait to meet her in person in June when I go over to Oz for a few weeks.
And as for the module ideas . . . ?
I like them all :-)
paul
@paul
05/07/14 01:12:54PM
4,335 posts

Module Ideas?


Off Topic

What a lot of you may not realise is that the Aparna module was named after my first grand-daughter.
Well, yesterday, my second grand-daughter was born, so, any suggestion for what a jrAnnika module should do? :-)

updated by @paul: 06/10/14 11:08:40PM
paul
@paul
04/30/14 03:50:52AM
4,335 posts

Chained Select Module problem


Installation and Configuration

The module doesn't have a Global tab any more. Everything happens in the Tools/Manager section.
hth
Pa
paul
@paul
04/29/14 09:15:45AM
4,335 posts

Order by Listing?


Using Jamroom

You can order by any DataStore field. Look on the appropriate DataStore to see what you have. Eg. audio_file_stream_count
audio_rating_overall_average_count
audio_rating_overall_count
profile_view_count
paul
@paul
04/29/14 07:25:31AM
4,335 posts

Order by Listing?


Using Jamroom

order_by in a jrCore_list call always needs a field name, even for random, so options might be -

order_by="_created RANDOM"
order_by="profile_name ASC"
order_by="user_name DESC"
order_by="_created NUMERICAL_ASC"
order_by="event_date NUMERICAL_DESC"

hth
Pa
paul
@paul
04/28/14 07:46:08AM
4,335 posts

Related Youtube videos


Design and Skin Customization

{if $_post.option == "youtube"}
// Show YT stuff
{/if}
paul
@paul
04/25/14 09:17:07AM
4,335 posts

Related Youtube videos


Design and Skin Customization

Yes, its possible. Just edit the appropriate template (profile_header.tpl I think) to include a {jrCore_list module="jrYouTube" . . . } call.
You'll also need a 'row' template for it and to add in specific parameters into the jrCore_list call so as to show the items you want showing.
hth
Pa
paul
@paul
04/25/14 02:24:10AM
4,335 posts

Chained Select Module problem


Installation and Configuration

Yes, and I have a fix for it. Will get the module updated later and let you know.
  395