The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I am trying to add the "Thumbs up" smilie to my website.
I have added the image to "images" in the same format as all the others there.
I have added a line to inc function common
fString = replace(fString, "[tu]", getCurrentIcon(strIconSmilethumbsup,"","align=""middle"""))
I have substituted the following line to inc smilies (to keep the total number of icons the same)
<td><a href=""Javascript:insertsmilie('[tu]')"" tabindex=""-1"">" & getCurrentIcon(strIconSmilethumbsup,"Thumbsup [tu]","") & "</a></td>" & vbNewLine & _
OK so far? It throws an error. I suspect there is another file that needs to be amended, but which one?
Nick
fString = replace(fString, "[tu]", getCurrentIcon(strIconSmilethumbsup,"","align=""middle"""))
I have substituted the following line to inc smilies (to keep the total number of icons the same)
<td><a href=""Javascript:insertsmilie('[tu]')"" tabindex=""-1"">" & getCurrentIcon(strIconSmilethumbsup,"Thumbsup [tu]","") & "</a></td>" & vbNewLine & _
OK so far? It throws an error. I suspect there is another file that needs to be amended, but which one?
Nick