The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
someone for the love of god please help me with adding smilies to quick reply
Ok every addon I come across for the quick reply box is for firefly's version and I have mist's hackless version which is here. Now I have tried to install firefly's version and have had many admins go over the code but it doesnt want to work. So I am forced to use mist's version instead. I would like to know very badly how to add:
to the quick reply box but nobody has told me how to do this yet except for "look it up". And every time I do look it up it is for firefly's version! Someone please just tell me right here in this thread the PHP code to add to the showthread template! Please! |
#2
|
||||
|
||||
The instructions posted in FireFly's thread should work fine with Mist's version.
Anyway, In showthread.php find: Code:
$textareacols = gettextareawidth(); Code:
$clickysmilies = getclickysmilies(); Code:
<! -- hackless quick reply --> <br /> Code:
<script language="Javascript" src="vbcode.js"></script> <script language="Javascript" src="vbcode_language.js"></script> Code:
<normalfont color="{pagetextcolor}"><b>Your Reply:</b></normalfont> </td> Code:
<normalfont color="{pagetextcolor}"><b>Your Reply:</b></normalfont><br> $clickysmilies </td> Code:
<input type="hidden" name="email" value=""> Find: Code:
<input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3"> Code:
<input type="checkbox" name="email" value="yes"><smallfont>Email Notification</smallfont> |
#3
|
|||
|
|||
That worked really great! Thanks! But I still dont understand why the smilie box isnt showing up in the box.... I did everything exactly as showed..... I dont understand :ermm:
|
#4
|
||||
|
||||
Ok, try this..
In the showthread template find and delete this code (you just added it): Code:
<script language="Javascript" src="vbcode.js"></script> <script language="Javascript" src="vbcode_language.js"></script> Code:
<tr> <td bgcolor="{tableheadbgcolor}" colspan="2"> <normalfont color="{tableheadtextcolor}"><b>Post Reply:</b></normalfont> </td> </tr> Code:
<form enctype="multipart/form-data" action="newreply.php" name="quickreply" method="post" onSubmit="return validate(this)"> <script language="Javascript" src="vbcode.js"></script> <script language="Javascript" src="vbcode_language.js"></script> Code:
<form enctype="multipart/form-data" action="newreply.php" name="quickreply" method="post" onSubmit="return validate(this)"> That should do it. |
#5
|
|||
|
|||
Ok I really dont know whats wrong with this thing it doesnt seem to work at all! If you want an admin account to my forum you are welcome to have one to see what is wrong with my stupid forum! PM me if you want to look into it!
|
#6
|
||||
|
||||
Boofo's version worked. You're obviously applying it wrong MadCat75 - i'll have to dig that up and make an addon's list in the thread I think...
|
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Quote:
@ EviLS1 you have a new PM |
#9
|
||||
|
||||
MadCad, check your PMs please.
|
#10
|
|||
|
|||
Thank you EviLS1 it worked wonderfully
Edit: one small thing though: How do I make the smilie box like the new reply one shown in the screenshot below: |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|