Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Smilies bugs
#1
Is it still a thing, or is it fixed and I'm just doing something wrong here?
   
#2
Have you tried editing that smiley in the Admin CP?
My GitHub | Galaxies Realm

Please do not PM me for support; use the forum instead
#3
You need only enter the image URL and not an img HTML tag in the Smilies section of the Admin CP.

Admin CP -> Configurations -> Smilies
|- Add new smilie
`- Edit

[Image: cIGMcjl.png]
#4
lol, that's what I had, I feel like I need to add an addslashes but I just don't know where
#5
Editing misc.php and replacing:

$smilie['insert'] = addslashes($smilie['find']);

with:

$smilie['insert'] = htmlspecialchars(addslashes($smilie['find']));

seems to work.
No longer involved in the MyBB project.
#6
Perfect, that's all I needed, thanks Nathan


Forum Jump:


Users browsing this thread: 1 Guest(s)