The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm using 4.2.0
I'm trying to remove FORUM: & Sub-Forums so it only displays the actual name without the pre text. Also looking on changing the word "Forum" in the navigation details. ex: Forum > ForumName > Sub-ForumName > Thread using this site as an example vBulletin.org Forum / Vbulletin 4 Discussion / vB4 General Discussion |
|
#2
|
||||
|
||||
|
First step would be to open up the template where this occurs:
Forum Display Templates -> FORUMDISPLAY Looks like this is the part you want: Code:
<div id="pagetitle" class="pagetitle">
<h1>{vb:rawphrase forum}: <span class="forumtitle">{vb:raw foruminfo.title}</span></h1>
<vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if>
</div>
As for renaming "Forum", you'd need to find the phrase "Forum" under languages / phrases, and edit that. Keep in mind, that word is going to be used in many other places in vB |
| Благодарность от: | ||
| Lynne | ||
|
#3
|
|||
|
|||
|
nothing is bolded.
Will that command remove Forums: and Sub-Forum: as well? I also want to remove THREAD: as well PHP Code:
PHP Code:
Tried removing the whole line didn't work |
|
#4
|
||||
|
||||
|
Sorry, Courier New doesn't lend itself to bolding very well. Removing {vb:rawphrase forum}: should have worked fine. I just tried it on my forum and the text is now gone.
To do the same for Thread, open up SHOWTHREAD and find/remove {vb:rawphrase thread}: |
| Благодарность от: | ||
| Lynne | ||
|
#5
|
|||
|
|||
|
Thanks for all the help.
Worked like a charm |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|