Forum Activity for @ken-rich

Ken Rich
@ken-rich
12/20/14 03:34:26PM
926 posts

I Lost my Profile Menu on Update


Ning To Jamroom

I'm running that code (I gave above) on my main site right now and don't seem to be having issues.

Of course I am checking for the exact URL of the Forum on the main site, above is the sandbox URL.
updated by @ken-rich: 12/29/14 09:23:54AM
Ken Rich
@ken-rich
12/20/14 01:39:37PM
926 posts

I Lost my Profile Menu on Update


Ning To Jamroom

I've been screwing around on my sandbox site and this seems to work. Probably because it's not bothering with what the config settings are, but just directly checking for the specific URL. Do you foresee a problem?

{if 'http://sandbox.indiegospel.net/indie-gospel/forum' != $current_url}{else}{/if}

updated by @ken-rich: 12/29/14 09:23:54AM
Ken Rich
@ken-rich
12/20/14 12:28:56PM
926 posts

Fix for Profile Index Displayed Categories


Ning To Jamroom

Thanks Douglas,

Your way fixes it too, just tried it. Probably better code since I am clueless... lol
updated by @ken-rich: 12/29/14 09:23:54AM
Ken Rich
@ken-rich
12/20/14 11:30:25AM
926 posts

Fix for Profile Index Displayed Categories


Ning To Jamroom

I saw that the update was supposed to hide categories and re-size accordingly if no content is present.

However, I had an artist who had songs but no videos. Her half size video category was still showing, but by itself with nothing to the right. Songs were full page.

So I rewrote the code to this, and it fixed it. Hey, you guys are turning me into a programmer lol

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

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


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

        </div>
        

updated by @ken-rich: 07/09/16 09:21:02AM
Ken Rich
@ken-rich
12/20/14 10:15:43AM
926 posts

I Lost my Profile Menu on Update


Ning To Jamroom

I did an experiment in my "sandbox" site. I can definitely conclude that Ningja also has to be the active skin for this to work.

It doesn't matter which skin you substitute for active, unless it's Ningja it produces a missing profile menu on all profiles.

So I guess the question is, what (if anything) would allow this to work when another active skin is chosen through admin skin?
updated by @ken-rich: 12/29/14 09:23:54AM
Ken Rich
@ken-rich
12/20/14 09:56:38AM
926 posts

I Lost my Profile Menu on Update


Ning To Jamroom

Could it possibly be my unique set-up, where Ningja is only run in profiles?
updated by @ken-rich: 12/29/14 09:23:54AM
Ken Rich
@ken-rich
12/20/14 09:50:15AM
926 posts

I Lost my Profile Menu on Update


Ning To Jamroom

Hi Brian,

That doesn't appear to be the issue. Mine was set correctly (see attached).
Forum3.JPG.jpg Forum3.JPG.jpg - 36KB

updated by @ken-rich: 12/29/14 09:23:54AM
Ken Rich
@ken-rich
12/20/14 08:28:10AM
926 posts

I Lost my Profile Menu on Update


Ning To Jamroom

I did the Ningja update to 1.09 and lost my profile menus. To be clear, not just from the Forum (which I want) but from everywhere.

In other words, in a profile all you had was whatever landing page was chosen and you couldn't access anything else because the menu was gone.

The problem appears to be this snippet of code. When I delete it the menu reappears.

Does anyone know why that would be? Is anyone else having this issue?

{if isset($_conf.jrNingja_forum_profile) && $_conf.jrNingja_forum_profile != $current_url} {/if}

updated by @ken-rich: 07/09/16 09:21:02AM
Ken Rich
@ken-rich
12/20/14 08:13:18AM
926 posts

No Volume Control in Mobile View


Using Jamroom

Yup - you are probably right about that...
Ken Rich
@ken-rich
12/19/14 03:18:48PM
926 posts

No Volume Control in Mobile View


Using Jamroom

Believe it or not he wants volume controls on the mini play buttons too lol

I told him no one has those, all I can do is turn them down since he's complaining that they are too load initially. Default is .8 I'm trying .5 for now.
  57