The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
remove "forum" from category- forumhome
ok i have on forum home on each category
Forum Last Post Threads Posts so i want to remove Forum text from there and in that place to put forum description where to search to remove the forum text from there see image |
#2
|
||||
|
||||
You'll need to actually remove the stuff from the template. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|
#3
|
||||
|
||||
nope i still didnt see that text
on template where can search that and what to search |
#4
|
||||
|
||||
What do you mean you don't see the text? You can't find the Forum/Last Post/etc text in the page source? Or do you mean the template names? You'll be looking for simple comment tags like this -
HTML Code:
<!-- BEGIN TEMPLATE: forumhome_forumbit_level1_nopost -->
|
#5
|
||||
|
||||
ok its on
forumhome_forumbit_level1_nopost now there what to search and what to remove Code:
<div class="tcat"> <div class="tcat_right"> <if condition="$childforumbits"> <a style="float:$stylevar[right];margin-top:7px;margin-right:9px;" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> <div class="tcat_left"> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </div> </div> </div> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <if condition="$childforumbits"> <if condition="!$show['collapsable_forums']"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> </if> <tr align="center"> <td class="thead" width="10%"> </td> <td class="thead" width="47%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="27%">$vbphrase[last_post]</td> <td class="thead" width="8%">$vbphrase[threads]</td> <td class="thead" width="8%">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> $childforumbits <if condition="!$show['collapsable_forums']"> </tbody> </if> </if> </table> <div class="tfooter"> </div> <br /> will try now edit 2 i remove it and its work thanks a lot |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|