The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Empty forum appearing (again)
Hi, sorry to be such a pain lately but I was fiddling about with mods and now I got this happening to me:
Please can someone explain how to fix in the simplest form possible because I am not that good with complicated expressions etc Thanks! EDIT: I think it might be to do with 'FORUMHOME' but I reverted it and all it did was add the grey bit 'FORUM LAST POST' etc |
#2
|
||||
|
||||
It looks to me like your style separates the forum categories and then you reverted a template and that screwed things up. Try reinstalling your style.
|
#3
|
|||
|
|||
ahhh I can't do that because I have added navbars and removed navbars and changed loads of things
|
#4
|
|||
|
|||
Seems the only way. You could copy all of the text from the navbar template and paste it into notepad and then once you have re-installed the style, paste it back?
|
#5
|
|||
|
|||
hmm I will try that now... :erm:
--------------- Added [DATE]1228018264[/DATE] at [TIME]1228018264[/TIME] --------------- bah... still no luck |
#6
|
||||
|
||||
In your FORUMHOME template, make sure the forum headers HTML has been removed.
|
#7
|
|||
|
|||
I do not know what the forum headers are
I think I found the right part: Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar |
#8
|
||||
|
||||
No - that is not the section. You are looking for the bit with the table for the forum title/last post/etc. in it.
|
#9
|
|||
|
|||
is it this bit:
Code:
<thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> |
#10
|
|||
|
|||
I know certain vbulletin skin designers use an odd system where you're supposed to add the forumid of your 1st forum into a conditional statement in "forumhome_forumbit_level1_nopost".
I'd check the instructions that came with your style and see if there is anything like that. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|