Forum Activity for @johnchansa

johnchansa
@johnchansa
04/04/15 12:50:36PM
195 posts

Lifestreams - Twitter


LifeStreams

johnchansa:
I put {debug} in the my template(index.tpl) and I don't see any value.I also tried to hard code the function... profile_id="1" and nothing changed.

The site wide lifestreams page is working ok.
http://www.zmusicportal.com/lifestreams
johnchansa
@johnchansa
04/04/15 12:48:28PM
195 posts

Lifestreams - Twitter


LifeStreams

I put {debug} in the my template(index.tpl) and I don't see any value.I also tried to hard code the function... profile_id="1" and nothing changed.
johnchansa
@johnchansa
04/04/15 11:58:46AM
195 posts

Lifestreams - Twitter


LifeStreams

Hi,
I still can't get site wide lifestreams to show on my front page.I'm using this code.
{* SITE WIDE LIFESTREAMS *}
   {if jrCore_checktype($_conf.ujLifeStreams_index_profile_id,'number_nz') || strpos($_conf.ujLifeStreams_index_profile_id,',') > 0}
   {jrCore_module_url module="ujLifeStreams" assign="murl"}
    <div class="row">
            <div class="col12 last">
                <div class="inner mb10">
                    <div class="inner leader">Social Media Wall</div>
                        <div class="block">		
		                    <div class="block_content">
			                   <div class="item lifestream-alt">			
				               {jrCore_module_function function="ujLifeStreams_display" profile_id=$_conf.ujLifeStreams_index_profile_id limit=3 filters=true actions_mode="site"}
			                   </div>
		                    </div>
                     	</div>      	
    {/if}
                </div>  
           </div>
     </div>
see website http://www.zmusicportal.com/

Any suggestions?
johnchansa
@johnchansa
03/28/15 10:02:56AM
195 posts

Lifestreams - Twitter


LifeStreams

That fix worked.....super!
johnchansa
@johnchansa
03/28/15 09:56:14AM
195 posts

Lifestreams - Twitter


LifeStreams

OK...thanks.I'll give that a try.
What's the code I can use to place all lifestream feeds,lets say somewhere on the front page?
johnchansa
@johnchansa
03/28/15 08:54:56AM
195 posts

Lifestreams - Twitter


LifeStreams

This is code that I found in the profile_header.tpl.
 <div class="row">
        <div class="col12 last">
            <div class="profile_menu">
                {if jrCore_is_mobile_device()}
                    {jrProfile_menu template="profile_menu_mobile.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url}
                {else}
                    {jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url}
                {/if}
            </div>
        </div>
    </div>

The profile_menu.tpl has this
{if isset($_items)}
{foreach from=$_items key="module" item="entry"}
    {if $entry.active == '1'}
    <a href="{$entry.target}"><div class="profile_menu_entry profile_menu_entry_active">{$entry.label}</div></a>
    {else}
    <a href="{$entry.target}"><div class="profile_menu_entry">{$entry.label}</div></a>
    {/if}
{/foreach}
{/if}

I guess there has been a change in the templates.What should I do?
johnchansa
@johnchansa
03/28/15 06:12:38AM
195 posts

Lifestreams - Twitter


LifeStreams

The feeds are all working well on my site.
In one of your previous forum posts,this site seemed to have a problem-
http://musicrush.com//emdiamond/lifestreams
The feeds are still not showing.
The only issue I have is that the profile menu button/tab for lifestreams is not appearing even after enabling it to show on the profil.Site users can't see lifestreams in the menu.It only appears when I log in as admin.
http://www.zmusicportal.com/scarlet
johnchansa
@johnchansa
03/27/15 06:00:25PM
195 posts

Lifestreams - Twitter


LifeStreams

There appears to be an error in the twitter.js file.My twitter feeds which were absent are now showing.
I copied code from the original file(find it here-christianv-jquery-lifestream-0.5.2-18-gea8b69a.zip) and pasted it onto the twitter.js file in your module.Surprisingly,the feeds appeared.However the profile button/tab for lifestreams is still missing(Nova Skin).
It would be helpful if you check the error and include a change in the next update.Your module is really great.
http://www.zmusicportal.com/scarlet/lifestreams
Cheers!
updated by @johnchansa: 03/27/15 07:59:15PM
johnchansa
@johnchansa
03/15/15 10:24:01AM
195 posts

Create skin templates via ACP


Design and Skin Customization

Is it possible to add templates to a skin via ACP? I was planning to seperatly track DJ profiles just like Artists and Members.
I've read that modifications done within jamroom are not overwritten when there is an update.
updated by @johnchansa: 05/15/15 12:58:43PM
  5