look at you url (joomla config url rewrite must be off) you can see all the way joomla move
option =com_name_of_component
controller=name_of_controller
view=name_off_the_view
in the directory view look for the name look in tmp probably a edit.php or default.php
or you could search the word editor to fin the editor the variable in the you put the code there
it may look like this or not
$editor =& JFactory::getEditor();
echo $editor->display("description",$this->event->description,500,400,40,20,1);?>
you change for
echo $editor->display("description",str_replace('\','', $this->event->description),500,400,40,20,1);?>
via Joomla! http://forum.joomla.org/viewtopic.php?t=804738&p=3038450#p3038450
option =com_name_of_component
controller=name_of_controller
view=name_off_the_view
in the directory view look for the name look in tmp probably a edit.php or default.php
or you could search the word editor to fin the editor the variable in the you put the code there
it may look like this or not
$editor =& JFactory::getEditor();
echo $editor->display("description",$this->event->description,500,400,40,20,1);?>
you change for
echo $editor->display("description",str_replace('\','', $this->event->description),500,400,40,20,1);?>
Statistics: Posted by whitevirus — Thu May 30, 2013 4:05 am
via Joomla! http://forum.joomla.org/viewtopic.php?t=804738&p=3038450#p3038450
No comments:
Post a Comment