Forum Activity for @paul

paul
@paul
09/26/17 09:26:41AM
4,335 posts

Vimeo and Soundcloud Error, both shows this error "You do not have the proper privileges to perform that action!"


Installation and Configuration

At what point do your users get this error? You say on 'upload' so is that when opening the create form, or when clicking on the button in the create form?
Can we get a user login so that we can see this happening ourselves?
Thanks
paul
@paul
09/25/17 09:49:17AM
4,335 posts

How to restore a JR site with the Database backup file only?


Installation and Configuration

Yes - download the missing modules and FTP them to the /modules folder.
hth
paul
@paul
09/25/17 03:48:16AM
4,335 posts

Adding math equations to variables


Design and Skin Customization

Working ok for me - http://pauldevcom.jamroomhosting.com/mathtest
Here is my template code -
{jrCore_get_count module="jrAudio" name="audio_file_stream_count" assign="audiostreams"}
Audio Streams: {$audiostreams}<br>
{jrCore_get_count module="jrYouTube" name="youtube_stream_count" assign="videostreams"}
Video Streams: {$videostreams}<br>
{$x = $audiostreams + $videostreams}
Total Streams: {$x}<br>
paul
@paul
09/25/17 02:55:05AM
4,335 posts

Adding math equations to variables


Design and Skin Customization

You need to use 'assign', not 'value'. Also, you can do the addition directly in the smarty call, so -

{jrCore_get_count module="jrAudio" name="audio_file_stream" profile_id=$_profile_id assign="audiostreams"}

{jrCore_get_count module="jrYouTube" name="youtube_stream" profile_id=$_profile_id assign="videostreams"}

{$x=$audiostreams + $videostreams}

hth
paul
@paul
09/24/17 05:46:59AM
4,335 posts

how to add an event to an event calendar


Using Jamroom

If just admin is to create events, first of all make a quota just for the admin, then move the admin profile to it.
Goto the Event module quota tab, select the admin quota and enable the module just for that quota.
Now goto the admin profile page and you'll see an Events menu button. Click on that and there you can create/update/delete events that will show on the calendar.
hth
paul
@paul
09/22/17 10:42:34AM
4,335 posts

Limiting Discussions for a member


Using Jamroom

Just clone the users' existing quota, set the limit in it, then move the users to it.
paul
@paul
09/22/17 07:45:45AM
4,335 posts

Templete for Profiles


Ning To Jamroom

Ahh - With you.
The Ninja jrProfile_item_list template is designed to show 12 profile images but the template that is calling it is the jrProfile module's index.tpl template and by default, that is set to a pagebreak of 10.
Edit that module template setting its pagebreak value to 12 -

{jrCore_list module="jrProfile" order_by="_item_id desc" pagebreak="12" page=$_post.p pager=true}

hth
paul
@paul
09/22/17 07:28:09AM
4,335 posts

Templete for Profiles


Ning To Jamroom

Am a bit confused as the images in the top post and your last one seem to be the same.
What exactly are you trying to achieve?
Thanks
paul
@paul
09/22/17 06:47:14AM
4,335 posts

Templete for Profiles


Ning To Jamroom

That would normally be the jrProfile module item_list.tpl template but the Ninja skin over-rides it, so its the jrProfile_item_list.tpl template in the Ninja skin folder.
hth
paul
@paul
09/22/17 06:06:13AM
4,335 posts

How to make poll votes stop showing in timeline?


Using Jamroom

Disable the 'Allow actions' in the module's Global Config section.
hth
  134