Forum Activity for @paul

paul
@paul
10/26/16 03:04:51PM
4,335 posts

Adding the Forum topic titles to a widget on the main page


Using Jamroom

I've made it into a Template Code widget with this in the template -

{jrCore_list module="jrForum" search1="forum_profile_id = 2" order_by="forum_updated numerical_desc" limit="5" quota_check=false}

Forum lists are a bit different as they nearly always need that quota_check=false parameter to make them work, so doing it this way allows that to be added. Its needed because those posting on forums don't always have the Forum module enabled in their quota, so this parameter tells the jrCore_list call not to check for the Forum module being enabled.
paul
@paul
10/26/16 02:39:59PM
4,335 posts

Adding the Forum topic titles to a widget on the main page


Using Jamroom

Try ordering the forum items by 'forum_updated' and select ' descending (numerical)'.
Only the first posts in forum threads have this field so they will also have the forum_title field.
paul
@paul
10/26/16 02:30:46PM
4,335 posts

opening a tab in a new window


Using Jamroom

Select the SiteBuilder menu item then in its 'OnClick Code' field enter this -

window.open('http://www.google.com');

Changing 'http://www.google.com' to whatever your URL is, of course.
Then make the URL field blank.
hth
paul
@paul
10/25/16 12:15:19PM
4,335 posts

Audio - Page not Found


Using Jamroom

Check that the module url field in the ACP Audio Info tab has been set to 'uploaded_audio'. If it hasn't happened automatically, do it by hand.
paul
@paul
10/23/16 04:32:08AM
4,335 posts

Audio upload limited to 32mb


Installation and Configuration

Have you got the 'max upload size' configured correctly in the Core quota settings?
paul
@paul
10/22/16 04:38:04AM
4,335 posts

The Skin I Bought Is Not under My Licenses Anymore


Design and Skin Customization

Its showing in your licences on your profile update page (page 2). Where can't you access it?
paul
@paul
10/21/16 01:11:25PM
4,335 posts

Using the Form designer checkbox with a jrCore_list


Design and Skin Customization

Try adding the quota_check=false to the call -

{jrCore_list module="jrForum" search1="forum_featured = on" search2="forum_cat like %" template="featured_forums.tpl" limit="10" quota_check=false}

Just by way of an explanation, the forum posts likely belong to profiles who do not have the Forum module enabled in their quota, so that is why the jrCore_list is not returning those items. The quota_check parameter overides that test.
paul
@paul
10/20/16 02:00:05AM
4,335 posts

Sending new passwords with NingImport tool and Mailgun validation


Ning To Jamroom

That's nothing to do with sending the passwords. Its a message from the MailGun module. If it detects KB failures it will tag them as MG failures as well.
paul
@paul
10/19/16 10:20:36PM
4,335 posts

How to change the background color? Sage skin


Ning To Jamroom

Deb W.:
So I have more questions about the Sage skin.... Should I post those here or should I post each question in a separate thread?

Seperate threads make it easier for other users when searching the forum for answers.
Thanks
  182