The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How To Change: What's New? --> to --> "Store"
Hey Guys,
First ... What are these called? Second ... Can I Delete the CMS Home Tab? Really Have no need for it at this time. Third ... I would like to Change the "What's New?" tab and make it say "Store" with a link to my business site. Possible? Thanks! |
#2
|
||||
|
||||
1) They're called TABS.
2) I disabled the product CMS to get rid of "home" -- 3) You cannot remove "What's new" from what I've seen without template edits but if you install this: https://vborg.vbsupport.ru/showthread.php?t=228507 you can add multiple tabs |
#3
|
||||
|
||||
Go to the language and phrases and search for getnew_tab, click edit and then enter Store at the text box and save the changes.
To replace the link with your custom link, go to the navbar edit and replace the following code: HTML Code:
{vb:raw template_hook.navtab_middle} <vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'"> <vb:if condition="$show['member']"> <li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase getnew_tab}</a> <ul class="floatcontainer"> <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_SocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Event">{vb:rawphrase new_events_nav}</a></li> {vb:raw template_hook.navbar_getnew_menu} <li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li> </ul> </li> <vb:else /> <li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase getnew_tab}</a> <ul class="floatcontainer"> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Event">{vb:rawphrase daily_events}</a></li> {vb:raw template_hook.navbar_getdaily_menu} <li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li> </ul> </li> </vb:if> <vb:elseif condition="$show['member']" /> <li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase getnew_tab}</a></li> <vb:else /> <li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase getnew_tab}</a></li> </vb:if> {vb:raw template_hook.navtab_end} HTML Code:
<li class="floatcontainer"><a class="navtab" href="url to your store page">{vb:rawphrase getnew_tab}</a></li> HTML Code:
<vb:if condition="$show['member']"> <li class="floatcontainer"><a class="navtab" href="url to your store page">{vb:rawphrase getnew_tab}</a></li> </vb:if> |
#4
|
|||
|
|||
Excellent! Thanks UTAH.
Where in the ACP do you go to disable CMS? |
#5
|
||||
|
||||
AdminCP > Plugins & Products > Manage Products > Find vBulletin CMS and disable.
|
#6
|
||||
|
||||
At the Plugins and Products I believe.
|
#7
|
|||
|
|||
wow! Thanks borbole!
Is there a way to keep the What's New tab and simply add a store tab after it? --------------- Added [DATE]1266869278[/DATE] at [TIME]1266869278[/TIME] --------------- Quote:
thanks utah! appreciate all your help! |
#8
|
||||
|
||||
Yes, it is. Do you want to do that?
|
#9
|
||||
|
||||
You would do that with the mod I told you to install
|
#10
|
|||
|
|||
Easiest method - Go to Language/Phrases and search for What's New? and change it to Store
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|