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

soaringeagle
@soaringeagle
10 years ago
3,304 posts
the main forums page dreadlocks forums only shows up for me and noone else and not when logged out



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 02/27/15 06:27:21AM
paul
@paul
10 years ago
4,335 posts
Sounds like the forum profile is set to private.


--
Paul Asher - JR Developer and System Import Specialist
soaringeagle
@soaringeagle
10 years ago
3,304 posts
nope double checked that
running integrity check
next going to dive into the menu tpl for clues
but its set to gplobal


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
integrity check didnt fix it


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 01/22/15 08:50:31AM
soaringeagle
@soaringeagle
10 years ago
3,304 posts
all my most important contents hidden...not good


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
paul
@paul
10 years ago
4,335 posts
Post a link please


--
Paul Asher - JR Developer and System Import Specialist
soaringeagle
@soaringeagle
10 years ago
3,304 posts
www.dreadlockssite.com


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
paul
@paul
10 years ago
4,335 posts
I can see you forum without being logged in, but can only see the title bar of the Guides and Pages template. Can see the Guides and Pages list when logged in, so that implies to me that there is something in the jrCore_list parameters or its row template that is excluding non-logged in users.


--
Paul Asher - JR Developer and System Import Specialist
douglas
@douglas
10 years ago
2,797 posts
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?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
10 years ago
3,304 posts
{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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
cyecked ie too not seeing it there


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
10 years ago
2,797 posts
I don't think it has anything to do with the menu, but more in the guides-and-pages row template, or the guides-and-pages.tpl itself... what does your code look like in that template?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
not using a template but the menu items arent showing either


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
10 years ago
2,797 posts
Is there a reason you have this in your function?

search1="npage_group_id = 0"



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
10 years ago
3,304 posts
the pages themselves work why isnt the menu or the list


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
but lets figuree out why the menu items arent working 1st then we can look at that tho theyy mayberelated


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
paul u still got an account if u want to login and poke around


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
{* 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


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
{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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
10 years ago
2,797 posts
Is segolive the name of the skin your using?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
10 years ago
3,304 posts
yea


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
paul
@paul
10 years ago
4,335 posts
soaringeagle:
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

Pages that you have made 'stand alone' using the tool in the Group Page module are now Page module items so you need to use {jrCore_list module="jrPage" etc etc} to see them.


--
Paul Asher - JR Developer and System Import Specialist
soaringeagle
@soaringeagle
10 years ago
3,304 posts
this has gotta be a bug
anyone else having this issue/


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
unrelated but this is what i get from the new deletion tool
jpg
 •  105KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 01/22/15 10:47:41AM
paul
@paul
10 years ago
4,335 posts
Is the correct archive folder name configured in the Ning Archive module?


--
Paul Asher - JR Developer and System Import Specialist
soaringeagle
@soaringeagle
10 years ago
3,304 posts
yea


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
paul
@paul
10 years ago
4,335 posts
Can you email me your ftp logins and I'll take a look
Thanks


--
Paul Asher - JR Developer and System Import Specialist
soaringeagle
@soaringeagle
10 years ago
3,304 posts
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
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
ive been over every template
i cant find the error
alli can think of is 1 of the updates in the last few days caused it cause im 99% sure it was fine 3 days ago


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags