Forum Activity for @paul

paul
@paul
01/21/16 06:08:36PM
4,335 posts

Discussions closing after 30 days


Ning To Jamroom

Yes, it might be that discussions that have been auto-closed prior to the 'never' being set will need to be reopened by hand.
paul
@paul
01/21/16 05:54:47PM
4,335 posts

site no longer sends emails


Installation and Configuration

Are your notification settings checked as appropriate? We have had instances of them being randomly reset that we have been looking in to.
paul
@paul
01/21/16 05:52:33PM
4,335 posts

Video Not Playing In Desktop Browsers (on custom skin)


Installation and Configuration

Can you point us to where this is happening?
Thanks
paul
@paul
01/21/16 05:51:18PM
4,335 posts

How to put the share this on uploaded_audio page


Using Jamroom

https://www.jamroom.net/the-jamroom-network/documentation/modules/2598/sharethis

So, just add
{jrShareThis module="jrAudio" item_id=$item._item_id}

to the Audio item_list.tpl template file.
hth
paul
@paul
01/17/16 03:11:23AM
4,335 posts

User Profiles - Data browser - Filter by email domain


Using Jamroom

The problem with this is that emails are a User variable and not included or searchable when listing Profiles. You'll have to list users instead and link to their profiles with template manipulation. Try this -

{capture name="emails_tpl" assign="emails_tpl"}
    {literal}
	<div class="container">
    	    {if isset($_items)}
                {foreach from=$_items item="item"}
                    {if $item@first || ($item@iteration % 2) == 1}
                        <div class="row">
                    {/if}
                    <div class="col6{if $item@last || ($item@iteration % 2) == 0} last{/if}">
                        {$profile_url = jrCore_db_get_item_key('jrProfile', $item['_profile_id'], 'profile_url')}
                        <a href="{$jamroom_url}/{$profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="large" crop="portrait" class="img_scale" style="margin:0" alt="@`$item.user_name`" title="@`$item.user_name`"}</a>
                    </div>
                    {if $item@last || ($item@iteration % 2) == 0}
                        </div>
                    {/if}
                {/foreach}
            {/if}
        </div>
    {/literal}
{/capture}

{$search_domain = 'gmail.com'}
{jrCore_list module="jrUser" search="user_email LIKE %`$search_domain`%" template=$emails_tpl}
This code displays returned users side by side whose email domain is gmail.com.
hth
updated by @paul: 01/17/16 03:12:12AM
paul
@paul
01/16/16 10:19:57PM
4,335 posts

Server reporting disk full....


Using Jamroom

Your site is in Maintenence Mode. We'll need the admon login in order to take a look.
Thanks
paul
@paul
01/16/16 12:53:45AM
4,335 posts

help me fix a few links


Ning To Jamroom

Basically, you don't have any profiles called 'admin' or 'dave_i' so I guess wherever these links are on your site, they've been 'hard coded'.
paul
@paul
01/15/16 06:02:20PM
4,335 posts

Site-wide Forum Header


Design and Skin Customization

Sure - Do that and I'll take a look.
updated by @paul: 01/15/16 06:03:28PM
paul
@paul
01/15/16 08:14:49AM
4,335 posts

Jamroom Why Are You Stripping My Video Code From HTML?


Using Jamroom

http://jam5uk.jamroomhosting.com/curtis_test

This site just has the default tags allowed, allow all domains unchecked with nothing in the domains box and the Framer module hasn't been configured for this domain - Ie. its set up 'out of the box'.
paul
@paul
01/15/16 07:18:14AM
4,335 posts

Discussions closing after 30 days


Ning To Jamroom

Email me at support[at]jamroom[dot]net
Thanks
  239