Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

HTML editor - special characters

More
9 years 9 months ago #1299 by szymon
HTML editor - special characters was created by szymon
Hello, I would like to add a field "textarea" HTML editor with the ability to add special characters (ε, Ω, £, ς ...). The editor is a simplified version. Is it possible to replace it with a more powerful? To be able to add special characters.
Thank you for your suggestions.

More
9 years 9 months ago #1300 by Administrator AV
Replied by Administrator AV on topic HTML editor - special characters
Hello,

the code that creates the simplified editor is in components/com_visforms/helpers/editor.php
I had to create my "own" editor in order to get the editor work with the form validation.
So it is only possible to change this source code (at least at the moment).
If you make changes to this file, you will always loose the changes on Visforms updates.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

More
9 years 9 months ago #1301 by szymon
Replied by szymon on topic HTML editor - special characters
Aicha Thank you for your reply.
Updates, it's not a problem. The problem for me is how to enter what you are writing ... :). Will I find somewhere a guide on how to do that?

More
9 years 9 months ago #1302 by Administrator AV
Replied by Administrator AV on topic HTML editor - special characters
Hi,

please open the file
components/com_visforms/helpers/editor.php

Find
Code:
plugins : \"-test\",

at line 73 and replace it with
Code:
plugins : \"-test, charmap\",

After that, there is a dropdown "insert" in the editor (in the form) with the option "special characters"....

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum