The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
with plugin?
hi guys;
how can i change this code with plugin in showthread.php? before PHP Code:
PHP Code:
|
#2
|
||||
|
||||
How about with CSS instead?
HTML Code:
li.navbit.lastnavbit > span > span {display: none;} |
#3
|
||||
|
||||
i didnt understand .. @Lynne
|
#4
|
||||
|
||||
I'm saying Why do it via a plugin when you can so easily do it with CSS?
|
#5
|
||||
|
||||
but i added your css code my site, but not work, don't forget i am using vB 3.8 series. what must i do exactly?
|
#6
|
||||
|
||||
Sorry, you are right, I was thinking vB4, not vB3. Try:
td.navbar > strong > span {display: none;} |
#7
|
||||
|
||||
i have in navbar templates this code:
HTML Code:
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td> HTML Code:
<span class=" td.navbar > strong > span {display: none;} "><strong>$navbits[lastelement]</strong></span> |
#8
|
||||
|
||||
okey okey i added navbar_link but everything is flied but i want only remove prefix text
HTML Code:
<span class="td.navbar > strong > span {display: none;}">$nav_title</span> |
#9
|
||||
|
||||
That is CSS I gave you. You put it in the last textarea on the Main CSS page, not into your template.
|
#10
|
||||
|
||||
i put but not work
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|