Forum Activity for @garymoncrieff

gary.moncrieff
@garymoncrieff
08/10/15 03:22:19AM
865 posts

Profile views, followers and following


Design and Skin Customization

{$profile_jrFollower_item_count} is the function to return the number of followers a profile hs so if it's only showing 10 there must be a bug in Jamroom.

try adding a {debug} in and see what the count is in debug window.
gary.moncrieff
@garymoncrieff
08/07/15 01:21:31PM
865 posts

Cometchat setup


Using Jamroom

The cc admin panel on still outside jam room. It's just iframed in.

Cometchat has a default admin login which you should change as soon as logging in.

cometchat
cometchat
gary.moncrieff
@garymoncrieff
08/03/15 11:11:45PM
865 posts

Ordering Group discussions by latest active


Using Jamroom

It wont be as easy I as that I suspect because of the way group discussion are made, ie a post with comments. Simply changing the order_by to _updated would only kick in if the actual discussion topic gets updated.
gary.moncrieff
@garymoncrieff
08/03/15 08:01:14AM
865 posts

Creating Lists


Using Jamroom

The following settings have always worked for me.
audio_genre.png audio_genre.png - 24KB
gary.moncrieff
@garymoncrieff
08/03/15 07:57:30AM
865 posts

Using Private Profiles?


Using Jamroom

I have been asking for stricter privacy controls for a while. You may be able to use the Profile Exclude module for this purpose however. https://www.jamroom.net/the-jamroom-network/networkmarket/243/profile-exclude
gary.moncrieff
@garymoncrieff
08/02/15 08:52:33AM
865 posts

Profile views, followers and following


Design and Skin Customization

Not sure how to get the number following but for the other two you could try something like this.

        <div class="block mb20" style="border:1px solid #DEDEDE;">
            <div class="block_content">
                <div class="body_1">
                    <div class="profile_image mb10">
                        {if jrProfile_is_profile_owner($_profile_id)}
                            {jrCore_module_url module="jrProfile" assign="purl"}
                            {jrCore_lang skin=$_conf.jrCore_active_skin id="25" default="Change Image" assign="hover"}
                            <a href="{$_conf.jrCore_base_url}/{$purl}/settings/profile_id={$_profile_id}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xlarge" class="img_scale img_shadow" alt=$profile_name title=$hover width=false height=false}</a>
                            <div class="profile_hoverimage">
                                <span class="normal" style="font-weight:bold;color:#FFF;">{$hover}</span>&nbsp;{jrCore_item_update_button module="jrProfile" view="settings/profile_id=`$_profile_id`" profile_id=$_profile_id item_id=$_profile_id title="Update Profile"}
                            </div>
                        {else}
                            {jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xxlarge" class="img_scale img_shadow" alt=$profile_name width=false height=false}
                        {/if}
                    </div>
                    <div class="row">
                        <div class="col3" style="border-right:1px solid #DEDEDE; padding-left: 10px;">
                            {$_user.profile_view_count}<br>
                            Views
                        </div>
                        <div class="col3" style="border-right:1px solid #DEDEDE; padding-left: 10px;">
                            {$profile_jrFollower_item_count}<br>
                            Followers
                        </div>
                        <div class="col4 last" style="padding-left: 10px;">
                            <br>
                            Following
                        </div>
                    </div>
                </div>
            </div>
        </div>

updated by @garymoncrieff: 10/24/15 05:09:01AM
gary.moncrieff
@garymoncrieff
08/01/15 05:03:46AM
865 posts

Editing a page layout with Sitebuilder


Using Jamroom

The all groups page simple maps to /group unless you have added a new template to provide a different layout for the groups front page.

If you want the group page to link to the All Groups menu item you need to go into the page builder menu area and edit the url setting for the All Groups menu item.
updated by @garymoncrieff: 08/01/15 05:05:49AM
  29