Forum Activity for @douglas

douglas
@douglas
03/04/15 01:43:17AM
2,807 posts

Featured discussions


Ning To Jamroom

I just tried this on my test site with the Ningja skin and it works for me.


        {* FEATURED FORUM TEST *}

        <div class="row">
            <div class="col12 last">
                <div class="item blog-archive-header" style="margin: 13px 10px 10px 10px;">
                    <h2>Featured Froum Thread</h2>
                </div>
                <div class="item center" style="margin: 10px;padding-bottom: 10px;">
                    {capture name="forum_template2" assign="forum2_row"}
                        {literal}
                            {if isset($_items)}
                                {foreach from=$_items item="item"}
                                    <div class="left p5">
                                        <h3><a href="{$jamroom_url}/{$furl}/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3><br>
                                        <small><span class="bold">Posted:</span>&nbsp;{$item.forum_updated|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}</small><br>
                                        <small><span class="bold">By:</span>&nbsp;<a href="{$jamroom_url}/{$item.forum_updated_profile_url}">@{$item.forum_updated_user_name}</a></small><br>
                                        <small>{$item.forum_text|jrCore_format_string:$item.profile_quota_id:null:nl2br}</small>
                                    </div>
                                {/foreach}
                            {/if}
                        {/literal}
                    {/capture}
                    {jrCore_list module="jrForum" limit="1" template=$forum2_row search="_item_id = 1"}
                </div>
            </div>
        </div>

        {* END FEATURED FORUM TEST *}

The only thing I can add is to make sure the ID your putting in, is an actual forum thread ID.

Hope this helps!
douglas
@douglas
03/03/15 09:24:57AM
2,807 posts

Featured discussions


Ning To Jamroom

If 92532 is a single ID then you might try this:

{jrCore_list module="jrForum" search="_item_id = 92532" template="wafeatured_posts.tpl"}

If 92532 are multiple ID's, you'll want to separate the ID's with a comma:

{jrCore_list module="jrForum" search="_item_id IN 9,25,32" template="wafeatured_posts.tpl"}
douglas
@douglas
03/02/15 02:39:38PM
2,807 posts

Out-of-the-Box Setups


Suggestions

davej56:I have the latest Projam Light skin, but my top 10 list is not working right. See songpress.net.

I was finally able to replicate your issues on my dev site, the problem is you don't have the jrCharts module activated. I put a check into the latest ProJam templates to not show the charts if the module was not active. It is in the Marketplace now.

Hope this helps! :)
douglas
@douglas
03/02/15 08:15:05AM
2,807 posts

Little Seamles Module Bug


Using Jamroom

This has been fixed and is in the Marketplace, you can update via ACP > Marketplace > System Updates.
douglas
@douglas
03/02/15 08:11:59AM
2,807 posts

jrEvent


Off Topic

The icon is linked to the profile event calendar and can be changed to whatever image you want to use by uploading another one via the ACP > Profiles > Profile Events > Images tab.

Or you can do as Strumelia suggested and remove the code all together. ;)
douglas
@douglas
03/02/15 01:46:38AM
2,807 posts

Little Seamles Module Bug


Using Jamroom

The only reason I asked is because in the code you posted:

{jrSeamless_list 
                modules="jrProfile" 
                order_by="_created desc" 
                template="seamless_items.tpl" 
                pagebreak="30"
                page=$_post.page 
                }

is only using one module.

I'm seeing an issue with the jrProfile module and Seamless too, I'll get a ticket open for it.

Thanks!
douglas
@douglas
03/01/15 03:07:07PM
2,807 posts

Little Seamles Module Bug


Using Jamroom

Is there a reason your using the seamless function to list entries for one module?

Can you not just use the jrCore_list function?

{jrCore_list modules="jrProfile" order_by="_created desc" template="seamless_items.tpl" pagebreak="30" page=$_post.p}
douglas
@douglas
02/28/15 01:01:31PM
2,807 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

I would imagine if you wanted them to upload an image at signup, then you would need to use user_image as the field name, however I just tried it and it didn't work for me. You may need to wait on Brian to answer this, but it looks like uploading an image at signup is not possible.
douglas
@douglas
02/28/15 12:46:49PM
2,807 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

Did you name your form field user_image?
douglas
@douglas
02/28/15 12:26:07PM
2,807 posts

Google will begin ranking mobile-friendly sites higher starting April 21


Off Topic

The bg class has a min-width set to 1024px, that is what Google is complaining about on the Beta Launch page, the content is wider than the screen.
mobile_results.jpg mobile_results.jpg - 92KB

updated by @douglas: 02/28/15 12:26:28PM
  168