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)
-   -   BB Code Enhancements - IBP BB Code Style For vBulletin 3.8x (https://vborg.vbsupport.ru/showthread.php?t=201897)

SEOvB 01-14-2009 10:00 PM

IBP BB Code Style For vBulletin 3.8x
 
1 Attachment(s)
//////////////
// By: vBulletin Services
// Released for free use @ vB.org only!
/////////////

This will change the boring vBulletin quote into something with a little more life and spice for your forums. Change the boring quote bbCode to a little more snazz.

go to your styles and templates and locate the bbCode template group.
Double click the bbcode_quote template and replace the entire contents with

Code:

<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">

<div style="width:100%">
               
                        <if condition="$show['username']">

                                <div class="quotetop">
                                        $vbphrase[quote]: <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
                                        <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
                                </div>
                                <div style="font-style:italic" class="quotemain">$message</div>
                        <else />
        <div class="smallfont quotetop">$vbphrase[quote]:</div>
                                <div class="quotemain">$message</div>
                        </if>
</div>
</div>

Save your new template, and open up the Main CSS editor (choose Main CSS From drop down)

All the way at the bottom under additional CSS enter
Code:


.quotetop
{
        width=98%
        color: #000;
        margin: 8px auto 0px auto;
        font-weight:bold;
        font-size:10px;
        padding: 8px;
        background-color:#E4EAF2;
        border-left: 4px solid #8394B2;
        border-top: 1px dotted #000;
        border-right: 1px dotted #000;
}
.quotemain
{
        width=98%
        color: #465584;
        background-color: #FAFCFE;
        border-left: 4px solid #8394B2;
        border-right: 1px dotted #000;
        /*border-top: 1px dotted #000;*/
        border-bottom: 1px dotted #000;
        padding: 4px;
        margin: 0px auto 8px auto;
}

End result is the attached image.

You are free to reuse this code for any modification that is free to vBulletin.org users

For a look thats a little more and different you can check out this post: https://vborg.vbsupport.ru/showpost....6&postcount=26

dmknights 01-15-2009 05:25 PM

screenshots?

SEOvB 01-15-2009 05:30 PM

Knew that was coming :D

https://vborg.vbsupport.ru/external/2009/04/155.jpg

steve1966 01-15-2009 05:57 PM

thanks

KevinL 01-15-2009 11:57 PM

Interesting links in your first post....

Brandon Sheley 01-16-2009 12:42 AM

I'm glad I could inspire you..haha

you feeling okay today Dave?

SEOvB 01-16-2009 12:48 AM

Yep, feeling just fine thanks for asking though.

Have a good day ;)

SEOvB 01-16-2009 01:23 AM

Quote:

Originally Posted by Loco.M (Post 1714068)
...


If you have questions about the service I run, then I suggest asking at http://seovb.com/contact if you need help with starting out learning the ins and outs of vBulletin, I'd be more than happy to assist.

If you have questions about default vBulletin code, I can also assist with that, or you can ask in the support forums here, or on vBulletin.com

PS, if that was your intention to learn about default vBulletin code, then you wouldn't have reported it or went around posting every where it was cookie stuffing :up:

Brandon Sheley 01-16-2009 01:28 AM

If reported it or not has no baring on the question I had..

SEOvB 01-16-2009 01:32 AM

Quote:

Originally Posted by Loco.M (Post 1714081)
If reported it or not has no baring on the question I had..

Thanks, after careful review of the vBulletin.org signature rules, it seems to fit in the guidelines.

Thanks


All times are GMT. The time now is 02:43 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.04305 seconds
  • Memory Usage 1,738KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete