Affichage des articles dont le libellé est TYPE. Afficher tous les articles
Affichage des articles dont le libellé est TYPE. Afficher tous les articles

mercredi 8 octobre 2014

[Joomla] Standard form field types

Numerous types of form field are built into Joomla!. The following table lists these standard types and their availability. Use the single-page reference if you want to print all existing form field documentation.
Joomla 1.5 Please note that many of these fields are available as parameter types in Joomla! 1.5. For a list of parameter types, see J1.5:Standard parameter types. For a comparison between form field and parameter types, see Standard form field and parameter types.

mercredi 1 octobre 2014

[JOOMLA] [composant] ereur 500 - Affichage introuvable

Message type : 500 - Affichage introuvable [NOM, TYPE, PREFIX] contact,html,contactView

Ma solution : Dans la partie admin/views j'ai fait une erreur dans le default.php, en effet si l'on regarde le fichier helloworld du tutoriel on voit ceci :

<form action="index.php?option=com_helloworld&view=helloworlds" method="post" id="adminForm" name="adminForm">

que j'ai remplacer par ceci :

<form action="<?php echo JRoute::_('index.php?option=com_helloworld'); ?>" method="post" name="adminForm" id="adminForm">