Forum Activity for @paul

paul
@paul
03/01/19 07:29:36AM
4,335 posts

How do you update system core?


Using Jamroom

In that case, goto your Marketplace Tools tab and click on the Marketplace Channels button, then enable the Beta channel.
That should allow you to get the beta releases.
paul
@paul
02/26/19 06:29:33AM
4,335 posts

removing menu link to user/signup page


Design and Skin Customization

Dependent upon which skin you're using there will be a 'menu' template(s), maybe something like 'menu_main.tpl' or header_menu_desktop.tpl' and 'header_menu_mobile.tpl'.
The signup/login menu items will be there.
hth
paul
@paul
02/24/19 11:51:10AM
4,335 posts

new question on re-ordering gallery images


Using Jamroom

If you go to the gallery view at /profile_url/gallery/gallery_name/all (changing 'profile_url' and 'gallery_name' to suit, of course), you can drag and drop the images there.
hth
paul
@paul
02/19/19 06:48:49AM
4,335 posts

Where is the "An error was encountered loading the media URL" errot message text


Installation and Configuration

This is actually hard coded in the jrCore index.php file, in the view_jrCore_stream_url_error() function, so cannot be changed in the normal way. This is because normally it shouldn't happen so if/when it does, its a notice for the site admin and not advice for users.
You could update the text in the file if necessary, but the file would likely be overwritten every time there is a Core module update.
hth
paul
@paul
02/15/19 06:02:00AM
4,335 posts

FAQ or Documentation Module


Design and Skin Customization

sekeri:
Now I have found what you mean. Index template is called when you call the module without a profile in the link. But how Jamroom knows what to display when there are more than one FAQs in the system? :)

By default, the index.tpl template will list all FAQs, from all profiles, grouped by category and in the order they were created.
paul
@paul
02/15/19 03:53:20AM
4,335 posts

FAQ or Documentation Module


Design and Skin Customization

We cross-posted :-)
If you want to remove profile menus and details in profile views, try putting the following smarty calls at the top of the relevent templates -

{jrProfile_disable_header}

{jrProfile_disable_footer}

{jrProfile_disable_sidebar}

{jrProfile_disable_module_tabs}

Use them as needed.
paul
@paul
02/15/19 03:44:58AM
4,335 posts

FAQ or Documentation Module


Design and Skin Customization

The FAQ module includes an index.tpl template that will list all your FAQs independent of profile menus and details and that is what is used here on jamroom.net, so you could do the same on your site - www.yoursite.com/faq
hth
paul
@paul
02/14/19 11:55:49AM
4,335 posts

a couple things about sitemap


Using Jamroom

Actually, the seamless module does have an index.tpl template which expects the modules to list as an 'options' post, so your error that there isn't an index.tpl template is wrong.
Also, on my test site mydomain.com/timeline does list all timeline items.
What versions of the seamless and timeline modules are you running? Make sure they are up to date, or reload them if they are.
hth
  69