Search found 2 matches
- Tue Nov 27, 2007 11:54 am
- Forum: Tips & Tricks
- Topic: Allow HTML input from WYSIWYG in Joomla 1.5
- Replies: 10
- Views: 2374
Re: Allow HTML input from WYSIWYG in Joomla 1.5
I need this function because I am trying to insert an image with html code in the description of the link in Joomla weblinks. I tried to paste the function in components/com_weblinks/models/weblink.php but nothing happened. Do I have to change somewhere else? I am using the Joomla 1.5 latest night b...
- Mon Nov 26, 2007 6:37 pm
- Forum: Tips & Tricks
- Topic: Allow HTML input from WYSIWYG in Joomla 1.5
- Replies: 10
- Views: 2374
Re: Allow HTML input from WYSIWYG in Joomla 1.5
Looks good! But I dont understand which php-file I have to edit or how to do it. Where do I have to paste this? function check(){ /** * replace both instances of 'description' with your input name */ $this->description = JRequest::getVar('description','','POST','STRING',JREQUEST_ALLOWHTML); return t...