Log in

View Full Version : can someone help me please!


Big J
12-11-2002, 10:46 PM
I've yet to get help from Vb.com , please take a look at the post and let me know if you know how to fix this, THANKS!

http://www.vbulletin.com/forum/showthread.php?goto=postid&postid=384359

Erwin
12-12-2002, 02:47 AM
This is a hack by Firefly - look in his profile. You can also do this using vBCode. There are instructions on how to do this both here and at vB.com - search for it.

Boofo
12-12-2002, 04:58 AM
Originally posted by Big J
I've yet to get help from Vb.com , please take a look at the post and let me know if you know how to fix this, THANKS!

http://www.vbulletin.com/forum/showthread.php?goto=postid&postid=384359

Here you go.

Go to Custom VB Codes in your Admin CP and enter this:

vB Code tag = quote

vB Code replacement = <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td><smallfont><b>quote:</b></smallfont></td><td align="right"><smallfont>(double-click to copy to clipboard)</td></tr><tr><td colspan="2" style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #EEEEFF; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #1D6AA0;">{param}</td></tr></table>

(Note: You'll have to change the colors to whatever you want in here.)

vB Code example = This is a quote

vB Code explanation = The quote tag is used to denote a quote from another post.

Use {option} ? = No

Now go to Replacements and do an ADD CUSTOM REPLACEMENT and enter this:

Code to find = <td colspan="2"
Code to insert = <td colspan="2" ondblclick='javascript:window.clipboardData.setDat a("Text", this.innerText); alert("Code copied to the clipboard. You can paste it now.");'

Big J
12-12-2002, 03:32 PM
Originally posted by Boofo


Here you go.

Go to Custom VB Codes in your Admin CP and enter this:

vB Code tag = quote

vB Code replacement = <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td><smallfont><b>quote:</b></smallfont></td><td align="right"><smallfont>(double-click to copy to clipboard)</td></tr><tr><td colspan="2" style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #EEEEFF; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #1D6AA0;">{param}</td></tr></table>

(Note: You'll have to change the colors to whatever you want in here.)

vB Code example =

vB Code explanation = The quote tag is used to denote a quote from another post.

Use {option} ? = No

Now go to Replacements and do an ADD CUSTOM REPLACEMENT and enter this:

Code to find = <td colspan="2"
Code to insert = <td colspan="2" ondblclick='javascript:window.clipboardData.setDat a("Text", this.innerText); alert("Code copied to the clipboard. You can paste it now.");'

Thanks for trying to help, but when I used the code you supplied it jacked up the tables of posts which had quotes.

Big J
12-12-2002, 03:40 PM
Originally posted by Erwin
This is a hack by Firefly - look in his profile. You can also do this using vBCode. There are instructions on how to do this both here and at vB.com - search for it.

Thanks for the help but I searched for an hour on both boards prior to me making this post and I found nothing. Firefly has nothing in his sig as far as hacks go, and in his profile there are a bunch of hacks, none of which are what I am looking for.

NTLDR
12-12-2002, 03:43 PM
If you mean you want the quotes to look like they do here then its the New PHP and quote boxes hack by FireFly.

Big J
12-12-2002, 03:44 PM
Fixed it,

needed to change "This is a quote" to "{param}". Minus the quotation marks.

Big J
12-12-2002, 03:45 PM
Originally posted by NTLDR
If you mean you want the quotes to look like they do here then its the New PHP and quote boxes hack by FireFly.

Thank you!!!!