Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
01/22/15 09:27:19AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

paul u still got an account if u want to login and poke around
soaringeagle
@soaringeagle
01/22/15 09:24:28AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

but lets figuree out why the menu items arent working 1st then we can look at that tho theyy mayberelated
soaringeagle
@soaringeagle
01/22/15 09:23:20AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

douglas:
Is there a reason you have this in your function?

search1="npage_group_id = 0"

yes
thats so only 'stand alone" pages list and not any that belong in groups
soaringeagle
@soaringeagle
01/22/15 09:22:28AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

the pages themselves work why isnt the menu or the list
soaringeagle
@soaringeagle
01/22/15 09:20:31AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

not using a template but the menu items arent showing either
soaringeagle
@soaringeagle
01/22/15 09:19:25AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

argh
this is so confusing
{jrCore_list module="jrGroupPage" pagebreak="15" pager="true" order_by="_updated desc" pager="true" search1="npage_group_id = 0" }

nothing about that looks like it would exclude anything digging deeper

maybe 3 brains will be enough to figuree it out
soaringeagle
@soaringeagle
01/22/15 09:13:16AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

douglas:
The forum is working for me
https://www.dreadlockssite.com/dreadlocks-forums

I can see them and go to each topic.

This one

https://www.dreadlockssite.com/guides-and-pages

isn't showing anything for me either. Are the pages created by a private profile?

its nit the link its the menu item are u seeing the menu item when logged out
soaringeagle
@soaringeagle
01/22/15 09:11:59AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

{if isset($_post.option) && ($_post.option == 'settings' || $_post.option == 'account' || $_post.option == 'notifications' || $_post.option == 'subscription_browser' || $_post.option == 'items' || $_post.option == 'networks' || $_post.option == 'customize' || $_post.option == 'votes' || $_post.option == 'notes' || $_post.option == 'browse')}
                    {assign var="artist_menu_item" value="yes"}
                {elseif isset($from_profile) && $from_profile == 'yes' && $_conf.segolive_forum_profile != $current_url}
                    {assign var="artist_menu_item" value="yes"}
                {else}
                    {assign var="artist_menu_item" value="no"}
                {/if}

is that the block of code i should be looking at if so is it right

just to be safe heres the whole menu code

<div id="menu_content">
    <nav id="menu-wrap">
        <ul id="menu">

            {* Add in Cart link if jrFoxyCart module is installed *}
            {if jrCore_module_is_active('jrFoxyCart') && strlen($_conf.jrFoxyCart_api_key) > 0}
                <li>
                    {jrCore_lang skin=$_conf.jrCore_active_skin id="2" default="cart" assign="cart"}
                    <a href="{$_conf.jrFoxyCart_store_domain}/cart?cart=view">{jrCore_image image="cart24.png" width="24" height="24" alt=$cart}</a>
                    <span id="fc_minicart"><span id="fc_quantity"></span></span>
                </li>
            {/if}

            {if jrCore_module_is_active('jrSearch')}
                {jrCore_lang skin=$_conf.jrCore_active_skin id="3" default="search" assign="st"}
                <li><a onclick="jrSearch_modal_form();" title="{$st}">{$st}</a></li>
            {/if}

            {if jrUser_is_logged_in()}
                {if !jrUser_is_master() && jrUser_is_admin()}
                    <li{if isset($_post.option) && $_post.option == 'dashboard'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrCore"}/dashboard">dashboard</a></li>
                {/if}
                {if isset($_post.option) && ($_post.option == 'settings' || $_post.option == 'account' || $_post.option == 'notifications' || $_post.option == 'subscription_browser' || $_post.option == 'items' || $_post.option == 'networks' || $_post.option == 'customize' || $_post.option == 'votes' || $_post.option == 'notes' || $_post.option == 'browse')}
                    {assign var="artist_menu_item" value="yes"}
                {elseif isset($from_profile) && $from_profile == 'yes' && $_conf.segolive_forum_profile != $current_url}
                    {assign var="artist_menu_item" value="yes"}
                {else}
                    {assign var="artist_menu_item" value="no"}
                {/if}
                <li{if isset($artist_menu_item) && $artist_menu_item == 'yes'} class="menu_active"{/if}>
                    <a href="{$jamroom_url}/{jrUser_home_profile_key key="profile_url"}">{jrUser_home_profile_key key="profile_name"}</a>
                    <ul>
                        {jrCore_skin_menu template="menu.tpl" category="user"}
                    </ul>
                </li>
            {/if}

            {if !jrUser_is_logged_in()}
                {jrCore_module_url module="jrUser" assign="uurl"}
                {if $_conf.jrCore_maintenance_mode != 'on' && $_conf.jrUser_signup_on == 'on'}
                    <li><a href="{$jamroom_url}/{$uurl}/signup">{jrCore_lang skin=$_conf.jrCore_active_skin id="4" default="create account"}</a></li>
                {/if}
                <li><a href="{$jamroom_url}/{$uurl}/login">{jrCore_lang skin=$_conf.jrCore_active_skin id="5" default="login"}</a></li>
            {/if}

            {* Add additional menu categories here *}

            {if jrUser_is_master()}
                {jrCore_module_url module="jrCore" assign="core_url"}
                {jrCore_module_url module="jrMarket" assign="murl"}
                {jrCore_get_module_index module="jrCore" assign="url"}
                {if isset($_post.option) && ($_post.option == 'admin' || $_post.option == 'skin_admin')}
                    {assign var="acp_menu_item" value="yes"}
                {else}
                    {assign var="acp_menu_item" value="no"}
                {/if}
                <li{if $acp_menu_item == 'yes'} class="menu_active"{/if}>
                    <a href="{$jamroom_url}/{$core_url}/admin/global">ACP</a>
                    <ul>
                        <li>
                            <a href="{$jamroom_url}/{$core_url}/admin/tools">system tools</a>
                            <ul>
                                <li><a href="{$jamroom_url}/{$core_url}/{$url}">activity logs</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/cache_reset">reset caches</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/integrity_check">integrity check</a></li>
                                <li><a href="{$jamroom_url}/{$murl}/system_update">system updates</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/system_check">system check</a></li>
                            </ul>
                        </li>
                        <li>
                            {jrCore_module_url module="jrProfile" assign="purl"}
                            {jrCore_module_url module="jrUser" assign="uurl"}
                            <a href="{$jamroom_url}/{$purl}/admin/tools">users</a>
                            <ul>
                                <li><a href="{$jamroom_url}/{$purl}/quota_browser">quota browser</a></li>
                                <li><a href="{$jamroom_url}/{$purl}/browser">profile browser</a></li>
                                <li><a href="{$jamroom_url}/{$uurl}/browser">user account browser</a></li>
                                <li><a href="{$jamroom_url}/{$uurl}/online">users online</a></li>
                            </ul>
                        </li>
                        <li>
                            <a href="{$jamroom_url}/{$core_url}/skin_admin/global/skin={$_conf.jrCore_active_skin}">skin settings</a>
                            <ul>
                                <li><a onclick="popwin('{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/readme.html','readme',600,500,'yes');">skin notes</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/skin_menu">user menu editor</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/skin_admin/images/skin={$_conf.jrCore_active_skin}">skin images</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/skin_admin/style/skin={$_conf.jrCore_active_skin}">skin style</a></li>
                                <li><a href="{$jamroom_url}/{$core_url}/skin_admin/templates/skin={$_conf.jrCore_active_skin}">skin templates</a></li>
                            </ul>
                        </li>
                        <li><a href="{$jamroom_url}/{$core_url}/dashboard">dashboard</a></li>
                    </ul>
                </li>
            {/if}


            {* Site Builder *}
            {if jrCore_module_is_active('jrPanel') && jrCore_module_is_active('jrMenu') && jrCore_module_is_active('jrWidget')}

                {jrMenu_display active=$menu_url}

            {else}


                {if jrCore_module_is_active('jrPage')}
                    <li{if isset($_post.module) && $_post.module == 'jrPage'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrPage"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="Pages"}</a></li>
                {/if}

                {if jrCore_module_is_active('jrGroup')}
                    <li{if isset($_post.module) && $_post.module == 'jrGroup'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrGroup"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="13" default="Groups"}</a></li>
                {/if}

                <li{if isset($_post._uri) && $_post._uri == '/profile'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrProfile"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="16" default="Profiles"}</a></li>

                {if jrCore_module_is_active('jrVideo') ||  jrCore_module_is_active('jrVimeo') ||  jrCore_module_is_active('jrYouTube')}
                <li{if isset($_post.module) && ($_post.module == 'jVideo' || $_post.module == 'jrVimeo' || $_post.module == 'jrYouTube')} class="menu_active"{/if}>
                {if jrCore_module_is_active('jrVideo')}
                    <a href="{$jamroom_url}/{jrCore_module_url module="jrVideo"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="15" default="Video"}</a>
                {else}
                    <a href="{$jamroom_url}">{jrCore_lang skin=$_conf.jrCore_active_skin id="15" default="Video"}</a>
                {/if}
                    {if jrCore_module_is_active('jrVimeo') || jrCore_module_is_active('jrYouTube')}
                    <ul>
                    {if jrCore_module_is_active('jrVimeo')}
                        <li><a href="{$jamroom_url}/{jrCore_module_url module="jrVimeo"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="32" default="Vimeo"} {jrCore_lang skin=$_conf.jrCore_active_skin id="35" default="Videos"}</a></li>
                    {/if}
                    {if jrCore_module_is_active('jrYouTube')}
                        <li><a href="{$jamroom_url}/{jrCore_module_url module="jrYouTube"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="33" default="YouTube"} {jrCore_lang skin=$_conf.jrCore_active_skin id="35" default="Videos"}</a></li>
                    {/if}
                    </ul>
                    {/if}
                </li>

                {/if}
                {if jrCore_module_is_active('jrAudio') || jrCore_module_is_active('jrSoundCloud')}
                    <li{if isset($_post.module) && ($_post.module == 'jrAudio' || $_post.module == 'jrSoundCloud')} class="menu_active"{/if}>
                    {if jrCore_module_is_active('jrAudio')}
                        <a href="{$jamroom_url}/{jrCore_module_url module="jrAudio"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Music"}</a>
                    {else}
                        <a href="{$jamroom_url}">{jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Music"}</a>
                    {/if}
                        {if jrCore_module_is_active('jrSoundCloud')}
                            <ul>
                                <li><a href="{$jamroom_url}/{jrCore_module_url module="jrSoundCloud"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="34" default="SoundCloud"}</a></li>
                            </ul>
                        {/if}
                    </li>
                {/if}

                {if jrCore_module_is_active('jrGallery')}
                    <li{if isset($_post.module) && $_post.module == 'jrGallery'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrGallery"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="Images"}</a></li>
                {/if}

                {if jrCore_module_is_active('jrForum') && strlen($_conf.segolive_forum_profile) > 0}
                    <li{if isset($_post.option) && $_post.option == 'forum' && $_post._profile_id == '1'} class="menu_active"{/if}><a href="{$_conf.segolive_forum_profile}">{jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Forum"}</a></li>
                {/if}
                <li{if isset($selected) && $selected == 'home'} class="menu_active"{/if}><a href="{$jamroom_url}">{jrCore_lang skin=$_conf.jrCore_active_skin id="1" default="Home"}</a></li>
            {/if}
        </ul>
    </nav>

</div>

{if jrCore_module_is_active('jrSearch')}
{* This is the search form - shows as a modal window when the search icon is clicked on *}
<div id="searchform" class="search_box" style="display:none;">
    {jrSearch_form class="form_text" value="Search Site" style="width:70%"}
    <div style="float:right;clear:both;margin-top:3px;">
        <a class="simplemodal-close">{jrCore_icon icon="close" size="16"}</a>
    </div>
    <div class="clear"></div>
</div>{/if}
soaringeagle
@soaringeagle
01/22/15 09:01:45AM
3,304 posts

quick reply needed why are my forums not showing up in menu


Ning To Jamroom

i even reset the skin in db then set it back to mine
https://www.dreadlockssite.com/dreadlocks-forums
cant be seen
and neither can
https://www.dreadlockssite.com/guides-and-pages
since its below it in the menu
  222