vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   "Thread Information" In A Table On Top Of The Showthread (https://vborg.vbsupport.ru/showthread.php?t=95663)

GuaRRand 12-30-2005 07:47 AM

HOw can i change the fontsizes etc??
(sorry, not that big on codig myself :P )

GuaRRand 12-30-2005 08:38 AM

nvm, got it...

The <h2> etc.. :P

firstrebel 12-30-2005 10:23 AM

Nice *clicks install*

Bob

sistem73 02-17-2006 09:04 PM

thanks sağol adamım

Zowners 03-08-2006 08:56 PM

To get just a thread title like I did here: http://www.computercreators.com/showthread.php?t=448

Find:
Code:

$navbar
Add After

Code:

<center><h1>$thread[title]</h1></center>

silurius 03-16-2006 10:19 PM

Great idea! Can someone help me with the syntax for using an <if> statement to make this only show up for a particular forum?

Freesteyelz 03-16-2006 10:52 PM

Try something like this:

Code:

<if condition="in_array($forumid, array(x, y, z))">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>

<td class="tcat"><span class="smallfont"><b><center>Thread Informations</center></b></span></td></tr>

<tr valign="middle"><td class="alt1">
<br />
<center><h3>$thread[title]</h3>
<h4>$vbphrase[views] : $thread[views]</h2>
<b>$vbphrase[replies] : $thread[replycount]</b><br /><br />
<b>Users Viewing This Thread : $activeusers</b></center>
</td>
</tr>
</table>
<br />
</if>

I placed an "array" in case you wanted to add more forums. Where "x", "y" and "z" just replace them with the forumids. See if that works.

silurius 03-16-2006 11:40 PM

Works like a charm. Needed that for a few other hacks as well, so thank you very much!

Freesteyelz 03-16-2006 11:54 PM

Glad to have helped. :)


All times are GMT. The time now is 08:56 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.01032 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete