Welcome Guest, Not a member yet? Register   Sign In
[solved] smiley helper
#1

[eluser]R_Nelson[/eluser]
i was looking thru the smiley helper and i had a question.

The Smileys here do not show the alt or title tag that i have seen is there a way to add them?
#2

[eluser]R_Nelson[/eluser]
i dug in to the helper for smileys this is the code that makes the smiley when you parse it!
Code:
$str = str_replace($key, "<img  />", $str);

This is what i changed it to
Code:
$str = str_replace($key, "<img  />", $str);

it seems to work don't know if i would suggest changing the helper its self but i haven't done enough with helpers.
#3

[eluser]R_Nelson[/eluser]
ok due to the the coding of the line it didn't show the code but what i did was copied the alt tag and made it into a title tag and it all works well. so my new line has an alt and a title in it. sorry it did not show up!




Theme © iAndrew 2016 - Forum software by © MyBB