vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Thread Name Over Thread (https://vborg.vbsupport.ru/showthread.php?t=90460)

Glenn379 02-24-2005 10:00 PM

Thread Name Over Thread
 
This is my first mod, so I hope you all like it. It puts the name of the thread one is currently viewing over the thread exactly like in Vbulletin.org. This hack will make it look exactly the same down to the thickness of the letters.

In Template SHOWTHREAD
Find:
PHP Code:

   $navbar
   
   $poll 

Under Add:
PHP Code:

<div style="font-size: 200%; text-align: center;"><B>$threadinfo[title]</B></div>
   <
br /> 

I hope you enjoy! If anyone needs any help, I'm here.

imported_FLOW FUSION 03-01-2005 10:23 PM

You really shouldn't replace it. Cause you won't see the navagation bar. Or the poll results. But you can just place it right under those lines.

MaTtY PiMpZ 03-01-2005 10:56 PM

i did this hack and now, the menu bar to change font, insert pic, hyperlink, all that is gone, can some1 fix this for me thanks

Glenn379 03-01-2005 11:47 PM

Quote:

Originally Posted by FLOW FUSION
You really shouldn't replace it. Cause you won't see the navagation bar. Or the poll results. But you can just place it right under those lines.

Thank you for noticing the error. I totally didn't notice what I wrote. :o

Glenn379 03-02-2005 12:23 AM

Just for people's information I IMed MaTtY PiMpZ and helped him with his problem. It had nothing to do with this mod, so no worries!

MaTtY PiMpZ 03-02-2005 12:50 AM

yup it was somethin else

if u think u can help https://vborg.vbsupport.ru/showthrea...571#post619571
click that

kall 03-04-2005 05:52 PM

2 questions:

1. This is a Thread View mod, why is it in Forum Display Modifications?

2. How is it any different to Zachery's one, released in July 2004, which is in the Thread View Modifications section at http://www.vbulletintemplates.com/mo...ead.php?t=6057 ?

Besides, for SEO purposes, it is better to use <h1> or <h3> rather than the 200% thing.

M1th 03-05-2005 07:53 PM

Surrounding the title with <h1> tags would be a better idea... in terms of SEO

kudos 03-06-2005 03:24 PM

Hope this isn't the wrong place to post this. I had a little tinker myself for displaying forum name in forumdisplay. But replacing it with an image. I've got this to work using the following code but am clueless as to how to center the image. Can anyone help?

Code:

<if condition="$foruminfo[forumid]"><img src="$stylevar[imgdir_misc]/$foruminfo[forumid].gif" alt="$foruminfo[title]" /> <div></if>


All times are GMT. The time now is 04:43 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.01049 seconds
  • Memory Usage 1,731KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete