The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i remove this?
Hey there,
I am launching a new tutorial section on my site using vBulletin. Here is the tutorials section so far... http://www.kedoa.com/forum/forumdisplay.php?f=46 How would i go about deleting the bit that says forum, last post etc under Sub-Forums : Tutorials at the top? Just that bit? And instead put a space in the that separates the 2. Like the other categories below. Any ideas? |
#2
|
|||
|
|||
Seeing as thats a custom template for putting forum, lastpost etc under all categories, i would say you need to remove the subforum one from the forumhome_forumbit_level1_post or level2_post template, not sure what one its in.
|
#3
|
|||
|
|||
Ok, ive had a look around and i dont have a clue.
Please can someone help? |
#4
|
||||
|
||||
If you go to vboptions > General Settings, there is an option to put the Template name in the source code. Turn that on and then go to the page and view the source code. You should then see the template name in there.
|
#5
|
|||
|
|||
Ok, well it says...
<!-- sub-forum list --> Then it has the stuff i want to delete there, then underneath it says... <!-- BEGIN TEMPLATE: forumhome_forumbit_level1_nopost --> So basically, its under <!-- sub-forum list --> Where do i find that? |
#6
|
||||
|
||||
Well, somewhere above <!-- sub-forum list --> it says <!-- BEGIN TEMPLATE: this_is_the_template_you_are_concerned_about --> and that is the template you want.
|
#7
|
|||
|
|||
Lynne,
I really cant find it. Can you have a look? http://www.kedoa.com/forum/forumdisplay.php?f=46 View the source code and search for... <!-- sub-forum list --> And its just the stuff below there that i want to delete. ?? |
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
Ok, got it.
It was in FORUMDISPLAY. But now what i need to do is put in there something like if sorumid = 46, show nothing, else show this. How will i go about doing that? |
#10
|
||||
|
||||
Try:
HTML Code:
<if condition="$foruminfo[forumid] != 46"> all the html code goes here </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|