PDA

View Full Version : remove "forum" from category- forumhome


11133
07-12-2009, 07:31 PM
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
https://vborg.vbsupport.ru/external/2009/07/49.jpg

Lynne
07-12-2009, 07:54 PM
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.

11133
07-13-2009, 10:24 AM
nope i still didnt see that text

on template where can search that
and what to search

Lynne
07-13-2009, 01:58 PM
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 -
<!-- BEGIN TEMPLATE: forumhome_forumbit_level1_nopost -->

11133
07-13-2009, 05:01 PM
ok its on
forumhome_forumbit_level1_nopost
now there what to search and what to remove
<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%">&nbsp;</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 />

edit i found
will try now


edit 2 i remove it and its work

thanks a lot