PDA

Click to See Complete Forum and Search --> : Disable smileys in [code] blocks...


Fox
May 14th, 2000, 02:00 AM
...cos you alwys get a smiley if you type something like this:


Anything = Val( 0& )
'Without spaces
Anything = Val(0&)

May 15th, 2000, 02:35 AM
Under the Email Notification box, there is a check box called Disable Smilies in This Post. Check this box to disable them.

Fox
May 16th, 2000, 10:56 AM
Bu then it's disabled in the whole post :(

May 17th, 2000, 03:00 AM
Well generally when you are posting code or giving advice or help, you wouldn't use smilies.

Fox
May 17th, 2000, 10:45 PM
You never know ;)


MsgBox("Just an idea")

May 18th, 2000, 02:44 AM
Usually when you're posting code, you tend to be more serious. I see smilies used in the chit chat forum more often.

Fox
May 18th, 2000, 11:43 AM
I use smileys in every message... ;)

May 19th, 2000, 02:45 AM
I think that the programming section tends to be more serious.

kedaman
Jul 9th, 2000, 08:40 AM
Serious or not, I think this is a problem, I agree with Fox, I use smilies in some of my posts in the Q/A section and I don't want to turn of the Smiley code everytime i post code. Also you don't need to be dead serious even if you help someone

John
Jul 11th, 2000, 12:15 PM
I'll try and sort something out about this, but for now, you should just turn off smilies for posts with this problem.

It occurs becuase the & is converted to the HTML & . When the sequence &) occurs, the ;) is converted to a smilie.

John