Results 1 to 3 of 3
-
12th Apr 2011, 12:35 PM #1OPMemberWebsite's:
unknown-bb.comremove forum from header how?
how can i remove the forum part or the cheekytunes part?lenney Reviewed by lenney on . remove forum from header how? http://i56.tinypic.com/2qbwy9t.jpg how can i remove the forum part or the cheekytunes part? Rating: 5http://unknown-bb.com/ // http://www.cheekytunes.co.uk ONLINE RADIO
-
12th Apr 2011, 04:09 PM #2Respected Member
Assuming you have 3.1 it is in template globalTemplate:
find:
{parse variable="forumActive" default="" oncondition="IPS_APP_COMPONENT == 'forums'" value="active"}
{parse variable="membersActive" default="" oncondition="IPS_APP_COMPONENT == 'members'" value="active"}
{parse variable="helpActive" default="" oncondition="IPS_APP_COMPONENT == 'core' AND $this->request['module'] == 'help'" value="active"}
<if test="!ipsRegistry::$applications['forums']['app_hide_tab']"><li id='nav_discussion' class='left {parse variable="forumActive"}'><a href='{parse url="act=idx" seotitle="false" base="public"}' title='{$this->lang->words['go_to_discussion']}'>{$this->lang->words['discussion']}</a></li></if>
<if test="!ipsRegistry::$applications['members']['app_hide_tab']"><li id='nav_members' class='left {parse variable="membersActive"}'><a href='{parse url="app=members&section=view&module=list" base="public"}' title='{$this->lang->words['go_to_memberlist']}'>{$this->lang->words['tb_mlist']}</a></li></if>
<if test="applicationsloop:is_array($header_items['applications']) AND count($header_items['applications'])">
<foreach loop="applications:$header_items['applications'] as $data">
<if test="showingapp:$data['app_show']">
{parse variable="appActive" default="" oncondition="$data['app_active']" value="active"}
<li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="app={$data['app_dir']}" seotitle="false" base="public"}' title='{$this->lang->words['go_to_prefix']}{IPSLib::getAppTitle( $data['app_dir'] )}'>{IPSLib::getAppTitle( $data['app_dir'] )}</a></li>
</if>
</foreach>
</if>
Just remove the ones you want like forums ..
-
13th Apr 2011, 06:26 AM #3Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to remove space between header banner?
By Desi_Boy in forum Web Development AreaReplies: 5Last Post: 14th Feb 2012, 02:14 PM -
How to remove header space?
By BattleDuty in forum WordpressReplies: 6Last Post: 25th Jan 2012, 10:13 AM -
Remove the Christmas Header
By l0calh0st in forum Feedback and SuggestionsReplies: 5Last Post: 8th Jan 2012, 02:35 PM -
Remove header discription Wordpress.
By thecompgame in forum Technical Help Desk SupportReplies: 2Last Post: 19th Jul 2011, 10:21 AM -
How to remove header
By Lahori_Munda in forum Web Application/Script SupportReplies: 3Last Post: 23rd Jan 2011, 08:01 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...