Smiley Codes - Learn How to Represent Your Emotions with Symbols

  • Thread starter Thread starter JamesU
  • Start date Start date
  • Tags Tags
    Emotions Symbols
AI Thread Summary
The discussion centers on the coding of smileys in forums, particularly the preference for using codes that reflect their appearance, such as ":)" for a smiley face. Participants express that many users might not understand "txtspk" (text speak), making it challenging to remember codes like "8)" or "B)". There are concerns about changing existing smiley codes, as it could lead to inconsistencies in older posts where the original codes would no longer display correctly. The conversation also touches on the potential for adding more diverse smileys, with suggestions for various themes. Additionally, there is a technical aspect discussed regarding how smileys are parsed and displayed from the database, indicating that changes to coding could affect how smileys are rendered in past posts. Overall, the thread highlights a desire for intuitive smiley coding while acknowledging the complexities involved in changing established systems.
JamesU
Gold Member
Messages
821
Reaction score
3
shouldn't the smiling smiley be coded as :) instead of : smile :

shouldn't most of the smileys have a code that is related to their appearence, like:
:frown: :(
or :eek: :O
:bugeye: 8|
:biggrin: :D
:wink: ;)
:cool: B)
:-p or :-p :P
:cry: :*(
 
Physics news on Phys.org
I assumed it was so that people could think of the "type" of smilie they wanted and go ahead, not everyone understands "txtspk"
 
*Kia* said:
not everyone understands "txtspk"
Understands what?
 
*Kia* said:
not everyone understands "txtspk"

... whos that?
 
:smile: see I told you :biggrin:


txtspk - text speak
 
Why do you keep wanting to mess with our smilies?

They can't change them now, even if they wanted to. It would mean they wouldn't display in any of the posts that have them until now if the codes were changed. That happened the last time they changed smilies and didn't return them all to their original names (I think :blushing: used be just :blush: so there are old posts around that are missing their smilies now. :frown:)

I prefer just typing in the name of what they are. I'd never remember which is which between 8) and B). They look the same to me. :-p Plus, if you were making that numbered or lettered list you wanted to make, then you'd have to remember to turn off smilies so your list didn't wind up bulleted by smilies! :eek:
 
As long as you don't rebuild (in the administration panel) or edit the old posts, the smilies should be left unchanged... I know it's the case on IPB, I don't know how that process is ruled on Vbulletin, but it could be the same.

An admin may enlighten us. :wink:
 
i think :wink: is the smartest icon =]
 
I think we need way more smilies. Y'know: beer drinking smilies, slap yourself on the head kinda smilies, hangover smilies, thinking smilies, beer drinking smilies, dizzy smilies, beer drinking smilies...
 
  • #10
Well, if an admin decides they want to add more smilies - just point him/her my way :biggrin:
 
  • #11
TeTeC said:
As long as you don't rebuild (in the administration panel) or edit the old posts, the smilies should be left unchanged... I know it's the case on IPB, I don't know how that process is ruled on Vbulletin, but it could be the same.

An admin may enlighten us. :wink:


It may be that the pages are smiley-parsed every time you load a page - that is, it's saved as : smile: in the database and the database-fetch code also translates them by replacing that string with an image. If that were the case, then changing the translation would affect the old page no matter what. Although, I suppose they could add a condition to use one translation for dates before the change date and a different one for after.
 
  • #12
Well, the :: surrounding the smiley is clearly a tag to tell the parsing engine that the text inside should be interpreted as a smiley, not as normal text.

However, a valid question is "Why isn't a smiley coded as : :) : "
 
  • #13
in invision boards, a :smile: is coded as :)

and when you create custom emoctions, tey can be coded however you want.
 
  • #14
with phpBB boards you just simply tell the smiley admin panel what string you want to refer to which smilie.

quite simply you can tell the database that if the string xyz appears (no quotes, no :'s, etc) then display a frowning smilie or whatever smilie you have in your database.

one forum I use has a LOL graphic is chuinky blue any time lol is written with a spcae either side the blue graphic is displayed.
the space on each side ensures that it does not insert the graphic into words.
LOL lol LoL l0l all were included to show the blue graphic - you can have more than one code per smilie!
 
Back
Top