vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   vBulletin 3 Request - Threads in Forum : how to remove ? (https://vborg.vbsupport.ru/showthread.php?t=328035)

hotlovercool4 05-18-2020 05:07 PM

vBulletin 3 Request - Threads in Forum : how to remove ?
 
1 Attachment(s)
hey how to remove this word in every threads comes i not this

please check attagemnt picture also clear ( under line red color

help me please
its vbulletin 3.8.11

lange 05-18-2020 06:07 PM

In forumdisplay template, remove $vbphrase[threads_in_forum]
Code:

<!-- / controls above thread list -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
    <td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td>
    <td class="vbmenu_control" id="forumtools" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumtools" rel="nofollow">$vbphrase[forum_tools]</a> <script type="text/javascript"> vbmenu_register("forumtools"); </script></td>


hotlovercool4 05-27-2020 05:57 PM

thanks my bro now i fix this problem thanks for ur help

--------------- Added [DATE]1590610485[/DATE] at [TIME]1590610485[/TIME] ---------------

can u help me about same like this but its

Sub-Forums : <<<<< how remove ??

best regards

Seven Skins 05-27-2020 08:51 PM

In FORUMDISPLAY template

Find:
HTML Code:

<td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td>

Replace it with:
HTML Code:

<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td>


Find:
HTML Code:

<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>

Replace it with:
HTML Code:

<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td>


.

hotlovercool4 05-28-2020 05:42 AM

thanks so much bro i fix subforum !!

but this code for what ? i not found this one there
Code:

<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>

hotlovercool4 05-28-2020 08:56 AM

1 Attachment(s)
hey is it possible to if some one post so title comes here too same in attagemnt i point it

please check thanks in advance


All times are GMT. The time now is 09:54 PM.

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.01156 seconds
  • Memory Usage 1,723KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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