Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
01/22/15 12:05:17PM
3,304 posts

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


Ning To Jamroom

weird
i no longer see the archive folder in ftp only the ning_media

theres no way that could affect the menu ofcourse right? (ning was so messed up they change 1 lil thing and dozens of other bugs popped up in unrelated areas)

would the new_ning archive folder have been deleted with the previous version
soaringeagle
@soaringeagle
01/22/15 10:47:12AM
3,304 posts

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


Ning To Jamroom

unrelated but this is what i get from the new deletion tool
- 105KB

updated by @soaringeagle: 01/22/15 10:47:41AM
soaringeagle
@soaringeagle
01/22/15 10:34:27AM
3,304 posts

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


Ning To Jamroom

just a note paul i will be going into maintenence mode soon to migrate
you can still login and poke around

if its a bug ill fix it after migration
if its a issue in my code documnent it and ill have to update it again after migration
soaringeagle
@soaringeagle
01/22/15 10:28:05AM
3,304 posts

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


Ning To Jamroom

they qare oddly assigned to random users many pages i created are assigned to bo king and i dont even know who that is
soaringeagle
@soaringeagle
01/22/15 10:26:07AM
3,304 posts

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


Ning To Jamroom

thnx paul that i think fixes that except 1 shows up empty ill look in the datastore to fix that after the menus fixed wich is my top concern
soaringeagle
@soaringeagle
01/22/15 10:22:52AM
3,304 posts

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


Ning To Jamroom

this has gotta be a bug
anyone else having this issue/
soaringeagle
@soaringeagle
01/22/15 09:38:42AM
3,304 posts

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


Ning To Jamroom

{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}

is that right
i cant put my finger on it but something there looks wrong but i maybe confused
soaringeagle
@soaringeagle
01/22/15 09:34:20AM
3,304 posts

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


Ning To Jamroom

{* 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}

actualy think its gotta be in the sitebuilder menu
  221