Forum Activity for @douglas

douglas
@douglas
08/02/16 09:58:11AM
2,806 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,806 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,806 posts

Latest Comment on the home page


Using Jamroom

Can you post a link to the page?

Thanks!
douglas
@douglas
08/01/16 05:38:15AM
2,806 posts

List of order _by=


Using Jamroom

The issue here was the ACP > Item Features > Comments > Global Confg > List Options > Comment Sort Direction was set to oldest first.
douglas
@douglas
07/31/16 07:31:12AM
2,806 posts

List of order _by=


Using Jamroom

AndyF:
order_by="_created desc"

That is correct, can you send us your admin login so we can login and check it out?

send it to support[at] jamroom[dot] net

Thanks!
douglas
@douglas
07/31/16 06:23:56AM
2,806 posts

List of order _by=


Using Jamroom

In your skins/jrMediaProLight/side_home.tpl, what does your jrCore_list call have for the order_by parameter for the latest comments section?

I'm not seeing any issues on my end.
douglas
@douglas
07/30/16 08:14:47AM
2,806 posts

dnsquery.org insecure connection



brian:
I've got a new setup in the next User module update that uses the Geo Location modules + a whois query to get a nice layout (see screenshot).

Looks good!
douglas
@douglas
07/30/16 06:02:42AM
2,806 posts

Latest Comment on the home page


Using Jamroom

Latest Comments for the Elastic front page.

            {* LATEST COMMENTS *}
            {if jrCore_module_is_active('jrComment')}
                <div class="block">
                    <div class="title">
                        <h2>Latest Comments</h2>
                    </div>
                    <div class="block_content">
                        <div class="item">
                            {capture name="comments_template" assign="comments_row"}
                                {literal}
                                    {if isset($_items)}
                                    <div style="height:450px;overflow:auto;">
                                        {foreach from=$_items item="item"}
                                        <div style="display:table">
                                            <div style="display:table-row;">
                                                <div style="display:table-cell;width:1%;text-align:center;vertical-align:top;">
                                                    <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xxsmall" crop="auto" alt=$item.user_name class="action_item_user_img iloutline"}</a>
                                                </div>
                                                <div style="display:table-cell;text-align:left;vertical-align:top;padding-left:5px;">
                                                    <div class="normal">
                                                        <a href="{$item.comment_url}">Re:&nbsp;{$item.comment_item_title|truncate:20:"...":false}</a><br>
                                                        {$item._created|jrCore_date_format}<br>
                                                        <span class="highlight-txt"><i>By:</i></span>&nbsp;<a href="{$jamroom_url}/{$item.profile_url}"><span class="capital">{$item.profile_name|truncate:20:"...":false}</span></a><br>
                                                        <br>
                                                        {$item.comment_text|truncate:200:"...":false|jrCore_strip_html}
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                        <hr>
                                        {/foreach}
                                    </div>
                                    {/if}
                                {/literal}
                            {/capture}
                            {jrCore_list module="jrComment" order_by="_created NUMERICAL_DESC" limit="10" template=$comments_row}
                        </div>
                    </div>
                </div>
            {/if}

Hope this helps!
douglas
@douglas
07/26/16 09:37:44AM
2,806 posts

MP3 Player Broken


Using Jamroom

derrickhand300:
Thank you for all the help Douglas!

Your welcome! :)
  93