The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi
please check attached images how do i remove that notices tab??? and also in 2nd image that mark forum read and view form leaders are pretty much messed up... please tell me how do fix that?? my website url = www.projectsplanet.com please help ![]() |
#2
|
|||
|
|||
![]()
Most likely due the customisation of the skin, do you still see these errors when you are using the default/unmodified vBulletin skin?
|
#3
|
||||
|
||||
![]() Quote:
![]() i know its very stupid and thats why i cant revert the template because my all other modifications will be gone. ![]() |
#4
|
|||
|
|||
![]()
I think if you click on [Show Default] in the Template editor in the AdminCP it should show the original template without the modifications, you might be able to copy it from there. If not then you could just create an unmodified style and copy it from there.
Alternatively you could click on the [View History] link in the template editor and compare the different versions. Slightly more complicated but easier if you know what your doing. |
#5
|
||||
|
||||
![]() Quote:
![]() here is code block of my forumhome template in which i think problem exist, please tell me corrections in to it : Code:
$forumbits <tbody> <tr> <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div></td> </tr> </tbody> </table> |
#6
|
|||
|
|||
![]()
Try:
Code:
$forumbits <tbody> <tr> <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div></td> </tr> </tbody> </table> |
#7
|
||||
|
||||
![]() Quote:
![]() |
#8
|
|||
|
|||
![]()
Just copy and paste that over the code you gave in the previous post. (Note how there is no longer empty lines between tags.)
|
#9
|
||||
|
||||
![]() Quote:
![]() i wish may some hot chick blows you for this!! lolz! just kiddin.... thanks a million man!! :up: |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|