Forum Activity for @douglas

douglas
@douglas
02/04/15 08:00:36AM
2,812 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,812 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,812 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,812 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,812 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.
douglas
@douglas
02/04/15 05:02:56AM
2,812 posts

Ning Json


Ning To Jamroom

Do you have a panel folder in your skins/jrNingja folder?

If so, then you probably already have the json file, you can go to your ACP > Site Builder > Panels > Tools > Import and install the panels for Ningja.

If you don't have that folder, then it should be coming in the next jrNingja release.
douglas
@douglas
02/03/15 09:48:19AM
2,812 posts

Is there a maximum number of menus?


Using Jamroom

I'm seeing the same issue and have created a ticket for it, although Michael (Site Builder Developer) is out of town right now so we'll have to wait on him to get back to see if he can spot the issue.

Thanks!
douglas
@douglas
02/03/15 09:23:57AM
2,812 posts

gallery all list


Using Jamroom

I'm seeing it too and have opened a ticket to get it fixed.

Thanks!
douglas
@douglas
02/03/15 09:00:24AM
2,812 posts

Is there a maximum number of menus?


Using Jamroom

Do you have a link so we can check it out?

Thanks!
updated by @douglas: 02/03/15 10:04:54AM
douglas
@douglas
02/03/15 04:02:56AM
2,812 posts

gallery all list


Using Jamroom

blindmime:
It's in index.tpl.

Which skin are you using?
  176