Keyword

Extra WYSIWYG fields

More
15 years 2 months ago #68705 by mtif
Extra WYSIWYG fields was created by mtif
You can add a variety of extra field types, but not another WYSIWYG field - yet.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #68706 by Jason3211
Replied by Jason3211 on topic Extra WYSIWYG fields
This is SUPER IMPORTANT. PLEASE ADD THIS FEATURE. I spent hours customizing the K2 layout only to find that I can't use code in the text areas. Please respond if there's a workaround!

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #68707 by Gurbir
Replied by Gurbir on topic Extra WYSIWYG fields
Is there any workaround this one which would enable us to put html code in extra fields?

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #68708 by ade
Replied by ade on topic Extra WYSIWYG fields
its frustrating to almost be complete with a site and then realize that WYSIWYG was not available on text area. Now I am forced to consider another component after so much of work...
I would truly appreciate any work around asap!!

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #68709 by Adam Rifat
Replied by Adam Rifat on topic Extra WYSIWYG fields
Yes - this is needed by me also ASAP.

Can this be done with a plugin?

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #68710 by fidelis semper
Replied by fidelis semper on topic Extra WYSIWYG fields
I agree. Great product, but it kind defeat the whole point not to have a textarea without HTML editing capabilities. and I see from the trail that the support is kinda slow. besides that K2 has potential.

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #68711 by Kormann
Replied by Kormann on topic Extra WYSIWYG fields
I agree with you all. I thought K2 had it out-of-the-box and now I got disappointed. =(
My projects needs this feature. Please add it! And instead of Additional info title it would be cool if we could hide this title or rename it to another one too.

Keep the good work.

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #68712 by Nick
Replied by Nick on topic Extra WYSIWYG fields
try sourcerer. That might work.

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #68713 by DAVID JANES
Replied by DAVID JANES on topic Extra WYSIWYG fields
To get rid of 'additional info' or change it go to com_k2, templates, default (or whatever template files you are using), open up the view you are in, find 'additional info' and change it. Or in the css you can just isolate the selector and use display: none; then it won't show up.

K-mann said:I agree with you all. I thought K2 had it out-of-the-box and now I got disappointed. =( My projects needs this feature. Please add it! And instead of Additional info title it would be cool if we could hide this title or rename it to another one too.

Keep the good work.

Please Log in or Create an account to join the conversation.

More
15 years 1 week ago #68714 by FaïWoueb
Replied by FaïWoueb on topic Extra WYSIWYG fields
I found a solution !

1/ Edit the administrator/components/com_k2/models/extrafield.php file
Line 164 :
Replace :
$output='';
By :
$editor =& JFactory::getEditor();
$output = $editor->display("K2ExtraField_".$extraField->id."", $active, '550', '400', '60', '20', false);

2/ Edit the administrator/components/com_k2/models/item.php file
Line 462 :
Replace :
$variables = JRequest::get('post');
By :
$variables = JRequest::get('post',JREQUEST_ALLOWRAW);

... and that's all folks.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum