vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Miscellaneous Hacks - Notice Border Remove (https://vborg.vbsupport.ru/showthread.php?t=179565)

Ipuck 05-16-2008 10:00 PM

Notice Border Remove
 
Removes the table borders and "Notices" from the notices. (I really didn't like it)

I couldn't find any mods to do that.


Modification:

Find in navbar template:

Code:


<if condition="$show['notices']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 <tr>
        <td class="thead">$vbphrase[notices]</td>
    </tr>
<tr>
        <td class="alt1">$notices</td>
    </tr>
    </table>
    <br />
</if>


Replace with:

Code:


<if condition="$show['notices']">
<table border="0" width="100%" align="center">
<tr>
        <td class="alt1">$notices</td>
    </tr>
    </table>
    <br />
</if>


ShadowOne 05-17-2008 07:25 PM

Im not understand EXACTLY what this does...screenie?

Charlie98902 05-17-2008 08:42 PM

Just a guess but it removes the border line around the notices used?

Ipuck 05-17-2008 08:50 PM

Quote:

Originally Posted by Charlie98902 (Post 1522891)
Just a guess but it removes the border line around the notices used?

Yes, just removes the table border, the first row and the word "Notices"

Ohiosweetheart 05-18-2008 07:50 PM

It looks like it's for the Notifications, rather than the Notices ?

Ipuck 05-19-2008 02:12 PM

Quote:

Originally Posted by Ohiosweetheart (Post 1523961)
It looks like it's for the Notifications, rather than the Notices ?

Do we have Notifications? I didn't know. The mode is to remove the table border that goes around the "Notices"

Ascor 05-25-2008 06:34 PM

Installed, thank you :)

youradhere4222 08-09-2008 06:13 AM

Thanks; installed. :)

sensimilla 10-10-2008 11:04 AM

Thanks, I was in need of this.

blackberry 10-08-2011 11:43 AM

how can i set background of notice to same as skins/style?


All times are GMT. The time now is 11:04 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.02800 seconds
  • Memory Usage 1,723KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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