Forum Activity for @douglas

douglas
@douglas
08/01/16 05:38:15AM
2,812 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,812 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,812 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,812 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,812 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,812 posts

MP3 Player Broken


Using Jamroom

derrickhand300:
Thank you for all the help Douglas!

Your welcome! :)
douglas
@douglas
07/25/16 09:03:20AM
2,812 posts

MP3 Player Broken


Using Jamroom

The "Offshore Drilling Rig Virtual Tour" widget is whats messing up the player layout.

I moved it to the bottom of the side and the player looks fine now.
douglas
@douglas
07/25/16 07:29:28AM
2,812 posts

Facebook link issue


Using Jamroom

izhmel:
the player don't stream in facebook

Your site has to be running in SSL in order to post players to Facebook, it's a Facebook requirement.

Hope this helps!
douglas
@douglas
07/25/16 07:27:06AM
2,812 posts

Video not streaming


Using Jamroom

I get a page not found from that link.
douglas
@douglas
07/25/16 04:06:47AM
2,812 posts

MP3 Player Broken


Using Jamroom

I went ahead and fixed this up for you, let me know if you see any issues.
  94