Forum Activity for @paul

paul
@paul
11/11/15 05:33:26AM
4,335 posts

How Do I Turn Proxima Off?


Proxima

First goto ACP skins page and switch from the Proxima Alpha skin to Elastic (say), then got back to the modules tab and disable all the Proxima modules. That should now ne a 'regular' Jamroom install.
hth
paul
@paul
11/10/15 02:04:13AM
4,335 posts

Odd formatting issue


Using Jamroom

Your members are posting bad html. Updated modules coming soon will fix this.
paul
@paul
11/09/15 08:54:33AM
4,335 posts

Unable to create the Audio Page using the Site Builder


Using Jamroom

Yeah, the Combined Audio module does switch the module urls. Yes, change the Combined one instead.
paul
@paul
11/09/15 05:33:15AM
4,335 posts

Unable to create the Audio Page using the Site Builder


Using Jamroom

That should work. Change it in the Audio module's 'Info' tab.
paul
@paul
11/09/15 02:59:00AM
4,335 posts

How to create child menu items (drop downs) using the Menu Builder


Using Jamroom

Create the child menu entry, drag it to under its parent then drag it to the right.
hth
paul
@paul
11/09/15 12:35:52AM
4,335 posts

Unable to create the Audio Page using the Site Builder


Using Jamroom

'audio' is the url name of the Audio module so likely some conflict there. Try another name for the page like 'audios' or 'audio_page' or 'music'.
Hth
paul
@paul
11/07/15 10:14:57AM
4,335 posts

Can i use the Annika Live Wall as a comment wall?


Using Jamroom

Here's the 'Annika' code from guff.it - its pretty straight forward -
In the profile sidebar -
            {if jrUser_is_logged_in()}
                <div class="block">
                    <h3>{jrCore_lang module="jrAnnika" id="2" default="Live Wall"}</h3>
                    <div style="padding:5px;border:1px solid #ccc;border-radius:5px;max-height:200px;overflow:auto;">
                        {jrAnnika_live_wall target="ptimeline" template="annika_profile_timeline.tpl" tpl_dir="jrAnnika" profile_id=$_profile_id style="width:240px;height:150px;overflow:auto;"}
                    </div>
                </div>

            {/if}
Then in the annika_profile_timeline.tpl template -
{* Show latest profile activities *}
{jrCore_list module="jrAction" order_by="_created numerical_desc" include_followed=true profile_id=$profile_id limit=5}

The jrAction item_list.tpl can then be modified, of course, to list actions as required.
hth
paul
@paul
11/07/15 02:04:14AM
4,335 posts

Question on allowing streaming but limiting downloads to specific quotas or profile types


Installation and Configuration

Also make sure your site is in Developer Mode when doing template work so that changes show immediately-
ACP=>Developer=>Global
paul
@paul
11/06/15 05:30:30PM
4,335 posts

Can group owners add a document to one of their group's pages? If so, how?


Ning To Jamroom

How are you creating the page?
If you are using the Page module the file can be embedded in the HTML editor - click on the 'media' icon (right on second row of toolbar).
  254