The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Im trying to modify a part of my site to look more like news articles than threads.
Example: http://www.streethop.com/forum/article.php?t=151704 I want to remove the following bits: Plus at the bottom Id like to remove the rules and forum jump. What files/templates do I need to edit? |
#2
|
|||
|
|||
![]()
which article system, which vb?
|
#3
|
|||
|
|||
![]()
Im not running any articles system, Ive just renamed showthread.php to articles.php, so if there are file edits they need to apply to showthread.php
vBulleting 3.5.* |
#4
|
||||
|
||||
![]() Quote:
find $header, $navbar, $forumrules, $forumjump, $footer and comment each out, i.e. add <!-- before and --> after each string. in other words, find $header and replace with <!--$header-->, etc. etc. let me know if it works. |
#5
|
|||
|
|||
![]() Quote:
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!--$headinclude--> <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> </head> <body onload="$onload"> <!--$header--> <!--$navbar--> http://www.streethop.com/forum/showthread.php?t=151704 Its a child style, maybe that has some effect? |
#6
|
||||
|
||||
![]()
The quick and dirty method which I revmove the nav bar from certain pages, is to remove the following line from the script you don't want it showing in:
Code:
eval('$navbar = "' . fetch_template('navbar') . '";'); and then remove $navbar from the template, just be be double sure. I've never had any problems doing it that way. |
#7
|
||||
|
||||
![]() Quote:
|
#8
|
|||
|
|||
![]() Quote:
Ok well Ive done this: http://www.streethop.com/forum/article.php?p=387280 Ive also removed the quick reply as it stretched the template. Last thing I think, how do I make it so that similar threads pulls from a specific forum and not the whole board, but only in one of the forums. Also, how do I set it so that one of the forums displays threads by creation date, newest at the top? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|