Yes - I do.
The template for the page has this
{title}
{content|smileys}
I have to admit that as I am not a web-developer, I usual get things working as I want them by trial and error, so may have done something that breaks this elsewhere in the site??
Implementing Smileys [SOLVED]
-
- Forum Members
- Posts: 65
- Joined: Tue May 22, 2007 10:05 pm
Re: Implementing Smileys
The displayed shortcut smiley pics are tags in the page source. Any has a alt attribute. The alt contains the text smiles.
Example
If you now apply the smileys modifier on this page, the text smileys in the alt tag get replaced by another tag. This is a in a
Example
This will spoil your page.
Example
Code: Select all
<img src="smile.gif" alt=":-)">
Example
Code: Select all
<img src="smile.gif" alt="<img src="smile.gif" alt=":-)">">
-
- Forum Members
- Posts: 65
- Joined: Tue May 22, 2007 10:05 pm
Re: Implementing Smileys
OK I understand it now. So to get round this I will need to apply the smiley modifier more sparingly! Perhaps create separate templates. Thank you very much
now I just have to sort out the js emoticon insertion
now I just have to sort out the js emoticon insertion
