I want to rename the "New" tab in top navigation bar in header.tpl but after i rename and save it, nothing changed and an error 404 page appears. please help me I want to hide the New tab in nav bar, which is not working...thanks a lot.
Asked
Active
Viewed 152 times
1 Answers
0
To change the word "New" you should:
- Login to your Admin CP.
- Expand the Modules menu.
- Click Modify Language.
- In the Filter Text box type New.
There are quite a few you need to change if you want your new word shown everywhere. These are the values I have changed:
- PLIGG_Visual_Search_Status_New
- PLIGG_Visual_Pligg_Queued
- PLIGG_Visual_RSS_Queued
- PLIGG_Visual_Breadcrumb_Unpublished_Tab
- PLIGG_Visual_Breadcrumb_Unpublished
- PLIGG_Visual_Breadcrumb_Queued
- PLIGG_Visual_User_NewsUnPublished
- PLIGG_Visual_AdminPanel_New
- PLIGG_Visual_AdminPanel_Mark_New
- PLIGG_Visual_EditStory_Email_NewText
Or, to hide the New tab you should:
- Edit
templates\bootstrap\header.tpl
. - Find and Remove
<li {if $pagename eq "new"}class="active"{/if}><a href="{$URL_new}">{#PLIGG_Visual_Pligg_Queued#}</a></li>
.

Iain
- 131
- 1
- 11
-
lain, that worked well, thanks a lot...:) – Shaukat Ali Jan 14 '15 at 13:42