Forum Activity for @douglas

douglas
@douglas
02/05/15 08:21:45AM
2,812 posts

Order by Last Updated (new comment) on Group Discussions


Ning To Jamroom

You know, I just checked this on my dev site and I'm not seeing any issues. The View All link works as it should and the list on the profile index page all link to the correct discussion.

Try changing your group module URL back to group and see if it works for you then. It may have something to do with that.
douglas
@douglas
02/04/15 01:36:48PM
2,812 posts

Order by Last Updated (new comment) on Group Discussions


Ning To Jamroom

In your modules/jrGroup/templates/item_detail.tpl change this:

<h3>Discussion Forum</h3> &nbsp; <strong><small><a href="{$jamroom_url}/{$item.profile_url}/{$ndurl}/group_id={$item._item_id}">View All</a></small></strong>

to this:

<h3>Discussion Forum</h3> &nbsp; <strong><small><a href="{$jamroom_url}/{$item.profile_url}/{$ndurl}/{$item._item_id}/{$item.discuss_title_url}">View All</a></small></strong>

Let me know if that fixes it.

Thanks!
douglas
@douglas
02/04/15 10:27:13AM
2,812 posts

Youtube - Mobile View - Chrome - Android


Using Jamroom

YT videos on your site play fine on my SGS5 too.
douglas
@douglas
02/04/15 10:23:01AM
2,812 posts

Home Page Latest Forum URLs - all broken


Ning To Jamroom

The changelog does say what was modified, it just doesn't tell you what templates were modified. You should be able to figure out what templates by what was done, then you just have to use the compare tool to find the changes.

I use to add the templates in the changelog, I guess I could start doing it again.
douglas
@douglas
02/04/15 10:15:01AM
2,812 posts

Order by Last Updated (new comment) on Group Discussions


Ning To Jamroom

You'll want to put the debug in the index_list.tpl file for the module.

Try: order_by="_updated desc"
douglas
@douglas
02/04/15 08:54:17AM
2,812 posts

All skins Header.tpl COMPARE function broken.


Ning To Jamroom

I just tested this on my dev site and I'm not seeing this issue either.
douglas
@douglas
02/04/15 08:23:32AM
2,812 posts

Home Page Latest Forum URLs - all broken


Ning To Jamroom

Basically its the links that were changed...

{if jrCore_checktype($_conf['jrNingja_forum_profile'], 'url')}
    {if isset($item.forum_cat_url)}
        <h3><a href="{$_conf.jrNingja_forum_profile}/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3>
    {else}
        <h3><a href="{$_conf.jrNingja_forum_profile}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3>
    {/if}
{else}
    {if isset($item.forum_cat_url)}
        <h3><a href="{$jamroom_url}/{$item.profile_url}/{$furl}/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3>
    {else}
        <h3><a href="{$jamroom_url}/{$item.profile_url}/{$furl}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3>
    {/if}
{/if}
douglas
@douglas
02/04/15 08:05:35AM
2,812 posts

Getting 404 In Events Page in Nova Skin


Using Jamroom

You could also just change the link to this:

<a href="{$jamroom_url}/{$item.profile_url}/{$_params.module_url}/calendar/month={$item.event_date|jrCore_date_format:"%-m"}/year={$item.event_date|jrCore_date_format:"%Y"}">
  175