vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   where can I find these templates (https://vborg.vbsupport.ru/showthread.php?t=170309)

erikp 02-12-2008 01:40 PM

where can I find these templates
 
Hi,

When you open a forum in vbulletin, there is the navigation bit and under that is a line with the forum title and description. I found the navbar template but I can't find the template for that line under it. Where can I find the template for that part?

e.g. for this forum it's the part in grey with the black border reading 'general vbulletin discussions'.

thanks!

Boofo 02-12-2008 01:56 PM

Look for forum description. ;)

erikp 02-12-2008 02:09 PM

No, sorry, I don't mean the description itself I mean the _template_ for the bit I described.

Lynne 02-12-2008 02:37 PM

Go to your Admin CP > vBulletin Options > General Settings and turn on the option that puts the template name in the source code. Then go back to the page, refresh, and look at the source code and you will find out the name of the template.

erikp 02-15-2008 07:04 AM

yes I know it is enabled but that part is not included! It reads like this in the source code:
Code:

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="10" cellspacing="0" border="0" width="100%" align="center">
  (..)
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<table class="tborder" cellpadding="10" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
 (..)
</table>
<!-- / nav buttons bar -->

        <table class="tborder" cellpadding="10" cellspacing="0" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>Forum name</strong> <span class="smallfont">Forum description</span></td>
        </tr>
        </table>
<!-- NAVBAR POPUP MENUS -->

the part I'm after is the part after '<!-- / nav buttons bar -->'.

slappy 02-15-2008 01:58 PM

It appears to be an addition to the FORUMDISPLAY Template!

Look for:

<!-- controls above thread list -->

View Source on their General Discussion Forum page has this addition:

Code:


  <table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
    <tr>
      <td class="alt1" width="100%" align="left">
          <strong>General vBulletin Discussions</strong>: <span class="smallfont">General modification &amp; vBulletin discussions.  eg. "How do I do this in vBulletin?", "Can this product do this?", "What does this feature do?", etc</span> </td>
    </tr>
  </table>
  <br />

<!-- threads list  -->

<!-- controls above thread list -->

So the Box is created with the instructions:

Code:


<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
    <tr>
      <td class="alt1" width="100%" align="left">

Table Data Content

  </tr>
  </table>
  <br />

Hope that helps.

Regards,


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.01024 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)bbcode_code_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