The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Somebody told me it would take a lot of work. But then I was just thinking. The icons in the smilie popup window are clickable. Would it be possible to copy that code from the popup window and make it so that the message icons work the same way. So that when you click on the message icons they too would be inserted into the message?
Sorry if this has already been asked. Thanks for any hlep you can provide. |
#2
|
||||
|
||||
This isn't really a 'How Do I', it's more of a Hack Request. I'm sure it's possible, but I think that it nonetheless take a lot of work to implement it into the forums.
|
#3
|
||||
|
||||
Can ya move it to the hacks forum, or should I as again, but in there?
|
#4
|
|||
|
|||
urgh, this might help,
edit template posticonbit replace this Code:
<input type="radio" name="iconid" value="$iconid" $iconchecked> <img src="$iconpath" height="15" width="15" align="middle" alt="$alttext"> Code:
<input type="radio" name="iconid" value="$iconid" $iconchecked> <a href="javascript:void(0);"><IMG SRC="$iconpath" BORDER=0 ALIGN=ABSCENTER onClick="vbform.message.value+='<img src=$iconpath> ';"></a> |
#5
|
||||
|
||||
Quote:
Was it ok to remove that code, and is there a way to make it so that the cursor changes into the hand on rollover? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|