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)

Leo Brazil 01-19-2009 09:08 AM

Great Idea. Installed !!

I've just changed some colors to fit my stile and that's it, perfect.

Thanks for sharing.

tehPARADOX 01-20-2009 05:55 AM

Any way to make this into the BBCODE Code block?

Blue.Extreme 01-21-2009 10:30 AM

How about HTML - Quote - PHP ...

SEOvB 01-22-2009 04:47 PM

Quote:

Originally Posted by Blue.Extreme (Post 1719965)
How about HTML - Quote - PHP ...

This is for Quote,

I'll be making the others soon as I get a few free minutes.

liselotte 01-23-2009 07:56 PM

works great

nul7 01-23-2009 08:39 PM

1 Attachment(s)
Just wanted to say thanks, and to share a little modification I did:

Images

See Attached. Upload q.gif and q2.gif to your misc images directory (Example: http://www.yoursite.com/forum/images/misc).



CSS

You'll need to make an edit to apply to your forum. Just replace PATHTOYOURMISCIMAGEDIR in the code below with the full path to your misc images directory (Example: http://www.yoursite.com/forum/images/misc).
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: #FAFCFE url("PATHTOYOURMISCIMAGEDIR/q2.gif") no-repeat bottom right;
        min-height: 75px;
        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;
}



bbcode_quote

No edits necessary.
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">
                <img class="inlineimg" src="$stylevar[imgdir_misc]/q.gif" border="0" alt="$vbphrase[quote]" />&nbsp;&nbsp;
                                        $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">                <img class="inlineimg" src="$stylevar[imgdir_misc]/q.gif" border="0" alt="$vbphrase[quote]" />&nbsp;&nbsp;$vbphrase[quote]:</div>
                                <div class="quotemain">$message</div>
                        </if>
</div>
</div>


Note: There is one small caveat. To make things look right with the larger blue quotation mark, I had to set a min-height to the cell. This means that when there's only a few lines of text, it looks a little oversized (See attached sample). The quotation mark will stay in the lower right hand corner, no matter how big the quote it.

SEOvB 01-25-2009 12:49 PM

Nice work, I like it./

Madlike 03-23-2009 03:40 PM

Thank you ;)

Indyaboard 03-31-2009 12:54 PM

Now this is good stuff, thanks bro. :up:

ShawneyJ 04-01-2009 11:50 PM

thank you sir ;)


All times are GMT. The time now is 05:53 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.02584 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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