Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Change Editor and enlarge event description area

9 years 10 months ago
  • D.'s Avatar
    Topic Author
  • D.
  • Offline
  • Fresh Boarder
  • Posts: 34
  • Thank you received: 1
Licenses:
JomSocial Active

ISSUE SUMMARY:
I was reading an issue on the forum that said I could select the editor JCE using JS configuration -->>layout -->> display, etc., but I don't have that option in my JS installed version 4.0.7. Am I missing something. I'm trying to enlarge the description box in add event window as well.


BROWSER: Safari

Attachment ScreenShot2015-06-11at12.47.53PM.png not found

Attachments:
9 years 10 months ago
Licenses:

Hi D

at jomsocial 3.x that setting exist at that version. but at jomsocial 4 has been deprecated for that setting. the reason because that 3rd party text editor always make lots of problem.

you can put user voice at here:
uservoice.jomsocial.com/forums/101561-jo...ial-feature-requests

but for now, we cant changing that editor to an other.

Regards

9 years 10 months ago
Licenses:

Hi D

if you want enlarge the editor:
copy events.forms.php from /components/com_community/templates/jomsocial/layouts/ to /templates/[frontend template]/html/com_community/layouts/

edit it, at line 101 change the code from

<textarea class="joms-textarea" name="description" data-wysiwyg="trumbowyg"><?php echo $this->escape($event->description); ?></textarea>
to
<textarea class="joms-textarea" name="description" data-wysiwyg="trumbowyg" style="height: 400px"><?php echo $this->escape($event->description); ?></textarea>

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW