The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[tweak]vB code above the QR message field (modifcation of Rufus's tweak) Details »» | |||||||||||||||||||||||||||
[tweak]vB code above the QR message field (modifcation of Rufus's tweak)
Developer Last Online: Jul 2003
<font size="1">[Tweak]: vB Code above Quick Reply
By: Someguy Original Idea: Rufus Hacks Needed: FireFly's Quick Reply Download: Attached Screenshot: Next post</font> I was playing around with Rufus's tweak and discovered it looks better on top of the message field (espically when you have the smilie addition where desirable the vB code goes) with the help of one of my co-execs. If you use this tweak please click install and give all the kudos to the world to Rufus/FireFly, because without them this isn't possible. To make it easier I included Rufus's exact coding, so please don't hurt me, I'm not in this for the fame, it's just a learning experience for me that I would like to share. Show Your Support
|
Comments |
#22
|
|||
|
|||
ok try this code right before the field, this is MY EXACT CODE:
Code:
<normalfont><b>SDS Code</b></normalfont> <smallfont> [<a href="misc.php?action=bbcode#buttons" target="_blank">help</a>]<br> <input type="radio" name="mode" value="0" title="Normal Mode: (alt+n)" accesskey="n" onclick="setmode(this.value)" onmouseover="stat('norm')" $modechecked[0]> Normal Mode <input type="radio" name="mode" value="1" title="Enhanced Mode: (alt+e)" accesskey="e" onclick="setmode(this.value)" onmouseover="stat('enha')" $modechecked[1]> Enhanced Mode<br> <input type="button" class="bginput" value=" B " onclick="vbcode(this.form,'B','')" onmouseover="stat('b')" title="BOLD (alt+b)" accesskey="b" ><input type="button" class="bginput" value=" I " onclick="vbcode(this.form,'I','')" onmouseover="stat('i')" title="ITALIC (alt+i)" accesskey="i" > <input type="button" class="bginput" value=" U " onclick="vbcode(this.form,'U','')" onmouseover="stat('u')" title="UNDERLINE (alt+u)" accesskey="u" > <select id="sizeselect" onchange="fontformat(this.form,this.options[this.selectedIndex].value,'SIZE')" onmouseover="stat('size')"> <option value="0">SIZE</option>$vbcode_sizebits</select ><select id="fontselect" onchange="fontformat(this.form,this.options[this.selectedIndex].value,'FONT')" onmouseover="stat('font')"> <option value="0">FONT</option>$vbcode_fontbits</select ><select id="colorselect" onchange="fontformat(this.form,this.options[this.selectedIndex].value,'COLOR')" onmouseover="stat('color')"> <option value="0">COLOR</option>$vbcode_colorbits</select> <br> <input type="button" class="bginput" value="http://" title="Insert Hyperlink" onclick="namedlink(this.form,'URL')" onmouseover="stat('url')" ><input type="button" class="bginput" value=" @ " title="Insert Email Address" onclick="namedlink(this.form,'EMAIL')" onmouseover="stat('email')" ><input type="button" class="bginput" value="IMG" title="Insert Image" onclick="vbcode(this.form,'IMG','http://')" onmouseover="stat('img')"> <input type="button" class="bginput" value=" # " title="CODE" onclick="vbcode(this.form,'CODE','')" onmouseover="stat('code')" ><input type="button" class="bginput" value="PHP" title="PHP CODE" onclick="vbcode(this.form,'PHP','')" onmouseover="stat('php')" ><input type="button" class="bginput" value="List" title="Ordered List" accesskey="l" onclick="dolist(this.form)" onmouseover="stat('list')" ><input type="button" class="bginput" value="Quote" title="Insert Quote" onclick="vbcode(this.form,'QUOTE','')" onmouseover="stat('quote')"><br> <input type="text" class="bginput" name="status" style="font-size:7pt" size="50" value="Use these controls to insert vBcode"> <br> <input type="button" class="bginput" value=" x " accesskey="c" title="Close Current Tag (alt+c)" style="color:red; font-weight:bold" onclick="closetag(this.form)" onmouseover="stat('closecurrent')"> Close Current Tag <input type="button" class="bginput" value=" x " accesskey="x" title="Close All Open Tags (alt+x)" style="color:red; font-weight:bold" onclick="closeall(this.form)" onmouseover="stat('closeall')"> Close All Tags </smallfont><br> |
#23
|
|||
|
|||
Nope still getting same errors :\
|
#24
|
|||
|
|||
I really can't help you there. Like I said, this is a learning experience for me, and I am no where to Rufus, so I think he should take this one over.
|
#25
|
||||
|
||||
ok...change all those ".vbform"s to ".form"s
|
#26
|
|||
|
|||
he tried that
|
#27
|
||||
|
||||
no he didn't, he tried it reversed...
|
#28
|
|||
|
|||
Quote:
|
#29
|
||||
|
||||
ah ha! look for those .form's again but this time change them to .message
|
#30
|
|||
|
|||
Ok, I will try it later. I removed it so i will put it back on
|
#31
|
|||
|
|||
I hope it works...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|