vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   remove "forum" from category- forumhome (https://vborg.vbsupport.ru/showthread.php?t=218456)

11133 07-12-2009 07:31 PM

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
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 -
HTML Code:

<!-- 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
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%">&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


All times are GMT. The time now is 08:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01616 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete