The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"QUOTE" Style Modification..
Hi
I have been looking for the quote style modification for ages now. What I mean by the Quote style modification is totally a different quote look to vB's standard quote... I saw it on a few forums and it actually had one big blue talking mark on the left and one on the right of the quote box. It looked nice. Does anyone know which quote mod im talking about and know where I can find it? Cheers |
#2
|
|||
|
|||
bump
|
#3
|
||||
|
||||
As far as I know, these are CSS edits.
|
#4
|
|||
|
|||
Yeah, it ist defined with .alt2
Somebody know in which template i can find the definition of this .alt2l, to change the [code] and [quote] text color? Thanks Junior PS: Iam sorry about my bad english |
#5
|
|||
|
|||
cool.. can anyone provide the codes for this css to make the quoting system look more different and better
|
#6
|
||||
|
||||
Open up IE (not sure if this works with firefox).
Go to a website that has vbulletin View --> Source Should have it listed there. |
#7
|
||||
|
||||
I have totally changed the look of the quote, code, html and php bbcodes on my forums. I amended the templates and added some new css. See screenie...
|
#8
|
|||
|
|||
Quote:
Dude thats the look one im after!!! Could you pleaseee share that code???? Looks so mint! |
#9
|
||||
|
||||
Well, there's a few amendments included to do all that... here's how to do it for the quote BBCode function.
1 - save the attached image as css_img_quote.gif to your webapsce. i saved mine to /images/misc 2 - replace the entire contents of template bbcode_quote with the following; <div class='quotetop'><b>Quote:</b><if condition="$show['username']"><phrase 1="$username"> ($vbphrase[originally_posted_by_x]</phrase>)</if></div>3 - add the following to the Main CSS definition in AdminCP for your style (you can change the color values according to the look of your forum of course) .quoteAnd I believe you're probably good to go. Please let me know if this helps. ========================================== REST NOT NEEDED FOR QUOTE STUFF ABOVE PS: Sorry for not using the BBCode thing - but whenever I do this, it doesn't show correctly and shows different content. Here's the same code as you see in #2 but closed in the code tag... Code:
<div class='quotetop'>Quote: ($vbphrase[originally_posted_by_x]) <div class='quotemain'>$message |
#10
|
|||
|
|||
mate your a legend! Thanks heaps bro thats an awesome addition. using it right now at www.beastclub.com.au
Cheers!! Thanks for the help!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|