The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi. I did the tutorial Jake made over at vbulletin.com
http://www.vbulletin.com/forum/showthread.php?t=156783 After I did everything that was told in that tutorial I still got that little dot centered at the top of the page. Here is a picture. http://img512.imageshack.us/img512/2096/dotea1.gif Here is my code for forumhome_forumbit_level1_nopost <if condition="$forum[forumid] != X"> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> </if> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$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> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> |
#2
|
|||
|
|||
![]()
Where X is the forumid of the top category on the page. This will prevent the forum listing table from being restarted for that category.
Make sure to change it, you pasted the code up top and the X is still in it. |
#3
|
|||
|
|||
![]()
Not sure I understand what your saying.
|
#4
|
||||
|
||||
![]()
The first line of code you posted in your original post:
Code:
<if condition="$forum[forumid] != X"> |
#5
|
|||
|
|||
![]() Code:
<if condition="$forum[forumid] != X"> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> </if> |
#6
|
||||
|
||||
![]()
In the ACP go to Forums & Moderators -- Forum Manager, the first form you see there click on go which will edit the forum and on the top of that window you will see the forumid. See the image attached.
You will the put that id# where the X is: Code:
<if condition="$forum[forumid] != X "> |
#7
|
||||
|
||||
![]()
Do you guys realize that you've restated the answer to his question -- twice, after it's already been answered?
|
#8
|
||||
|
||||
![]()
But he doesn't get it so maybe that one I posted will finish the chain.
|
#9
|
||||
|
||||
![]()
It's been 3 weeks since anyone has posted in the thread -- so I'm pretty sure that he either gets it or just doesn't care.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|