Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtig Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 20. Dezember 2024 bis zum 8.Januar 2025 mit verlängerten Antwortzeiten zu rechnen.

HTML editor - special characters

Mehr
9 Jahre 10 Monate her #1299 von szymon
HTML editor - special characters wurde erstellt von 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.

Mehr
9 Jahre 10 Monate her #1300 von Administrator AV
Administrator AV antwortete auf 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 :-).

Mehr
9 Jahre 10 Monate her #1301 von szymon
szymon antwortete auf 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?

Mehr
9 Jahre 10 Monate her #1302 von Administrator AV
Administrator AV antwortete auf 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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum