Forum Activity for @paul

paul
@paul
02/03/16 10:19:44AM
4,335 posts

Using Checkbox to display different blog items


Design and Skin Customization

For the main page, use this -
{jrCore_list module="jrBlog" search="blog_global = on" order_by="blog_display_order numerical_asc" template="item_global.tpl" pagebreak=8 page=$_post.p pager=true}
then for the profile page, use this -
{jrCore_list module="jrBlog" search1="blog_publish_date >= `$smarty.now`" search2="blog_domestic = on" order_by="blog_publish_date numerical_desc" pagebreak=10 page=$_post.p pager=true}
Hope that helps
paul
@paul
02/02/16 05:18:51AM
4,335 posts

Mutual Follow "Friends" button - plus Message


Design and Skin Customization

The CometChat module should include the equivalent jrCore_register_module_feature() function in its own include.php file so as to load up all needed JS.
paul
@paul
02/01/16 02:23:27AM
4,335 posts

Cant delete page


Using Jamroom

Are you logged in as a master admin?
paul
@paul
01/29/16 11:54:52AM
4,335 posts

Mutual Follow "Friends" button - plus Message


Design and Skin Customization

Try this for the jrFollower following.tpl template -

{$_f = jrFollower_get_users_following($_user._profile_id)}
{jrCore_module_url module="jrFollower" assign="murl"}
{if isset($_items)}
{foreach $_items as $item}

    {if $item@first || ($item@iteration % 6) == 1}
    <div class="row">
    {/if}

    {if ($item@iteration % 6) === 0}
        <div class="col2 last">
    {else}
        <div class="col2">
    {/if}

        <div class="p5 center" style="position:relative">
            <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="large" crop="auto" class="img_scale" width=false height=false alt="{$txt|jrCore_entity_string}" title="{$txt|jrCore_entity_string}"}</a><br><a href="{$jamroom_url}/{$item.profile_url}">@{$item.profile_url}</a>
            {if isset($_f["`$item["_user_id"]`"])}
                &nbsp;(Friends - <a href="javascript:void(0)" onclick="javascript:jqcc.cometchat.chatWith({$_f["`$item["_user_id"]`"]});">Message</a>)
            {/if}
            <br>
        </div>

        </div>

    {if ($item@iteration % 6) === 0 || $item@last}
    <div style="clear:both"></div>
    </div>
    {/if}

{/foreach}
{/if}
It calls the jrFollower_get_users_following() function to get an array ($_f) of who is following the profile then checks that array for 'followees' inside the loop and if found adds in the 'friends' and 'message' link.
hth
paul
@paul
01/29/16 05:29:56AM
4,335 posts

Network Hosts


Using Jamroom

Hi Deb - Checkout your Email Delivery Log to see if any issues are reported there for that user - https://www.jamroom.net/icw => Hosting => Server Dashboard => Settings => Email Delivery Log
paul
@paul
01/28/16 12:55:28PM
4,335 posts

Adding Lyrics to Song Pages (pop-out from link)


Design and Skin Customization

Use the Form Designer to add a textarea field to the Audio create and update forms - call it 'audio_lyrics', say, then in the Audio item_detail.tpl template -

{if strlen($item.audio_lyrics) > 0}
     {$item.audio_lyrics}
{/if}
hth
paul
@paul
01/28/16 12:15:35PM
4,335 posts

Network Hosts


Using Jamroom

Hi Deb - Open a ticket with your admin login and I'll take a look. Also let me have a couple of 'old' 'network hosts' for me to compare with 'Dani'.
paul
@paul
01/28/16 10:16:19AM
4,335 posts

Problem with events all listing


Using Jamroom

Quote: That having been said might I ask if you have had any luck with the Google Maps module? All I can get is messages to the effect that my api key is no good. I've tried a dozen times with new keys but to no avail.
I'm using Steve's Google Maps module on one of my sites and I do recall having similar issues. Have just looked and I do not have a key entered and it still works ok. Have you tried it without a key?
paul
@paul
01/28/16 08:06:00AM
4,335 posts

Network Hosts


Using Jamroom

Are you talking about 'moderators' or 'admin users'? If so, have they been made 'Profile Admins' in their user account settings?
paul
@paul
01/28/16 05:45:00AM
4,335 posts

Seeking a quote to do some customization


Design and Skin Customization

What is your current site? Can you outline what you wanted doing? It might be straightforward.
  237