0
Hello!
I use MC comment system. Is it possible to use Joomla Editor (for example JCE)for added comments?
Thanks!
I use MC comment system. Is it possible to use Joomla Editor (for example JCE)for added comments?
Thanks!
Responses (3)
-
Accepted Answer
0The solution was very simple!
For use WYSIWYG Joomla Content Editor (example JCE) in MC comment system:
components/com_muscol/views/artist/tmpl/common.php
str.190
components/com_muscol/views/album/tmpl/default.php
str.251
components/com_muscol/views/song/tmpl/default.php
str.174
replaced by
display( 'comment', $this->detail->comment, '100%', '150px', '50', '30', false) ;
?>
components/com_muscol/models/album.php
str.388
after
$data = JRequest::get( 'post' );
add
$data['comment']=JRequest::getVar( 'comment', '', 'post', 'string', JREQUEST_ALLOWHTML );
P.S. Parametrs ('100%', '150px', '50', '30', false) has set custom
Enjoy... :woohoo: [file name=instrustionsJCEcomment.txt size=782]http://www.joomlamusicsolutions.com/images/fbfiles/files/instrustionsjcecomment.txt[/file]
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »