Forum Activity for @douglas

douglas
@douglas
08/04/16 04:50:25AM
2,812 posts

How to add the who is online for the entire site?


Using Jamroom

The "Whos Online" doesn't show for me when logged out either, I'll get a ticket open for that.

If your trying to use the Stats block from the skins/jrElastic/profile_sidebar.tpl, it isn't going to work in non profile skin templates. You would need to use the jrCore_stats function instead for non profile templates, ie.:

{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
<span class="normal">&bull;&nbsp;{$title}:&nbsp;{$_stat.count}</span>
{/foreach}
{/literal}
{/capture}
{jrCore_stats template=$stats_tpl}

Hope this helps!
douglas
@douglas
08/04/16 04:35:25AM
2,812 posts

Full width Image on the home page


Using Jamroom

pch:
In the image tag, I've removed width:false heigh:false and I added min-width:100%; max-width:100% in the style tag next to background-position:cover. It fixed that small issue. No more part of the image was cut. Also width:"100%" and height:"100%" instead of min-width:100%; max-width:100% works, I have tried it.

You actually don't need the min-width and max-width elements since the backround-position element doesa the same thing, I've removed them for you.
douglas
@douglas
08/04/16 04:22:16AM
2,812 posts

Full width Image on the home page


Using Jamroom

I don't believe there is a scroll down function for the Elastic skin.
douglas
@douglas
08/03/16 09:31:20AM
2,812 posts

Radio


Installation and Configuration

eminyard:
RADIO??? I want Radio. Where do I find this thing??

Its actually just a playlist created on the site admins profile and displayed as a radio in certain skins, ie. MediaPro and ProJam.

You can install the Playlist module from your ACP > Marketplace if you have not already done so.

Hope this helps!
douglas
@douglas
08/02/16 10:00:52AM
2,812 posts

How to add the who is online for the entire site?


Using Jamroom

Which blocks are not showing to visitors?
douglas
@douglas
08/02/16 09:59:16AM
2,812 posts

Full width Image on the home page


Using Jamroom

I've fixed this on your site as well, the code is now in your header.tpl file and will only show on the index page, let me know if that will work for you.
douglas
@douglas
08/02/16 09:58:11AM
2,812 posts

Latest Comment on the home page


Using Jamroom

This is fixed on your site, had to turn on the "only active modules" in your Comments Global Config section. When the next update comes out, you can turn that feature off you want.
douglas
@douglas
08/01/16 06:46:50AM
2,812 posts

Latest Comment on the home page


Using Jamroom

Send us your site URL and admin login so we can check it out. Send it to support[at]jamroom[dot]net

I'm running php 7 on my dev server and I'm not seeing any issues.

Thanks!
douglas
@douglas
08/01/16 05:40:19AM
2,812 posts

Latest Comment on the home page


Using Jamroom

Can you post a link to the page?

Thanks!
  93