
03-01-2003, 03:07 PM
|
 |
|
|
Join Date: Dec 2002
Location: ON, Canada
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Add this line:
Code:
$clickysmilies = getclickysmilies();
to forumdisplay.php right after this:
Code:
$textareacols = gettextareawidth();
Open newthreadbox template and add these to lines to the very begining:
Code:
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>
then use $clickysmilies in the "newthreadbox" template to add the box with the smilies in it.
To add it where I added mine find:
Code:
<normalfont><b>Message:</b></normalfont>
Add it right beside it so the smilies box displays under Message:
I know hellsatan did this already but he asked to edit the wrong file. This works perfectly fine on vB2.3.0.
|