View Full Version : How do i remove notices??
nirvana43
04-23-2008, 12:37 PM
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 (http://www.projectsplanet.com)
please help :confused:
Opserty
04-23-2008, 02:30 PM
Most likely due the customisation of the skin, do you still see these errors when you are using the default/unmodified vBulletin skin?
nirvana43
04-23-2008, 02:35 PM
Most likely due the customisation of the skin, do you still see these errors when you are using the default/unmodified vBulletin skin?
yes. actually i did too many modifications in templates and now i think i removed that notices conditional thing. i mean it should not display notices tab if there aren't any. but i forgot what i changed and in what template i changed. :(
i know its very stupid and thats why i cant revert the template because my all other modifications will be gone. :confused:
Opserty
04-23-2008, 02:43 PM
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.
nirvana43
04-23-2008, 03:20 PM
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.
ok that notices thing is fixed. but please can you help me with that forum leaders and mark forum read thing??? please. i'm really stuck there. :(
here is code block of my forumhome template in which i think problem exist, please tell me corrections in to it :
$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>
Opserty
04-23-2008, 03:50 PM
Try:
$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>
You seem to have random newlines in it, not sure why.
nirvana43
04-23-2008, 04:00 PM
Try:
$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>
You seem to have random newlines in it, not sure why.
how do i fix it?? :(
Opserty
04-23-2008, 04:04 PM
Just copy and paste that over the code you gave in the previous post. (Note how there is no longer empty lines between tags.)
nirvana43
04-23-2008, 04:12 PM
Just copy and paste that over the code you gave in the previous post. (Note how there is no longer empty lines between tags.)
yay!! it worked man!!! thaaaaaankx amillion!! :eek::up:
i wish may some hot chick blows you for this!! lolz! just kiddin.... thanks a million man!! :up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.