XF 1.3 smilie overloading

briansol

Well-known member
I have 2 smilies,

one is
Code:
:p

the other is
Code:
:pop:

pop never works, I get psmilieOP:

is there a way to make both of these work without changing : p ?
 
yeah, i'd like to keep it though. I have many others like : D , : P : J etc that basically kill half the alphabet.

it's almost like the regular expression match needs a $ end check too
 
I can't reproduce this. It should always look for the longest match first. If you remove the :p smiley, can you confirm that :pop: works as expected?
 
Further testing, it seems to fail only on one that has numbers in it. I used pop here only has a quick example.

:ph34r: is one we use... and it won't come out right. but :popcorn: does indeed render proper
 
Top Bottom