vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Home Enhancements - Dashed - Forum Home Dashed Notices (Visually Appealing!) (https://vborg.vbsupport.ru/showthread.php?t=211545)

zefyx 04-17-2009 10:00 PM

Dashed - Forum Home Dashed Notices (Visually Appealing!)
 
1 Attachment(s)
https://vborg.vbsupport.ru/external/2015/08/1.jpg

Removes the notice tables borders & replaces them with a snazzy dashed border.

Find in navbar template:

Find:

Code:

        <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>


Replace with:
Code:

        <table cellpadding="3" cellspacing="0" width="100%" border="0" align="center">
                <tr>
                                <td style="background:#FFDC84" class="dashed">$notices</td>
                    </tr>
            </table>

Go to Syle Manager -> Main CSS -> Additional CSS Definitions (1st box) & paste:

Code:

.dashed {
 border: 1px dashed #EEAD09;
}

Substitute the "background:#FFDC84" & border: 1px dashed #EEAD09; with the HEX values for the colors you desire for the background & the dash line's colors.

Enjoy!

Jasem 04-18-2009 08:23 AM

Good work, thank you!

Mutt 04-21-2009 11:28 AM

looks nice, thanks

FiMeTi 05-06-2009 01:15 PM

Thanks bro! I used this for my guests welcome message instead of the notices. ;)
Well done!

shinng 05-30-2009 09:21 AM

looks great. installed

vijayninel 07-04-2009 10:21 AM

Thanks.

Looks good. :)


All times are GMT. The time now is 12:13 PM.

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.01022 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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