Forums

How to display Article, Module or Menu-link Joomla in ChronoForms and ChronoConnectivity

jmgroud 14 Feb, 2020
English
Hello

There is a lot of documentation and messages regarding the display of ChronoForms information from an article or module, but unless I am mistaken, not the opposite ...
I would like, from an 'Event' or a 'View' to insert a line to display an article or module or the content of a menu link ...

Exemple in a 'Event' :
{fn:artiste_lire}
{fn:artiste_test_existe}
{loadmodule affprofil}
{view:artiste_affichage_entete}
{view:bouton_retour_arriere}
{view:artiste_details}
{view:bouton_retour_arriere}


This example does not work because the "loadmodule" instruction is not interpreted when it is correctly interpreted from a simple article in Joomla.

How to access:
- To a menu link
- To an article
- To a module

In :
- ChronoConnectivity
- ChronoForms

Français
Bonjour

Il y a beaucoup de documentation et de messages concernant l'affichage d'informations ChronoForms à partir d'un article ou d'un module, mais sauf erreur de ma part, pas le contraire...
J'aimerai, à partir d'un 'Event' ou d'un 'View' insérer une ligne pour afficher un article ou un module ou le contenu d'un lien de menu...

Exemple dans un 'Event' :
[mark]{fn:artiste_lire}
{fn:artiste_test_existe}
[strong][em]{loadmodule affprofil}[/em][/strong]
{view:artiste_affichage_entete}
{view:bouton_retour_arriere}
{view:artiste_details}
{view:bouton_retour_arriere}[/mark]

Cet exemple ne fonctionne pas car l'instruction "loadmodule" n'est pas interprétée alors qu'elle l'est correctement à partir d'un article simple de Joomla.

Comment faire pour accéder :
- A un lien de menu[br]- A un article[br]- A un module[br][br]Dans :[br]- ChronoConnectivity[br]- ChronoForms
GreyHead 14 Feb, 2020
Hi jmgroud,

Have you tried adding a straight-forward HTML <a> tag?

Bob
jmgroud 14 Feb, 2020
English
Hello GreyHead
I do not want to have a link in my view but directly the content of an article or a module or a menu link as do the instructions {loadmodule xxx} or {loadposition xxx} standard Joomla or certain extensions complementary as "Articles Anywhere" or "Modules Anywhere" from the developer "Regular Labs" ...
Access to these plugins is through specific tags in modules or articles to display directly in current content the content of other articles, modules, etc.

Français
Bonjour GreyHead
Je ne désire pas avoir un lien dans ma vue mais directement le contenu d'un article ou d'un module ou d'un lien de menu comme le font les instructions {loadmodule xxx} ou {loadposition xxx} standards de Joomla ou certaines extension complémentaires comme le ferait "Articles Anywhere" ou "Modules Anywhere" du développeur "Regular Labs"...
L'accès à ces plugins s'effectue par des balises spécifiques dans les modules ou les articles pour afficher directement dans le contenu actuel le contenu d'autres articles, modules, etc...
jmgroud 14 Feb, 2020
English
I tested 2 methods that don't work:
- Put the instruction {loadmodule} directly on a line of an "Event"
- Create a view called "test" with the {loadmodule} line in content and then call this view in the "Event" with {view: test}

Français
J'ai testé 2 méthodes qui ne fonctionnent pas :
- Mettre directement l'instruction {loadmodule} sur une ligne d'un "Event"
- Créer une view appelée "test" avec en contenu la ligne {loadmodule} pour ensuite appeler cette view dans l' "Event" avec {view:test}
jmgroud 14 Feb, 2020
English
Finally after several tests everything is working now.
I use the extensions "Articles anywhere" and "Modules anywhere" from "Regular Labs" with the instructions "{module}" and "{article} {/ article}".
On the other hand, the instructions "{loadmodule}" and "{loadposition}" do not work and do not work not in Joomla despite the status of the plugin "Content - Module loading" to "Published" (????). ChronoConnectivity's reaction seems normal to me ... If I could activate the instructions "{loadmodule}" and "{loadposition}", I imagine that they would also work with ChronoConnectivity.

So there is only 1 problem left: How to display directly in an "Event" or "View" the result of a menu choice (not a link but the result of the click on the menu link).

Français
Finalement après plusieurs tests tout fonctionne maintenant.
J'utilise les extensions "Articles anywhere" et "Modules anywhere" de "Regular Labs" avec les instructions "{module}" et "{article}{/article}".

Par contre, les instructions "{loadmodule}" et "{loadposition}" ne fonctionnent pas et ne fonctionnent pas non pas dans Joomla malgré le statut du plugin "Contenu - Chargement de module" à "Publié" (????). La réaction de ChronoConnectivity me semble donc normal... Si j'arrivais à activer les instructions "{loadmodule}" et "{loadposition}", j'imagine qu'elles fonctionneraient également avec ChronoConnectivity.

Il me reste donc 1 seul problème : Comment afficher directement dans un "Event" ou "View" le résultat d'un choix de menu (pas un lien mais le résultat du clic sur le lien de menu).
GreyHead 15 Feb, 2020
Answer
Hi jmgroud,

The data from the calling URL are added to the form data so you can use them in form actions. If you temporarily add a debugger action in the form On Load event you should see what is there.

Bob
This topic is locked and no more replies can be posted.