View Full Version : BB Code Enhancements - IBP BB Code Style For vBulletin 3.8x
SEOvB
01-14-2009, 10:00 PM
//////////////
// By: vBulletin Services (http://seovb.com/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
<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
.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.php?p=1722716&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
...
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
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
Brandon Sheley
01-16-2009, 01:34 AM
Thanks, after careful review of the vBulletin.org signature rules, it seems to fit in the guidelines.
Thanks
no it doesn't and you know that ;)
Shishir
01-16-2009, 06:36 AM
Just installed on 3.7.5 :D Works fine and Of course looks Sexy. ;)
Shishir
Leo Brazil
01-16-2009, 12:44 PM
Just a question:
Am I supposed to have adictional images for this ?
I've noticed that there is a viewpost.gif on you code that's not Vb by default.
Edited: My bad, it's there. Sorry.
Thanks for sharing this, I liked the idea.
SEOvB
01-16-2009, 02:37 PM
Just a question:
Am I supposed to have adictional images for this ?
I've noticed that there is a viewpost.gif on you code that's not Vb by default.
Edited: My bad, it's there. Sorry.
Thanks for sharing this, I liked the idea.
No problem, dont forget to hit install.
If your looking for the image from the screenshot is provided in the "Fam Fam Fam" icon pack thats available for free download.
If I have the path wrong to the image let me know as well and I'll look into it.
Best regards ;)
Emrah Kaya
01-16-2009, 05:27 PM
Thanks ! :)
jeefo
01-16-2009, 10:27 PM
what about right-to-left forums ??
it is really look great..
installed but waiting for right to left support..
SEOvB
01-17-2009, 12:17 AM
what about right-to-left forums ??
it is really look great..
installed but waiting for right to left support..
Do you have a screenshot of what it results to in the RtL forums.
Or if you can send the bbCode_quote template I'll modify it for right to left forums as I wasn't aware it was different.
jeefo
01-17-2009, 10:25 AM
Do you have a screenshot of what it results to in the RtL forums.
Or if you can send the bbCode_quote template I'll modify it for right to left forums as I wasn't aware it was different.
screen shoot attached ,,
& i'm using ur template ..
thanks alot :)
_______________
edited ,,
I'm sorry FRDS ,it's so easy ..
just making this changes in CSS to be like that :
.quotetop
{
border-right: 4px solid #8394B2;
border-left: 1px dotted #000;
}
.quotemain
{
border-right: 4px solid #8394B2;
border-left: 1px dotted #000;
}
thank you ,,
Ascor
01-18-2009, 06:50 PM
Installed, thank you :)
faantastic
01-19-2009, 08:09 AM
Thanks very cool:)
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
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
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).
.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.
<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]" />
$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]" /> $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 ;)
sheppardzwc
04-04-2009, 11:58 PM
Just installed it and tweaked it a bit to blend in with my other skins. Great job! :up:
islam2all
04-05-2009, 02:58 AM
thank's
Indyaboard
04-05-2009, 01:10 PM
superb!!!
kopukmelih
12-20-2010, 08:06 AM
wo is html,code,php bbcode ?
danke
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.