vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do i remove notices?? (https://vborg.vbsupport.ru/showthread.php?t=176931)

nirvana43 04-23-2008 12:37 PM

How do i remove notices??
 
1 Attachment(s)
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 :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

Quote:

Originally Posted by Opserty (Post 1497288)
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

Quote:

Originally Posted by Opserty (Post 1497294)
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 :

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']">&nbsp; &nbsp;
            <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:
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']">&nbsp; &nbsp;
            <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

Quote:

Originally Posted by Opserty (Post 1497353)
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']">&nbsp; &nbsp;
            <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

Quote:

Originally Posted by Opserty (Post 1497369)
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:


All times are GMT. The time now is 07:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01017 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete