Forum Activity for @douglas

douglas
@douglas
12/20/14 12:02:41PM
2,807 posts

Fix for Profile Index Displayed Categories


Ning To Jamroom

It would be better if you did this instead.

{* Latest Music and Latest Videos Row *}
       
        <div class="row">

            {if $profile_jrAudio_item_count > 0}
            <div class="{if $profile_jrVideo_item_count > 0}col6{else}col12 last{/if}">
                <div class="block">
                   {jrCore_include template="profile_index_music.tpl"}
                </div>
            </div>
            {/if}


            {if $profile_jrVideo_item_count > 0}
            <div class="{if $profile_jrAudio_item_count > 0}col6{else}col12 last{/if}">
                <div class="block">
                     {jrCore_include template="profile_index_video.tpl"}
                </div>
            </div>
            {/if}

        </div>

updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 11:59:22AM
2,807 posts

contact us tpl media pro


Installation and Configuration

If you have the Custom Forms module, make sure it is activated, I believe it comes with the contact us form.

If you don't you'll need to have the Private Notes module activated.

Without either of those modules, the contact us page will not work.

Hope this helps! :)
douglas
@douglas
12/20/14 11:08:13AM
2,807 posts

seo and gallery


Using Jamroom

If you want to redo you edits, do the reset first, clear your cache and then start with you edits.

Hope this helps! :)
updated by @douglas: 12/22/16 11:55:59AM
douglas
@douglas
12/20/14 09:39:17AM
2,807 posts

seo and gallery


Using Jamroom

Which skin are you using?

If its a clone of the Ningja skin, it was fixed in the latest version. You'll want to modify your jrGallery_index.tpl file and find this:

            {foreach from=$_items item="item"}
            <div class="col3{if $item@last} last{/if}">
                <div class="center" style="margin:10px;">
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_image_name|urlencode}" title="{$item.gallery_caption|default:$item.gallery_image_name|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="large" crop="auto" class="iloutline img_scale img-profile" alt=$item.gallery_image_name title=$item.gallery_image_name}</a><br>
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_title_url}" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>
                    <a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom: 10px;">@{$item.profile_url}</a><br>
                </div>
            </div>
            {/foreach}

and change it to this:

            {foreach from=$_items item="item"}
            <div class="col3{if $item@last} last{/if}">
                <div class="img-profile"{if jrCore_is_mobile_device()} style="margin-bottom:50px;"{/if}>
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_image_name|urlencode}" title="{$item.gallery_caption|default:$item.gallery_image_name|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="large" crop="auto" class="iloutline img_scale" alt=$item.gallery_image_name title=$item.gallery_image_name}</a><br>
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_title_url}" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>
                    <a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom: 10px;">@{$item.profile_url}</a><br>
                </div>
            </div>
            {/foreach}

Hope this helps! :)
updated by @douglas: 12/22/16 11:55:59AM
douglas
@douglas
12/20/14 07:29:09AM
2,807 posts

seo and gallery


Using Jamroom

Have you checked with a mobile device?

Some of the mobile CSS will only work on mobile devices, resizing your computers browser won't always work.

Hope this helps! :)
updated by @douglas: 12/22/16 11:55:59AM
douglas
@douglas
12/20/14 06:55:57AM
2,807 posts

Menu Pages link


Ning To Jamroom

You are correct, a page set to show on the site and not the profile doesn't show on profile pages, however you can add a link to that page using the ACP > Core > Tools > Skin Menu Editor and that will add the link to the profile drop down menu. The site pages should be available when you create a new link.

I should add that you can also add a link to the site page manually too, it might look something like this:

<li><a href="{$jamroom_url}/page/##/page-title">Page Title</a></li>

Where ## is the page ID and page-title is the page title.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 06:37:41AM
2,807 posts

New Ningja Updates.


Ning To Jamroom

You don't have to uninstall the Site Builder modules, just turn them off and the skin will work as normal.

I believe there will be a .json file coming that will load the layout and menu items for the Ningja skin soon.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 06:35:48AM
2,807 posts

Menu Pages link


Ning To Jamroom

You've got the language string set right, but the URL to pages should be {$jamroom_url}/page....

<li><a href="{$jamroom_url}/page">{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="Pages"}</a></li>

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 06:31:52AM
2,807 posts

logo and cover images look like crap


Ning To Jamroom

Glad you figured it out! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/19/14 02:18:38PM
2,807 posts

shops listing questions


Ning To Jamroom

Glad you figured it out. :)
updated by @douglas: 12/29/14 09:23:54AM
  186