Forum Activity for @douglas

douglas
@douglas
02/04/15 10:23:01AM
2,807 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,807 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,807 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,807 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,807 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"}">
douglas
@douglas
02/04/15 08:00:36AM
2,807 posts

Home Page Latest Forum URLs - all broken


Ning To Jamroom

Yes, there is a fix for this already but the new version has not been released yet.

This is the code being used now in the index.tpl file for Ningja.

    {* This is the embedded template that is shown for EACH Latest Forum Posts entry on the right side *}
    {if isset($_conf.jrNingja_top_discuss_active) && $_conf.jrNingja_top_discuss_active == 'on'}
        {capture name="template3" assign="forum_tpl"}
        {literal}
            {if isset($_items)}
            {jrCore_module_url module="jrForum" assign="furl"}
            {foreach from=$_items item="item"}
            <div class="container">
                <div class="row">
                    <div class="col12 last">
                        <div class="p5">
                            {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}
                            <div class="normal" style="line-height: 12px;">
                                <strong>{jrCore_lang skin=$_conf.jrCore_active_skin id="45" default="Posted"}:</strong>&nbsp;{$item.forum_updated|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}<br>
                                <strong>{jrCore_lang skin=$_conf.jrCore_active_skin id="46" default="By"}:</strong>&nbsp;<a href="{$jamroom_url}/{$item.forum_updated_profile_url}">@{$item.forum_updated_user_name}</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            {/foreach}
            {else}
            <div class="center p10">
                <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="26" default="No"} {jrCore_lang skin=$_conf.jrCore_active_skin id="19" default="Discussions"}!</h3>
            </div>
            {/if}
        {/literal}
        {/capture}
    {/if}
    {* This is the END of the embedded template that is shown for EACH Top Disscusstion entry on the right side *}

douglas
@douglas
02/04/15 07:44:03AM
2,807 posts

Home Page Latest Forum URLs - all broken


Ning To Jamroom

Are you using the Site Builder or is this just a cloned and modified Ningja skin?

Can you show us the code you have for your latest forum topics?
douglas
@douglas
02/04/15 05:11:51AM
2,807 posts

How Do You Add Another Row To An Existing Layout ?


Using Jamroom

To add another row, I just re-create a "New Layout" of the page and then add in the extra row where I want it. You may have to adjust your widgets because they might move to a different panel since the layout has changed.
douglas
@douglas
02/04/15 05:07:40AM
2,807 posts

ProJam Video Category Question


Design and Skin Customization

The instructions are for uploaded videos only, you would want to follow b360's advise if you want categories for YouTube and Vimeo.
douglas
@douglas
02/04/15 05:04:26AM
2,807 posts

iFrame and Tables


Ning To Jamroom

Isleander:
I have iframe-control and have http://youtube.com as a valid domain, and quota set up for all users, but when I paste an iFrame code into a blog or page it does not save it.

???

In your allowed list, make sure your just using youtube.com, you don't want the http:// part in it.
  175