MaxxTechz Posted July 20, 2011 Share Posted July 20, 2011 Hi i whanted to remove few things in Quick Navigation bar on the main page and the name of the portal 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted July 20, 2011 Share Posted July 20, 2011 for the portal template edit footer.tpl for the default template edit header.tpl to edit the nav bar links for the portal name edit lang/English.txt 0 Quote Link to comment Share on other sites More sharing options...
MaxxTechz Posted July 20, 2011 Author Share Posted July 20, 2011 the Quick Navigation bar cant find it any were 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted July 20, 2011 Share Posted July 20, 2011 From the portal footer.tpl <p class="header">{$LANG.quicknav}</p> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> For the default sorry wrong info... there is no nav bar in that template unless you mean the menu when logged in which is at the bottom of the header.tpl 0 Quote Link to comment Share on other sites More sharing options...
LaylaKeisl29 Posted July 20, 2011 Share Posted July 20, 2011 Thanks for the fantastic data! 0 Quote Link to comment Share on other sites More sharing options...
seandnz Posted July 21, 2011 Share Posted July 21, 2011 Hi There, is the a quick way to enter a statement like a rem statement to remove the quick navigation altogether (just in case we need to reinstate it later. I have looked at the header and footer tpl files but wanted to know whether we could just "rem" it out when I say rem just a quick line of code which will stop the quick navigation from loading in the client portal? any help would really be appreciated, thanks. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted July 21, 2011 Share Posted July 21, 2011 You can use the comment tags for smarty which is {* .... *} The dots would be your code to not display 0 Quote Link to comment Share on other sites More sharing options...
seandnz Posted July 22, 2011 Share Posted July 22, 2011 Hey thanks Sparky! that was easy 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.