User contributions
- 06:53, 14 February 2022 diff hist -4 Absolute Basics of How a Component Functions/it
- 06:53, 14 February 2022 diff hist -4 Translations:Absolute Basics of How a Component Functions/9/it current
- 06:48, 14 February 2022 diff hist +77 N Translations:Absolute Basics of How a Component Functions/56/it Created page with "* Joomla! 3.x" current
- 06:48, 14 February 2022 diff hist +63 N Translations:Absolute Basics of How a Component Functions/55/it Created page with "* Joomla! 2.5" current
- 06:48, 14 February 2022 diff hist +76 N Translations:Absolute Basics of How a Component Functions/54/it Created page with "* Joomla! 1.5" current
- 06:48, 14 February 2022 diff hist -3 Absolute Basics of How a Component Functions/it Created page with "Per imparare a progettare il tuo componente MVC, completa il tutorial per il tuo Joomla! versione."
- 06:48, 14 February 2022 diff hist +98 N Translations:Absolute Basics of How a Component Functions/53/it Created page with "Per imparare a progettare il tuo componente MVC, completa il tutorial per il tuo Joomla! versione." current
- 06:48, 14 February 2022 diff hist +11 Absolute Basics of How a Component Functions/it Created page with "==Tutorial sulla progettazione di un componente MVC=="
- 06:48, 14 February 2022 diff hist +53 N Translations:Absolute Basics of How a Component Functions/52/it Created page with "==Tutorial sulla progettazione di un componente MVC==" current
- 06:47, 14 February 2022 diff hist +6 Absolute Basics of How a Component Functions/it Created page with "Ciò consente un punto di ingresso sicuro in Joomla! piattaforma. JEXEC contiene una spiegazione dettagliata."
- 06:47, 14 February 2022 diff hist +133 N Translations:Absolute Basics of How a Component Functions/51/it Created page with "Ciò consente un punto di ingresso sicuro in Joomla! piattaforma. JEXEC contiene una spiegazione dettagliata." current
- 06:47, 14 February 2022 diff hist -2 Absolute Basics of How a Component Functions/it Created page with "La seguente riga si trova comunemente all'inizio di Joomla! File PHP:"
- 06:47, 14 February 2022 diff hist +69 N Translations:Absolute Basics of How a Component Functions/50/it Created page with "La seguente riga si trova comunemente all'inizio di Joomla! File PHP:" current
- 06:47, 14 February 2022 diff hist +9 N Translations:Absolute Basics of How a Component Functions/49/it Created page with "==JEXEC==" current
- 06:47, 14 February 2022 diff hist +2 Absolute Basics of How a Component Functions/it Created page with "*Un file php per visualizzare la viewː <tt>views/<component_name>/view.html.php</tt>"
- 06:46, 14 February 2022 diff hist +85 N Translations:Absolute Basics of How a Component Functions/48/it Created page with "*Un file php per visualizzare la viewː <tt>views/<component_name>/view.html.php</tt>" current
- 06:46, 14 February 2022 diff hist +9 Absolute Basics of How a Component Functions/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<component_name>/index.html</tt>"
- 06:46, 14 February 2022 diff hist +95 N Translations:Absolute Basics of How a Component Functions/47/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<component_name>/index.html</tt>" current
- 06:46, 14 February 2022 diff hist +10 Absolute Basics of How a Component Functions/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<nome_componente>/tmpl/index.html</tt>"
- 06:46, 14 February 2022 diff hist +101 N Translations:Absolute Basics of How a Component Functions/46/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<nome_componente>/tmpl/index.html</tt>" current
- 06:44, 14 February 2022 diff hist +13 Absolute Basics of How a Component Functions/it Created page with "*Un file xml per aggiungere un tipo di voce di menuː <tt>views/<nome_componente>/tmpl/default.xml</tt>"
- 06:44, 14 February 2022 diff hist +103 N Translations:Absolute Basics of How a Component Functions/45/it Created page with "*Un file xml per aggiungere un tipo di voce di menuː <tt>views/<nome_componente>/tmpl/default.xml</tt>" current
- 06:44, 14 February 2022 diff hist +5 Absolute Basics of How a Component Functions/it Created page with "*Un file php contenente la view predefinitaː <tt>views/<nome_componente>/tmpl/default.php</tt>"
- 06:44, 14 February 2022 diff hist +95 N Translations:Absolute Basics of How a Component Functions/44/it Created page with "*Un file php contenente la view predefinitaː <tt>views/<nome_componente>/tmpl/default.php</tt>" current
- 06:43, 14 February 2022 diff hist +9 Absolute Basics of How a Component Functions/it Created page with "*Un altro file html per il controllo in backgroundː <tt>models/index.html</tt>"
- 06:43, 14 February 2022 diff hist +79 N Translations:Absolute Basics of How a Component Functions/43/it Created page with "*Un altro file html per il controllo in backgroundː <tt>models/index.html</tt>" current
- 06:43, 14 February 2022 diff hist 0 Absolute Basics of How a Component Functions/it Created page with "*Un file php che rappresenta il model stessoː <tt>models/<component_name>.php</tt>"
- 06:43, 14 February 2022 diff hist +83 N Translations:Absolute Basics of How a Component Functions/42/it Created page with "*Un file php che rappresenta il model stessoː <tt>models/<component_name>.php</tt>" current
- 06:43, 14 February 2022 diff hist +2 Absolute Basics of How a Component Functions/it Created page with "*Un file php che carica la classe controllerː <tt><nome_componente>.php</tt>"
- 06:43, 14 February 2022 diff hist +77 N Translations:Absolute Basics of How a Component Functions/41/it Created page with "*Un file php che carica la classe controllerː <tt><nome_componente>.php</tt>" current
- 06:42, 14 February 2022 diff hist 0 Absolute Basics of How a Component Functions/it Created page with "*Un file php che rappresenta il controller stessoː <tt>controller.php</tt>"
- 06:42, 14 February 2022 diff hist +75 N Translations:Absolute Basics of How a Component Functions/40/it Created page with "*Un file php che rappresenta il controller stessoː <tt>controller.php</tt>" current
- 06:42, 14 February 2022 diff hist +5 Absolute Basics of How a Component Functions/it Created page with "*Un file html che è solo un file di sicurezza con un colore di sfondoː <tt>index.html</tt>"
- 06:42, 14 February 2022 diff hist +92 N Translations:Absolute Basics of How a Component Functions/39/it Created page with "*Un file html che è solo un file di sicurezza con un colore di sfondoː <tt>index.html</tt>" current
- 06:41, 14 February 2022 diff hist +8 Absolute Basics of How a Component Functions/it Created page with "Un componente di base conterrà i seguenti file all'interno della sua directoryː"
- 06:41, 14 February 2022 diff hist +81 N Translations:Absolute Basics of How a Component Functions/38/it Created page with "Un componente di base conterrà i seguenti file all'interno della sua directoryː" current
- 06:33, 14 February 2022 diff hist +5 Absolute Basics of How a Component Functions/it Created page with "Il componente Hello World! verrebbe archiviato in <tt> htdocs/<path_to_joomla>/components/com_helloworld/</tt>."
- 06:33, 14 February 2022 diff hist +112 N Translations:Absolute Basics of How a Component Functions/37/it Created page with "Il componente Hello World! verrebbe archiviato in <tt> htdocs/<path_to_joomla>/components/com_helloworld/</tt>." current
- 06:32, 14 February 2022 diff hist +182 Absolute Basics of How a Component Functions/it Created page with "Components are stored in a directory within your Joomla! installation, specifically at: *<tt>htdocs/<path_to_joomla>/components/com_<component_name>/</tt> . I componenti sono..."
- 06:32, 14 February 2022 diff hist +338 N Translations:Absolute Basics of How a Component Functions/36/it Created page with "Components are stored in a directory within your Joomla! installation, specifically at: *<tt>htdocs/<path_to_joomla>/components/com_<component_name>/</tt> . I componenti sono..." current
- 06:31, 14 February 2022 diff hist +8 Absolute Basics of How a Component Functions/it Created page with "==Struttura delle directory di base MVC=="
- 06:31, 14 February 2022 diff hist +41 N Translations:Absolute Basics of How a Component Functions/35/it Created page with "==Struttura delle directory di base MVC==" current
- 06:31, 14 February 2022 diff hist 0 Absolute Basics of How a Component Functions/it Created page with "Hello World! esempio:"
- 06:31, 14 February 2022 diff hist +21 N Translations:Absolute Basics of How a Component Functions/34/it Created page with "Hello World! esempio:" current
- 06:31, 14 February 2022 diff hist +78 N Translations:Absolute Basics of How a Component Functions/33/it Created page with "<tt><yoursite>/joomla/administrator/index.php?option=com_<component_name></tt>" current
- 06:31, 14 February 2022 diff hist +20 N Translations:Absolute Basics of How a Component Functions/32/it Created page with "administrator access" current
- 06:31, 14 February 2022 diff hist +64 N Translations:Absolute Basics of How a Component Functions/31/it Created page with "<tt><yoursite>/joomla/index.php?option=com_<component_name></tt>" current
- 06:31, 14 February 2022 diff hist +11 N Translations:Absolute Basics of How a Component Functions/30/it Created page with "user access" current
- 06:31, 14 February 2022 diff hist +3 Absolute Basics of How a Component Functions/it Created page with "È possibile utilizzare l'URL del componente o un Menu per passare al componente. In questo articolo discuteremo dell'utilizzo dell'URL."
- 06:31, 14 February 2022 diff hist +147 N Translations:Absolute Basics of How a Component Functions/29/it Created page with "È possibile utilizzare l'URL del componente o un Menu per passare al componente. In questo articolo discuteremo dell'utilizzo dell'URL." current
- 06:30, 14 February 2022 diff hist +21 N Translations:Absolute Basics of How a Component Functions/28/it Created page with "Hello World! example:" current
- 06:30, 14 February 2022 diff hist +50 N Translations:Absolute Basics of How a Component Functions/27/it Created page with "<tt><yoursite>/joomla/administrator/index.php</tt>" current
- 06:30, 14 February 2022 diff hist +20 N Translations:Absolute Basics of How a Component Functions/26/it Created page with "administrator access" current
- 06:30, 14 February 2022 diff hist +36 N Translations:Absolute Basics of How a Component Functions/25/it Created page with "<tt><yoursite>/joomla/index.php</tt>" current
- 06:30, 14 February 2022 diff hist +11 N Translations:Absolute Basics of How a Component Functions/24/it Created page with "user access" current
- 06:29, 14 February 2022 diff hist +15 Absolute Basics of How a Component Functions/it Created page with "Per prima cosa dobbiamo accedere alla piattaforma Joomla!, a cui si accede sempre attraverso un unico punto di ingresso. Utilizzando il tuo browser web preferito, vai al segue..."
- 06:29, 14 February 2022 diff hist +183 N Translations:Absolute Basics of How a Component Functions/23/it Created page with "Per prima cosa dobbiamo accedere alla piattaforma Joomla!, a cui si accede sempre attraverso un unico punto di ingresso. Utilizzando il tuo browser web preferito, vai al segue..." current
- 06:28, 14 February 2022 diff hist +1 Absolute Basics of How a Component Functions/it Created page with "==Accesso a un Component Joomlaǃ=="
- 06:28, 14 February 2022 diff hist +35 N Translations:Absolute Basics of How a Component Functions/22/it Created page with "==Accesso a un Component Joomlaǃ==" current
- 06:28, 14 February 2022 diff hist +14 Absolute Basics of How a Component Functions/it Created page with "La rottura di una qualsiasi di queste convenzioni porterà a errori o a una pagina vuota."
- 06:28, 14 February 2022 diff hist +89 N Translations:Absolute Basics of How a Component Functions/21/it Created page with "La rottura di una qualsiasi di queste convenzioni porterà a errori o a una pagina vuota." current
- 06:25, 14 February 2022 diff hist +3 Absolute Basics of How a Component Functions/it Created page with "La classe ''HelloWorldView'''Fluffy''''' che risiede in ''site/views/'''fluffy'''/view.html.php''. La view utilizzerà ''HelloWorldModel'''Fluffy''''' nel file ''site/models/'..."
- 06:25, 14 February 2022 diff hist +336 N Translations:Absolute Basics of How a Component Functions/20/it Created page with "La classe ''HelloWorldView'''Fluffy''''' che risiede in ''site/views/'''fluffy'''/view.html.php''. La view utilizzerà ''HelloWorldModel'''Fluffy''''' nel file ''site/models/'..." current
- 06:24, 14 February 2022 diff hist -3 Absolute Basics of How a Component Functions/it Created page with "Quindi supponiamo solo di voler usare una view immaginaria ''fluffy'', dovresti avere:"
- 06:24, 14 February 2022 diff hist +86 N Translations:Absolute Basics of How a Component Functions/19/it Created page with "Quindi supponiamo solo di voler usare una view immaginaria ''fluffy'', dovresti avere:" current
- 06:24, 14 February 2022 diff hist -10 Absolute Basics of How a Component Functions/it Created page with "The class ''HelloWorldView'''HelloWorld''''' risiede in ''site/views/'''helloworld'''/view.html.php'' e utilizzerà la classe ''HelloWorldModel'''HelloWorld''''' nel file ''si..."
- 06:24, 14 February 2022 diff hist +207 N Translations:Absolute Basics of How a Component Functions/18/it Created page with "The class ''HelloWorldView'''HelloWorld''''' risiede in ''site/views/'''helloworld'''/view.html.php'' e utilizzerà la classe ''HelloWorldModel'''HelloWorld''''' nel file ''si..." current
- 06:23, 14 February 2022 diff hist +21 Absolute Basics of How a Component Functions/it Created page with "Quindi diamo una rapida occhiata alle convenzioni di denominazione con un esempio, poiché le convenzioni di denominazione sono la vera magia, che fa funzionare tutto:"
- 06:23, 14 February 2022 diff hist +167 N Translations:Absolute Basics of How a Component Functions/17/it Created page with "Quindi diamo una rapida occhiata alle convenzioni di denominazione con un esempio, poiché le convenzioni di denominazione sono la vera magia, che fa funzionare tutto:" current
- 06:22, 14 February 2022 diff hist +39 Absolute Basics of How a Component Functions/it Created page with "Nel framework Joomla, i model sono responsabili della gestione dei dati. La prima funzione che deve essere scritta per un model è una funzione get. Restituisce i dati al chia..."
- 06:22, 14 February 2022 diff hist +421 N Translations:Absolute Basics of How a Component Functions/16/it Created page with "Nel framework Joomla, i model sono responsabili della gestione dei dati. La prima funzione che deve essere scritta per un model è una funzione get. Restituisce i dati al chia..." current
- 06:20, 14 February 2022 diff hist +13 N Translations:Absolute Basics of How a Component Functions/15/it Created page with "=== Model ===" current
- 06:20, 14 February 2022 diff hist +7 Absolute Basics of How a Component Functions/it Created page with "== Joomla! Spiegazione del Component Framework =="
- 06:20, 14 February 2022 diff hist +50 N Translations:Absolute Basics of How a Component Functions/14/it Created page with "== Joomla! Spiegazione del Component Framework ==" current
- 06:19, 14 February 2022 diff hist +9 Absolute Basics of How a Component Functions/it Created page with "Il controller è responsabile della risposta alle azioni dell'utente. Nel caso di un'applicazione web, un'azione dell'utente è generalmente una richiesta di pagina. Il contro..."
- 06:19, 14 February 2022 diff hist +519 N Translations:Absolute Basics of How a Component Functions/13/it Created page with "Il controller è responsabile della risposta alle azioni dell'utente. Nel caso di un'applicazione web, un'azione dell'utente è generalmente una richiesta di pagina. Il contro..." current
- 06:09, 14 February 2022 diff hist +16 N Translations:Absolute Basics of How a Component Functions/12/it Created page with "===Controller===" current
- 06:08, 14 February 2022 diff hist -36 Absolute Basics of How a Component Functions/it Created page with "La view è la parte del componente utilizzata per eseguire il rendering dei dati dal model in un modo adatto all'interazione. Per un'applicazione basata sul Web, la visualizza..."
- 06:08, 14 February 2022 diff hist +465 N Translations:Absolute Basics of How a Component Functions/11/it Created page with "La view è la parte del componente utilizzata per eseguire il rendering dei dati dal model in un modo adatto all'interazione. Per un'applicazione basata sul Web, la visualizza..." current
- 13:58, 25 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/Page display title/it current
- 12:11, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it current
- 12:11, 23 January 2022 diff hist +1 Translations:J4.x:Creating a Simple Module/54/it current
- 12:10, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/170/it current
- 12:10, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/138/it current
- 12:10, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/136/it current
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/134/it current
- 12:09, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:09, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/99/it current
- 12:08, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:08, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/61/it current
- 12:08, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:08, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/59/it current
- 12:07, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:07, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/58/it current
- 11:00, 23 January 2022 diff hist -3 J4.x:Creating a Simple Module/it
- 11:00, 23 January 2022 diff hist -3 Translations:J4.x:Creating a Simple Module/75/it current
- 07:17, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it
- 07:17, 23 January 2022 diff hist -2 Translations:J4.x:Creating a Simple Module/37/it current
- 07:15, 23 January 2022 diff hist +5 J4.x:Creating a Simple Module/it
- 07:14, 23 January 2022 diff hist +5 Translations:J4.x:Creating a Simple Module/22/it current
- 07:14, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it
- 07:14, 23 January 2022 diff hist +2 Translations:J4.x:Creating a Simple Module/21/it current
- 07:00, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "it"
- 07:00, 23 January 2022 diff hist +2 N Translations:J4.x:Creating a Simple Module/170/it Created page with "it"
- 07:00, 23 January 2022 diff hist +2 N Translations:J4.x:Creating a Simple Module/138/it Created page with "it"
- 07:00, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Nel tab Avanzate, potrai vedere tutte le ozioni di default tranne la cache mode perchè è un campo nascosto"
- 07:00, 23 January 2022 diff hist +2 N Translations:J4.x:Creating a Simple Module/136/it Created page with "it"
- 07:00, 23 January 2022 diff hist +108 N Translations:J4.x:Creating a Simple Module/135/it Created page with "Nel tab Avanzate, potrai vedere tutte le ozioni di default tranne la cache mode perchè è un campo nascosto" current
- 06:59, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "it"
- 06:59, 23 January 2022 diff hist +2 N Translations:J4.x:Creating a Simple Module/134/it Created page with "it"
- 06:59, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)"
- 06:59, 23 January 2022 diff hist +16 N Translations:J4.x:Creating a Simple Module/69/it Created page with "== Namespaces ==" current
- 06:59, 23 January 2022 diff hist +104 N Translations:J4.x:Creating a Simple Module/68/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)" current
- 06:59, 23 January 2022 diff hist -3 J4.x:Creating a Simple Module/it Created page with "=== Crea i file della lingua ==="
- 06:59, 23 January 2022 diff hist +15 N Translations:J4.x:Creating a Simple Module/67/it Created page with "== Requisiti ==" current
- 06:59, 23 January 2022 diff hist +32 N Translations:J4.x:Creating a Simple Module/50/it Created page with "=== Crea i file della lingua ===" current
- 06:58, 23 January 2022 diff hist +8 N Translations:J4.x:Creating a Simple Module/1/it Created page with "Tutorial" current
- 06:58, 23 January 2022 diff hist +31 J4.x:Creating a Simple Module/it
- 06:58, 23 January 2022 diff hist +59 Translations:J4.x:Creating a Simple Module/19/it current
- 06:56, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Puoi trovare boilerplate quiː"
- 06:55, 23 January 2022 diff hist +66 N Translations:J4.x:Creating a Simple Module/202/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː" current
- 06:55, 23 January 2022 diff hist +30 N Translations:J4.x:Creating a Simple Module/201/it Created page with "Puoi trovare boilerplate quiː" current
- 06:55, 23 January 2022 diff hist +19 J4.x:Creating a Simple Module/it Created page with "Ciascun interno deve utilizzare un server di aggiornamento. Soprattutto per motivi di sicurezza"
- 06:55, 23 January 2022 diff hist +95 N Translations:J4.x:Creating a Simple Module/200/it Created page with "Ciascun interno deve utilizzare un server di aggiornamento. Soprattutto per motivi di sicurezza" current
- 06:55, 23 January 2022 diff hist +13 J4.x:Creating a Simple Module/it Created page with "Con Joomlaǃ updater, puoi facilmente raggiungere tutti gli utenti e dire loro che c'è una nuova versione. Anche l'aggiornamento stesso è facile"
- 06:55, 23 January 2022 diff hist +146 N Translations:J4.x:Creating a Simple Module/199/it Created page with "Con Joomlaǃ updater, puoi facilmente raggiungere tutti gli utenti e dire loro che c'è una nuova versione. Anche l'aggiornamento stesso è facile" current
- 06:55, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "Nota che nei nostri file abbiamo collegato al file xml degli aggiornamenti delle estensioni. E da quel file xml abbiamo una posizione per lo zip del modulo. Ciò significa che..."
- 06:55, 23 January 2022 diff hist +17 N Translations:J4.x:Creating a Simple Module/198/it Created page with "== Conclusione ==" current
- 06:55, 23 January 2022 diff hist +388 N Translations:J4.x:Creating a Simple Module/197/it Created page with "Nota che nei nostri file abbiamo collegato al file xml degli aggiornamenti delle estensioni. E da quel file xml abbiamo una posizione per lo zip del modulo. Ciò significa che..." current
- 06:55, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "=== Moduli commerciali ==="
- 06:55, 23 January 2022 diff hist +26 N Translations:J4.x:Creating a Simple Module/196/it Created page with "=== Moduli commerciali ===" current
- 06:54, 23 January 2022 diff hist +12 J4.x:Creating a Simple Module/it Created page with "Crea una copia del modulo così com'è. Quindi aggiorniamo il numero di versione a 1.0.1. Ora puoi comprimere tutti i file. Dopodiché dovresti caricare il tuo zip nell'URL <t..."
- 06:54, 23 January 2022 diff hist +295 N Translations:J4.x:Creating a Simple Module/195/it Created page with "Crea una copia del modulo così com'è. Quindi aggiorniamo il numero di versione a 1.0.1. Ora puoi comprimere tutti i file. Dopodiché dovresti caricare il tuo zip nell'URL <t..." current
- 06:54, 23 January 2022 diff hist +13 J4.x:Creating a Simple Module/it Created page with "=== Testa l'aggiornamento del tuo modulo ==="
- 06:54, 23 January 2022 diff hist +44 N Translations:J4.x:Creating a Simple Module/194/it Created page with "=== Testa l'aggiornamento del tuo modulo ===" current
- 06:54, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "Dopo aver caricato questo file all'indirizzo <tt><nowiki>https://www.example.com/mod_foo.xml</nowiki></tt> l'aggiornamento verrà visualizzato nel backend di Joomla"
- 06:54, 23 January 2022 diff hist +164 N Translations:J4.x:Creating a Simple Module/193/it Created page with "Dopo aver caricato questo file all'indirizzo <tt><nowiki>https://www.example.com/mod_foo.xml</nowiki></tt> l'aggiornamento verrà visualizzato nel backend di Joomla" current
- 06:54, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>foo_update.xml</tt> completo è il seguente:"
- 06:53, 23 January 2022 diff hist +56 N Translations:J4.x:Creating a Simple Module/192/it Created page with "Il file <tt>foo_update.xml</tt> completo è il seguente:" current
- 06:53, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "==== foo_update.xml completo ===="
- 06:53, 23 January 2022 diff hist +33 N Translations:J4.x:Creating a Simple Module/191/it Created page with "==== foo_update.xml completo ====" current
- 06:52, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "Ora dobbiamo creare il file XML su <tt><nowiki>http://www.example.com/foo_update.xml</nowiki></tt> per far sapere a Joomla che è disponibile un aggiornamento."
- 06:52, 23 January 2022 diff hist +159 N Translations:J4.x:Creating a Simple Module/190/it Created page with "Ora dobbiamo creare il file XML su <tt><nowiki>http://www.example.com/foo_update.xml</nowiki></tt> per far sapere a Joomla che è disponibile un aggiornamento." current
- 06:52, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Creazione foo_update.xml ==="
- 06:52, 23 January 2022 diff hist +32 N Translations:J4.x:Creating a Simple Module/189/it Created page with "=== Creazione foo_update.xml ===" current
- 06:52, 23 January 2022 diff hist +30 J4.x:Creating a Simple Module/it Created page with "Quindi ora che Joomlaǃ sta cercando aggiornamenti per la nostra estensione, creiamone uno per testare il nostro processo. Ma prima dobbiamo creare il file <tt>foo_update.xml<..."
- 06:52, 23 January 2022 diff hist +401 N Translations:J4.x:Creating a Simple Module/188/it Created page with "Quindi ora che Joomlaǃ sta cercando aggiornamenti per la nostra estensione, creiamone uno per testare il nostro processo. Ma prima dobbiamo creare il file <tt>foo_update.xml<..." current
- 06:51, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:"
- 06:51, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/187/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:" current
- 06:51, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "==== mod_foo.xml completo===="
- 06:51, 23 January 2022 diff hist +29 N Translations:J4.x:Creating a Simple Module/186/it Created page with "==== mod_foo.xml completo====" current
- 06:51, 23 January 2022 diff hist +22 J4.x:Creating a Simple Module/it Created page with "Per aggiungere il nostro server di aggiornamento, dobbiamo inserire le seguenti righe nel tuo file XMLː"
- 06:51, 23 January 2022 diff hist +104 N Translations:J4.x:Creating a Simple Module/185/it Created page with "Per aggiungere il nostro server di aggiornamento, dobbiamo inserire le seguenti righe nel tuo file XMLː" current
- 06:51, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "=== Modifica mod_foo.xml ==="
- 06:51, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/184/it Created page with "=== Modifica mod_foo.xml ===" current
- 06:51, 23 January 2022 diff hist +37 J4.x:Creating a Simple Module/it Created page with "* <tt>foo_update.xml</tt> - Quindi dobbiamo creare il file XML per il server di aggiornamento all'indirizzo <tt><nowiki>http://www.example.com/foo_update.xml</nowiki></tt> per..."
- 06:51, 23 January 2022 diff hist +232 N Translations:J4.x:Creating a Simple Module/183/it Created page with "* <tt>foo_update.xml</tt> - Quindi dobbiamo creare il file XML per il server di aggiornamento all'indirizzo <tt><nowiki>http://www.example.com/foo_update.xml</nowiki></tt> per..." current
- 06:50, 23 January 2022 diff hist +13 J4.x:Creating a Simple Module/it Created page with "* <tt>mod_foo.xml</tt> - L'unico modo per aggiornare il nostro modulo esistente è aggiungere un server di aggiornamento, ad esempio <tt><nowiki>http://www.example.com/foo_upd..."
- 06:50, 23 January 2022 diff hist +211 N Translations:J4.x:Creating a Simple Module/182/it Created page with "* <tt>mod_foo.xml</tt> - L'unico modo per aggiornare il nostro modulo esistente è aggiungere un server di aggiornamento, ad esempio <tt><nowiki>http://www.example.com/foo_upd..." current
- 06:49, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Struttura del file ==="
- 06:49, 23 January 2022 diff hist +39 N Translations:J4.x:Creating a Simple Module/181/it Created page with "Creeremo/modificheremo i seguenti file:" current
- 06:49, 23 January 2022 diff hist +26 N Translations:J4.x:Creating a Simple Module/180/it Created page with "=== Struttura del file ===" current
- 06:49, 23 January 2022 diff hist +19 J4.x:Creating a Simple Module/it Created page with "La prima cosa da fare è leggere il tutorial Managing Component Upgrades with Joomla 2.5 - Part 1 per dare un'idea di come fun..."
- 06:49, 23 January 2022 diff hist +415 N Translations:J4.x:Creating a Simple Module/179/it Created page with "La prima cosa da fare è leggere il tutorial Managing Component Upgrades with Joomla 2.5 - Part 1 per dare un'idea di come fun..." current
- 06:48, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)"
- 06:48, 23 January 2022 diff hist +22 N Translations:J4.x:Creating a Simple Module/178/it Created page with "=== Joomla Updater ===" current
- 06:48, 23 January 2022 diff hist +104 N Translations:J4.x:Creating a Simple Module/177/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)" current
- 06:48, 23 January 2022 diff hist +6 J4.x:Creating a Simple Module/it
- 06:48, 23 January 2022 diff hist +15 N Translations:J4.x:Creating a Simple Module/176/it Created page with "== Requisiti ==" current
- 06:48, 23 January 2022 diff hist +6 Translations:J4.x:Creating a Simple Module/175/it current
- 06:48, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "Usa Joomla Updaterː Aggiunta dell'aggiornamento automatico - Parte 5"
- 06:48, 23 January 2022 diff hist +69 N Translations:J4.x:Creating a Simple Module/175/it Created page with "Usa Joomla Updaterː Aggiunta dell'aggiornamento automatico - Parte 5"
- 06:48, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː"
- 06:48, 23 January 2022 diff hist +66 N Translations:J4.x:Creating a Simple Module/174/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː" current
- 06:48, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "Come puoi vedere, Joomla ti offre molto per rendere la tua estensione facile da usare, fin dall'inizio"
- 06:48, 23 January 2022 diff hist +30 N Translations:J4.x:Creating a Simple Module/173/it Created page with "Puoi trovare boilerplate quiː" current
- 06:47, 23 January 2022 diff hist +102 N Translations:J4.x:Creating a Simple Module/172/it Created page with "Come puoi vedere, Joomla ti offre molto per rendere la tua estensione facile da usare, fin dall'inizio" current
- 06:47, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "== Conclusione =="
- 06:47, 23 January 2022 diff hist +17 N Translations:J4.x:Creating a Simple Module/171/it Created page with "== Conclusione ==" current
- 06:47, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "Immediatamente dopo l'installazione, vedrai le seguenti informazioni. Questo lo avevi inserito nello script così"
- 06:47, 23 January 2022 diff hist +113 N Translations:J4.x:Creating a Simple Module/169/it Created page with "Immediatamente dopo l'installazione, vedrai le seguenti informazioni. Questo lo avevi inserito nello script così" current
- 06:46, 23 January 2022 diff hist +18 J4.x:Creating a Simple Module/it Created page with "Ora puoi comprimere tutti i file e installarli tramite Joomla Extension Manager."
- 06:46, 23 January 2022 diff hist +80 N Translations:J4.x:Creating a Simple Module/168/it Created page with "Ora puoi comprimere tutti i file e installarli tramite Joomla Extension Manager." current
- 06:46, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:"
- 06:46, 23 January 2022 diff hist +36 N Translations:J4.x:Creating a Simple Module/167/it Created page with "== Metti alla prova il tuo modulo ==" current
- 06:46, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/166/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:" current
- 06:46, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "==== mod_foo.xml completo===="
- 06:46, 23 January 2022 diff hist +29 N Translations:J4.x:Creating a Simple Module/165/it Created page with "==== mod_foo.xml completo====" current
- 06:46, 23 January 2022 diff hist +11 J4.x:Creating a Simple Module/it Created page with "Devi aggiungere una riga, in modo che lo script venga chiamato automaticamente in Joomla"
- 06:45, 23 January 2022 diff hist +88 N Translations:J4.x:Creating a Simple Module/164/it Created page with "Devi aggiungere una riga, in modo che lo script venga chiamato automaticamente in Joomla" current
- 06:45, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica mod_foo.xml ==="
- 06:45, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/163/it Created page with "=== Modifica mod_foo.xml ===" current
- 06:45, 23 January 2022 diff hist -3 J4.x:Creating a Simple Module/it Created page with "Il codice per <tt>language/en-GB/en-GB.mod_foo.sys.ini</tt> è il seguente:"
- 06:45, 23 January 2022 diff hist +75 N Translations:J4.x:Creating a Simple Module/162/it Created page with "Il codice per <tt>language/en-GB/en-GB.mod_foo.sys.ini</tt> è il seguente:" current
- 06:45, 23 January 2022 diff hist -7 J4.x:Creating a Simple Module/it Created page with "==== File completo language/en-GB/mod_foo.sys.ini ===="
- 06:45, 23 January 2022 diff hist +54 N Translations:J4.x:Creating a Simple Module/161/it Created page with "==== File completo language/en-GB/mod_foo.sys.ini ====" current
- 06:44, 23 January 2022 diff hist -5 J4.x:Creating a Simple Module/it Created page with "Non c'è molto da spiegare qui. Scrivi il testo per la traduzione in questo file"
- 06:44, 23 January 2022 diff hist +80 N Translations:J4.x:Creating a Simple Module/160/it Created page with "Non c'è molto da spiegare qui. Scrivi il testo per la traduzione in questo file" current
- 06:44, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica language/en-GB/en-GB.mod_foo.sys.ini ==="
- 06:43, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/159/it Created page with "=== Modifica language/en-GB/en-GB.mod_foo.sys.ini ===" current
- 06:43, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>script.php</tt> completo è il seguente:"
- 06:43, 23 January 2022 diff hist +52 N Translations:J4.x:Creating a Simple Module/158/it Created page with "Il file <tt>script.php</tt> completo è il seguente:" current
- 06:43, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "==== script.php completo===="
- 06:43, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/157/it Created page with "==== script.php completo====" current
- 06:42, 23 January 2022 diff hist +82 J4.x:Creating a Simple Module/it Created page with "In questo esempio, utilizzo solo il testo per mostrare quando verrà eseguito quale metodo. Inoltre, ti mostro come verificare i requisiti minimi. Ovviamente puoi fare molto d..."
- 06:42, 23 January 2022 diff hist +590 N Translations:J4.x:Creating a Simple Module/156/it Created page with "In questo esempio, utilizzo solo il testo per mostrare quando verrà eseguito quale metodo. Inoltre, ti mostro come verificare i requisiti minimi. Ovviamente puoi fare molto d..." current
- 06:42, 23 January 2022 diff hist +22 J4.x:Creating a Simple Module/it Created page with "Scrivere uno script di estensione consiste nel dichiarare una classe il cui nome è <tt>mod_ModuleNameInstallerScript</tt> con questi 5 metodi. Vedere i commenti nel file per..."
- 06:42, 23 January 2022 diff hist +257 N Translations:J4.x:Creating a Simple Module/155/it Created page with "Scrivere uno script di estensione consiste nel dichiarare una classe il cui nome è <tt>mod_ModuleNameInstallerScript</tt> con questi 5 metodi. Vedere i commenti nel file per..." current
- 06:42, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Creazione script.php ==="
- 06:41, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/154/it Created page with "=== Creazione script.php ===" current
- 06:41, 23 January 2022 diff hist +24 J4.x:Creating a Simple Module/it Created page with "* <tt>script.php</tt> - Questo è il file che utilizziamo qui come esempio. Dobbiamo crearlo. * <tt>language/en-GB/en-GB.mod_foo.sys.ini</tt> - In questo file aggiungeremo del..."
- 06:41, 23 January 2022 diff hist +334 N Translations:J4.x:Creating a Simple Module/153/it Created page with "* <tt>script.php</tt> - Questo è il file che utilizziamo qui come esempio. Dobbiamo crearlo. * <tt>language/en-GB/en-GB.mod_foo.sys.ini</tt> - In questo file aggiungeremo del..." current
- 06:40, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "Creeremo/modificheremo i seguenti file:"
- 06:40, 23 January 2022 diff hist +39 N Translations:J4.x:Creating a Simple Module/152/it Created page with "Creeremo/modificheremo i seguenti file:" current
- 06:40, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Diamo un'occhiata a come usarli in Joomla 4. Usiamo il file helper per questo"
- 06:40, 23 January 2022 diff hist +26 N Translations:J4.x:Creating a Simple Module/151/it Created page with "=== Struttura del file ===" current
- 06:40, 23 January 2022 diff hist +77 N Translations:J4.x:Creating a Simple Module/150/it Created page with "Diamo un'occhiata a come usarli in Joomla 4. Usiamo il file helper per questo" current
- 06:40, 23 January 2022 diff hist +36 J4.x:Creating a Simple Module/it Created page with "* preflight che viene eseguito prima dell'installazione e dell'aggiornamento * install * update * uninstall * postflight che viene eseguito dopo l'installazione e l'aggiornamento"
- 06:40, 23 January 2022 diff hist +178 N Translations:J4.x:Creating a Simple Module/149/it Created page with "* preflight che viene eseguito prima dell'installazione e dell'aggiornamento * install * update * uninstall * postflight che viene eseguito dopo l'installazione e l'aggiornamento" current
- 06:39, 23 January 2022 diff hist +68 J4.x:Creating a Simple Module/it Created page with "L'installazione, l'aggiornamento e la disinstallazione di un modulo possono richiedere operazioni aggiuntive che non possono essere eseguite dalle operazioni di base descritte..."
- 06:39, 23 January 2022 diff hist +358 N Translations:J4.x:Creating a Simple Module/148/it Created page with "L'installazione, l'aggiornamento e la disinstallazione di un modulo possono richiedere operazioni aggiuntive che non possono essere eseguite dalle operazioni di base descritte..." current
- 06:39, 23 January 2022 diff hist +15 N Translations:J4.x:Creating a Simple Module/147/it Created page with "=== Scripts ===" current
- 06:39, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)"
- 06:39, 23 January 2022 diff hist +104 N Translations:J4.x:Creating a Simple Module/146/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)" current
- 06:39, 23 January 2022 diff hist +7 J4.x:Creating a Simple Module/it Created page with "== Usa lo script Installa, Aggiorna e Disinstalla - Parte 4 =="
- 06:39, 23 January 2022 diff hist +15 N Translations:J4.x:Creating a Simple Module/145/it Created page with "== Requisiti ==" current
- 06:39, 23 January 2022 diff hist +62 N Translations:J4.x:Creating a Simple Module/144/it Created page with "== Usa lo script Installa, Aggiorna e Disinstalla - Parte 4 ==" current
- 06:38, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Puoi trovare boilerplate quiː"
- 06:38, 23 January 2022 diff hist +30 N Translations:J4.x:Creating a Simple Module/141/it Created page with "Puoi trovare boilerplate quiː" current
- 06:37, 23 January 2022 diff hist -31 J4.x:Creating a Simple Module/it Created page with "Nella scheda Avanzate, vedrai tutte le opzioni predefinite tranne la modalità cache perché questo è un campo nascosto"
- 06:37, 23 January 2022 diff hist +120 N Translations:J4.x:Creating a Simple Module/137/it Created page with "Nella scheda Avanzate, vedrai tutte le opzioni predefinite tranne la modalità cache perché questo è un campo nascosto" current
- 06:37, 23 January 2022 diff hist +12 J4.x:Creating a Simple Module/it Created page with "Nella scheda di base, vedrai il campo personalizzato in cui puoi inserire un dominio. Il testo dell'etichetta viene recuperato dal file della lingua"
- 06:37, 23 January 2022 diff hist +148 N Translations:J4.x:Creating a Simple Module/133/it Created page with "Nella scheda di base, vedrai il campo personalizzato in cui puoi inserire un dominio. Il testo dell'etichetta viene recuperato dal file della lingua" current
- 06:36, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Nel backend, vedrai il tuo modulo come mostrato nell'immagine successiva"
- 06:36, 23 January 2022 diff hist +72 N Translations:J4.x:Creating a Simple Module/132/it Created page with "Nel backend, vedrai il tuo modulo come mostrato nell'immagine successiva" current
- 06:36, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del sito"
- 06:36, 23 January 2022 diff hist +96 N Translations:J4.x:Creating a Simple Module/131/it Created page with "Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del sito" current
- 06:36, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "Ora puoi comprimere tutti i file e installarli tramite Joomla Extension Manager."
- 06:36, 23 January 2022 diff hist +80 N Translations:J4.x:Creating a Simple Module/130/it Created page with "Ora puoi comprimere tutti i file e installarli tramite Joomla Extension Manager." current
- 06:36, 23 January 2022 diff hist +14 J4.x:Creating a Simple Module/it Created page with "== Metti alla prova il tuo modulo =="
- 06:36, 23 January 2022 diff hist +36 N Translations:J4.x:Creating a Simple Module/129/it Created page with "== Metti alla prova il tuo modulo ==" current
- 06:36, 23 January 2022 diff hist -9 J4.x:Creating a Simple Module/it Created page with "Il codice per <tt>language/en-GB/mod_foo.ini</tt> è il seguente:"
- 06:36, 23 January 2022 diff hist +65 N Translations:J4.x:Creating a Simple Module/128/it Created page with "Il codice per <tt>language/en-GB/mod_foo.ini</tt> è il seguente:" current
- 06:35, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "==== File completo language/en-GB/en-GB.mod_foo.ini ===="
- 06:35, 23 January 2022 diff hist +56 N Translations:J4.x:Creating a Simple Module/127/it Created page with "==== File completo language/en-GB/en-GB.mod_foo.ini ====" current
- 06:35, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "Qui possiamo specificare il testo per la versione inglese dell'etichetta del campo"
- 06:35, 23 January 2022 diff hist +82 N Translations:J4.x:Creating a Simple Module/126/it Created page with "Qui possiamo specificare il testo per la versione inglese dell'etichetta del campo" current
- 06:35, 23 January 2022 diff hist +33 J4.x:Creating a Simple Module/it
- 06:35, 23 January 2022 diff hist +33 Translations:J4.x:Creating a Simple Module/125/it current
- 06:35, 23 January 2022 diff hist -32 J4.x:Creating a Simple Module/it Created page with "=== Lingua di mM"
- 06:35, 23 January 2022 diff hist +16 N Translations:J4.x:Creating a Simple Module/125/it Created page with "=== Lingua di mM"
- 06:34, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "==== File tmpl/default.php completo ===="
- 06:34, 23 January 2022 diff hist +58 N Translations:J4.x:Creating a Simple Module/124/it Created page with "Il file <tt>tmpl/default.php</tt> completo è il seguente:" current
- 06:34, 23 January 2022 diff hist +40 N Translations:J4.x:Creating a Simple Module/123/it Created page with "==== File tmpl/default.php completo ====" current
- 06:34, 23 January 2022 diff hist +46 J4.x:Creating a Simple Module/it Created page with "Successivamente impostiamo l'utilizzo di questo valore per la creazione del collegamento ipertestuale"
- 06:34, 23 January 2022 diff hist +101 N Translations:J4.x:Creating a Simple Module/122/it Created page with "Successivamente impostiamo l'utilizzo di questo valore per la creazione del collegamento ipertestuale" current
- 06:34, 23 January 2022 diff hist +21 J4.x:Creating a Simple Module/it Created page with "Possiamo usare il valore del parametro per creare un collegamento ipertestuale nel frontend. Possiamo accedere al valore tramite la variabile $params."
- 06:33, 23 January 2022 diff hist +150 N Translations:J4.x:Creating a Simple Module/121/it Created page with "Possiamo usare il valore del parametro per creare un collegamento ipertestuale nel frontend. Possiamo accedere al valore tramite la variabile $params." current
- 06:33, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica tmpl/default.php ==="
- 06:33, 23 January 2022 diff hist +33 N Translations:J4.x:Creating a Simple Module/120/it Created page with "=== Modifica tmpl/default.php ===" current
- 06:33, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:"
- 06:33, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/119/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:" current
- 06:33, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "==== mod_foo.xml completo===="
- 06:33, 23 January 2022 diff hist +29 N Translations:J4.x:Creating a Simple Module/118/it Created page with "==== mod_foo.xml completo====" current
- 06:33, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "Quindi inseriamo i campi predefiniti di Joomla, in modo da poter utilizzare cache, moduleclass-suffix e layout"
- 06:33, 23 January 2022 diff hist +110 N Translations:J4.x:Creating a Simple Module/117/it Created page with "Quindi inseriamo i campi predefiniti di Joomla, in modo da poter utilizzare cache, moduleclass-suffix e layout" current
- 06:32, 23 January 2022 diff hist +22 J4.x:Creating a Simple Module/it Created page with "Per prima cosa impostiamo un parametro personalizzato."
- 06:32, 23 January 2022 diff hist +54 N Translations:J4.x:Creating a Simple Module/116/it Created page with "Per prima cosa impostiamo un parametro personalizzato." current
- 06:32, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica mod_foo.xml ==="
- 06:32, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/115/it Created page with "=== Modifica mod_foo.xml ===" current
- 06:32, 23 January 2022 diff hist +35 J4.x:Creating a Simple Module/it Created page with "* <tt>mod_foo.xml</tt> - Questo è il file in cui aggiungiamo i campi. * <tt>tmpl/default.php</tt> - In questo file mostra come possono essere utilizzati i dati di un campo. *..."
- 06:32, 23 January 2022 diff hist +336 N Translations:J4.x:Creating a Simple Module/114/it Created page with "* <tt>mod_foo.xml</tt> - Questo è il file in cui aggiungiamo i campi. * <tt>tmpl/default.php</tt> - In questo file mostra come possono essere utilizzati i dati di un campo. *..." current
- 06:31, 23 January 2022 diff hist +8 J4.x:Creating a Simple Module/it Created page with "Creeremo/modificheremo i seguenti file:"
- 06:31, 23 January 2022 diff hist +39 N Translations:J4.x:Creating a Simple Module/113/it Created page with "Creeremo/modificheremo i seguenti file:" current
- 06:31, 23 January 2022 diff hist -6 J4.x:Creating a Simple Module/it Created page with "Diamo un'occhiata a come usarli in Joomla 4"
- 06:31, 23 January 2022 diff hist +26 N Translations:J4.x:Creating a Simple Module/112/it Created page with "=== Struttura del file ===" current
- 06:31, 23 January 2022 diff hist +43 N Translations:J4.x:Creating a Simple Module/111/it Created page with "Diamo un'occhiata a come usarli in Joomla 4" current
- 06:31, 23 January 2022 diff hist +17 J4.x:Creating a Simple Module/it Created page with "Successivamente, inseriamo parametri che consentono di utilizzare le funzionalità standard di Joomla"
- 06:31, 23 January 2022 diff hist +101 N Translations:J4.x:Creating a Simple Module/110/it Created page with "Successivamente, inseriamo parametri che consentono di utilizzare le funzionalità standard di Joomla" current
- 06:31, 23 January 2022 diff hist +31 J4.x:Creating a Simple Module/it Created page with "In questo caso estenderemo il nostro esempio precedente utilizzando un campo url per inserire un dominio che possiamo utilizzare come link nel front-end. Per consentire che ci..."
- 06:31, 23 January 2022 diff hist +268 N Translations:J4.x:Creating a Simple Module/109/it Created page with "In questo caso estenderemo il nostro esempio precedente utilizzando un campo url per inserire un dominio che possiamo utilizzare come link nel front-end. Per consentire che ci..." current
- 06:30, 23 January 2022 diff hist +42 J4.x:Creating a Simple Module/it Created page with "I campi del modulo offrono una grande quantità di personalizzazione in Joomla e per i moduli sono l'unico modo per consentire all'utente di modificare il modulo in base alle..."
- 06:30, 23 January 2022 diff hist +200 N Translations:J4.x:Creating a Simple Module/108/it Created page with "I campi del modulo offrono una grande quantità di personalizzazione in Joomla e per i moduli sono l'unico modo per consentire all'utente di modificare il modulo in base alle..." current
- 06:30, 23 January 2022 diff hist +16 J4.x:Creating a Simple Module/it Created page with "== Personalizzazione con campi modulo e parametri =="
- 06:30, 23 January 2022 diff hist +52 N Translations:J4.x:Creating a Simple Module/107/it Created page with "== Personalizzazione con campi modulo e parametri ==" current
- 06:30, 23 January 2022 diff hist -5 J4.x:Creating a Simple Module/it Created page with "== Requisiti =="
- 06:30, 23 January 2022 diff hist +104 N Translations:J4.x:Creating a Simple Module/106/it Created page with "Hai bisogno di Joomla! 4.x per questo tutorial (come di scrivere attualmente Joomla! 4.0.0.0-alpha6-dev)" current
- 06:30, 23 January 2022 diff hist +15 N Translations:J4.x:Creating a Simple Module/105/it Created page with "== Requisiti ==" current
- 06:30, 23 January 2022 diff hist +20 J4.x:Creating a Simple Module/it Created page with "== Personalizzazioneː Aggiungi parametri tramite i campi del modulo - Parte 3 =="
- 06:29, 23 January 2022 diff hist +81 N Translations:J4.x:Creating a Simple Module/104/it Created page with "== Personalizzazioneː Aggiungi parametri tramite i campi del modulo - Parte 3 ==" current
- 06:29, 23 January 2022 diff hist +12 J4.x:Creating a Simple Module/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː"
- 06:29, 23 January 2022 diff hist +66 N Translations:J4.x:Creating a Simple Module/103/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː" current
- 06:29, 23 January 2022 diff hist -16 J4.x:Creating a Simple Module/it
- 06:29, 23 January 2022 diff hist -16 Translations:J4.x:Creating a Simple Module/102/it current
- 06:28, 23 January 2022 diff hist +7 J4.x:Creating a Simple Module/it Created page with "Nel frontend vedrai il tuo modulo come mostrato nell'immagine successiva. Viene visualizzato il testo del tuo file di supporto"
- 06:28, 23 January 2022 diff hist +126 N Translations:J4.x:Creating a Simple Module/98/it Created page with "Nel frontend vedrai il tuo modulo come mostrato nell'immagine successiva. Viene visualizzato il testo del tuo file di supporto" current
- 06:28, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del sito"
- 06:28, 23 January 2022 diff hist +96 N Translations:J4.x:Creating a Simple Module/97/it Created page with "Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del sito" current
- 06:28, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:"
- 06:28, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/94/it Created page with "Il file <tt>mod_foo.xml</tt> completo è il seguente:" current
- 06:27, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "==== mod_foo.xml completo===="
- 06:27, 23 January 2022 diff hist +29 N Translations:J4.x:Creating a Simple Module/93/it Created page with "==== mod_foo.xml completo====" current
- 06:27, 23 January 2022 diff hist +35 J4.x:Creating a Simple Module/it Created page with "Joomla! dovrebbe copiare il file di supporto durante l'installazione del modulo. Allora Joomla! ha bisogno di conoscere il tuo file di supporto. Per questo, devi aggiungere la..."
- 06:27, 23 January 2022 diff hist +205 N Translations:J4.x:Creating a Simple Module/92/it Created page with "Joomla! dovrebbe copiare il file di supporto durante l'installazione del modulo. Allora Joomla! ha bisogno di conoscere il tuo file di supporto. Per questo, devi aggiungere la..." current
- 06:27, 23 January 2022 diff hist +43 J4.x:Creating a Simple Module/it Created page with "Per prima cosa devi aggiungere una riga, in modo che lo spazio dei nomi sia impostato automaticamente in Joomla. Dopo questa modifica, è necessario reinstallare il modulo. Un..."
- 06:27, 23 January 2022 diff hist +495 N Translations:J4.x:Creating a Simple Module/91/it Created page with "Per prima cosa devi aggiungere una riga, in modo che lo spazio dei nomi sia impostato automaticamente in Joomla. Dopo questa modifica, è necessario reinstallare il modulo. Un..." current
- 06:26, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica mod_foo.xml ==="
- 06:26, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/90/it Created page with "=== Modifica mod_foo.xml ===" current
- 06:26, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>tmpl/default.php</tt> completo è il seguente:"
- 06:26, 23 January 2022 diff hist +58 N Translations:J4.x:Creating a Simple Module/89/it Created page with "Il file <tt>tmpl/default.php</tt> completo è il seguente:" current
- 06:26, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "==== File tmpl/default.php completo ===="
- 06:26, 23 January 2022 diff hist +40 N Translations:J4.x:Creating a Simple Module/88/it Created page with "==== File tmpl/default.php completo ====" current
- 06:25, 23 January 2022 diff hist +9 J4.x:Creating a Simple Module/it Created page with "In questo file apporti solo una piccola modifica per dimostrare nel frontend che il tuo file helper funziona correttamente. Si aggiunge solo il valore della variabile alla fin..."
- 06:25, 23 January 2022 diff hist +197 N Translations:J4.x:Creating a Simple Module/87/it Created page with "In questo file apporti solo una piccola modifica per dimostrare nel frontend che il tuo file helper funziona correttamente. Si aggiunge solo il valore della variabile alla fin..." current
- 06:25, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica tmpl/default.php ==="
- 06:25, 23 January 2022 diff hist +33 N Translations:J4.x:Creating a Simple Module/86/it Created page with "=== Modifica tmpl/default.php ===" current
- 06:25, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.php</tt> completo è il seguente:"
- 06:25, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/85/it Created page with "Il file <tt>mod_foo.php</tt> completo è il seguente:" current
- 06:25, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "==== File mod_foo.php completo ===="
- 06:24, 23 January 2022 diff hist +35 N Translations:J4.x:Creating a Simple Module/84/it Created page with "==== File mod_foo.php completo ====" current
- 06:24, 23 January 2022 diff hist +19 J4.x:Creating a Simple Module/it Created page with "Infine, usa il file di supporto per verificare se è stato caricato correttamenteː"
- 06:24, 23 January 2022 diff hist +83 N Translations:J4.x:Creating a Simple Module/83/it Created page with "Infine, usa il file di supporto per verificare se è stato caricato correttamenteː" current
- 06:24, 23 January 2022 diff hist +9 J4.x:Creating a Simple Module/it Created page with "La nostra nuova classe helper viene importata nel nostro scope corrente all'inizio del file."
- 06:24, 23 January 2022 diff hist +92 N Translations:J4.x:Creating a Simple Module/82/it Created page with "La nostra nuova classe helper viene importata nel nostro scope corrente all'inizio del file." current
- 06:24, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "=== Modifica mod_foo.php ==="
- 06:24, 23 January 2022 diff hist +28 N Translations:J4.x:Creating a Simple Module/81/it Created page with "=== Modifica mod_foo.php ===" current
- 06:23, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>FooHelper.php</tt> completo è il seguente:"
- 06:23, 23 January 2022 diff hist +55 N Translations:J4.x:Creating a Simple Module/80/it Created page with "Il file <tt>FooHelper.php</tt> completo è il seguente:" current
- 06:23, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "==== File completo Helper/FooHelper.php ===="
- 06:23, 23 January 2022 diff hist +44 N Translations:J4.x:Creating a Simple Module/79/it Created page with "==== File completo Helper/FooHelper.php ====" current
- 06:22, 23 January 2022 diff hist +11 J4.x:Creating a Simple Module/it Created page with "Quindi creiamo una classe semplice con un metodo semplice. Ovviamente puoi fare molto di più qui. Dai un'occhiata ai metodi principali di Joomla. Ecco molti esempi. Ti mostra..."
- 06:22, 23 January 2022 diff hist +212 N Translations:J4.x:Creating a Simple Module/78/it Created page with "Quindi creiamo una classe semplice con un metodo semplice. Ovviamente puoi fare molto di più qui. Dai un'occhiata ai metodi principali di Joomla. Ecco molti esempi. Ti mostra..." current
- 06:22, 23 January 2022 diff hist +12 J4.x:Creating a Simple Module/it Created page with "La nostra nuova classe helper dovrebbe appartenere a uno spazio dei nomi. Otteniamo questo con il codice seguente. È importante che questa riga sia all'inizio del file"
- 06:22, 23 January 2022 diff hist +168 N Translations:J4.x:Creating a Simple Module/77/it Created page with "La nostra nuova classe helper dovrebbe appartenere a uno spazio dei nomi. Otteniamo questo con il codice seguente. È importante che questa riga sia all'inizio del file" current
- 06:22, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Creazione di Helper/FooHelper.php ==="
- 06:22, 23 January 2022 diff hist +41 N Translations:J4.x:Creating a Simple Module/76/it Created page with "=== Creazione di Helper/FooHelper.php ===" current
- 06:21, 23 January 2022 diff hist +36 J4.x:Creating a Simple Module/it Created page with "* <code>Helper/FooHelper.php</code> - Questo è il file che utilizziamo qui come esempio. Dobbiamo crearlo * <code>mod_foo.php</code> - In questo file caricheremo principalmen..."
- 06:21, 23 January 2022 diff hist +495 N Translations:J4.x:Creating a Simple Module/75/it Created page with "* <code>Helper/FooHelper.php</code> - Questo è il file che utilizziamo qui come esempio. Dobbiamo crearlo * <code>mod_foo.php</code> - In questo file caricheremo principalmen..."
- 06:21, 23 January 2022 diff hist -3 J4.x:Creating a Simple Module/it Created page with "Creeremo/modificheremo i seguenti file:"
- 06:21, 23 January 2022 diff hist +39 N Translations:J4.x:Creating a Simple Module/74/it Created page with "Creeremo/modificheremo i seguenti file:" current
- 06:20, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Struttura del file ==="
- 06:20, 23 January 2022 diff hist +26 N Translations:J4.x:Creating a Simple Module/73/it Created page with "=== Struttura del file ===" current
- 06:20, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Diamo un'occhiata a come usarli in Joomla 4. Usiamo il file helper per questo"
- 06:20, 23 January 2022 diff hist +77 N Translations:J4.x:Creating a Simple Module/72/it Created page with "Diamo un'occhiata a come usarli in Joomla 4. Usiamo il file helper per questo" current
- 06:20, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "I namespace sono aree separate in cui possono vivere determinate cose logiche (nel nostro caso, classi, interfacce, funzioni e costanti). Queste aree forniscono l'incapsulamen..."
- 06:20, 23 January 2022 diff hist +221 N Translations:J4.x:Creating a Simple Module/71/it Created page with "I namespace sono aree separate in cui possono vivere determinate cose logiche (nel nostro caso, classi, interfacce, funzioni e costanti). Queste aree forniscono l'incapsulamen..." current
- 06:20, 23 January 2022 diff hist +21 J4.x:Creating a Simple Module/it Created page with "Con PHP 5.3, gli spazi dei nomi sono diventati propri. In altri linguaggi di programmazione in uso da molto tempo, queste piccole strutture ora ci aiutano anche con la chiarez..."
- 06:20, 23 January 2022 diff hist +195 N Translations:J4.x:Creating a Simple Module/70/it Created page with "Con PHP 5.3, gli spazi dei nomi sono diventati propri. In altri linguaggi di programmazione in uso da molto tempo, queste piccole strutture ora ci aiutano anche con la chiarez..." current
- 06:19, 23 January 2022 diff hist +6 J4.x:Creating a Simple Module/it
- 06:19, 23 January 2022 diff hist +6 Translations:J4.x:Creating a Simple Module/66/it current
- 06:19, 23 January 2022 diff hist +13 J4.x:Creating a Simple Module/it Created page with "Aggiungi una classe helper usando gli spazi dei nomi - Parte 2"
- 06:19, 23 January 2022 diff hist +62 N Translations:J4.x:Creating a Simple Module/66/it Created page with "Aggiungi una classe helper usando gli spazi dei nomi - Parte 2"
- 06:18, 23 January 2022 diff hist +12 J4.x:Creating a Simple Module/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː"
- 06:18, 23 January 2022 diff hist +66 N Translations:J4.x:Creating a Simple Module/65/it Created page with "I file di esempio per questo Tutorial possono essere trovati quiː" current
- 06:18, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Puoi trovare i boilerplate quiː"
- 06:18, 23 January 2022 diff hist +32 N Translations:J4.x:Creating a Simple Module/64/it Created page with "Puoi trovare i boilerplate quiː" current
- 06:18, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "Lo sviluppo del modulo per Joomla è un processo abbastanza semplice e diretto. Utilizzando le tecniche descritte in questo tutorial, è possibile sviluppare una varietà infi..."
- 06:18, 23 January 2022 diff hist +205 N Translations:J4.x:Creating a Simple Module/63/it Created page with "Lo sviluppo del modulo per Joomla è un processo abbastanza semplice e diretto. Utilizzando le tecniche descritte in questo tutorial, è possibile sviluppare una varietà infi..." current
- 06:18, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it Created page with "Nel frontend, vedrai il tuo modulo come mostrato nell'immagine successiva"
- 06:18, 23 January 2022 diff hist +73 N Translations:J4.x:Creating a Simple Module/60/it Created page with "Nel frontend, vedrai il tuo modulo come mostrato nell'immagine successiva" current
- 06:17, 23 January 2022 diff hist -104 J4.x:Creating a Simple Module/it
- 06:17, 23 January 2022 diff hist -104 Translations:J4.x:Creating a Simple Module/56/it current
- 06:17, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del sito."
- 06:17, 23 January 2022 diff hist +97 N Translations:J4.x:Creating a Simple Module/57/it Created page with "Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del sito." current
- 06:16, 23 January 2022 diff hist +102 J4.x:Creating a Simple Module/it Created page with "Ora puoi comprimere tutti i file e installarli tramite Joomla Extension Manager. Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del si..."
- 06:16, 23 January 2022 diff hist +184 N Translations:J4.x:Creating a Simple Module/56/it Created page with "Ora puoi comprimere tutti i file e installarli tramite Joomla Extension Manager. Dopodiché puoi scegliere il tuo modulo nel gestore moduli, quando crei un nuovo modulo del si..."
- 06:16, 23 January 2022 diff hist +14 J4.x:Creating a Simple Module/it Created page with "== Metti alla prova il tuo modulo =="
- 06:16, 23 January 2022 diff hist +36 N Translations:J4.x:Creating a Simple Module/55/it Created page with "== Metti alla prova il tuo modulo ==" current
- 06:16, 23 January 2022 diff hist +7 J4.x:Creating a Simple Module/it Created page with "Ulteriori informazioni sui file di lingua sono disponibili qui."
- 06:16, 23 January 2022 diff hist +112 N Translations:J4.x:Creating a Simple Module/54/it Created page with "Ulteriori informazioni sui file di lingua sono disponibili qui."
- 06:15, 23 January 2022 diff hist +36 J4.x:Creating a Simple Module/it Created page with "Il file <tt>.sys.ini</tt> viene utilizzato per tradurre la descrizione dell'estensione al momento dell'installazione, mentre il file <tt>.ini</tt> viene utilizzato per tradurr..."
- 06:15, 23 January 2022 diff hist +259 N Translations:J4.x:Creating a Simple Module/53/it Created page with "Il file <tt>.sys.ini</tt> viene utilizzato per tradurre la descrizione dell'estensione al momento dell'installazione, mentre il file <tt>.ini</tt> viene utilizzato per tradurr..." current
- 06:15, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "Il codice per <tt>language/en-GB/mod_foo.ini</tt> è il seguente:"
- 06:15, 23 January 2022 diff hist +65 N Translations:J4.x:Creating a Simple Module/204/it Created page with "Il codice per <tt>language/en-GB/mod_foo.ini</tt> è il seguente:" current
- 06:14, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "Il codice per <tt>language/en-GB/mod_foo.sys.ini</tt> è il seguente:"
- 06:14, 23 January 2022 diff hist +69 N Translations:J4.x:Creating a Simple Module/52/it Created page with "Il codice per <tt>language/en-GB/mod_foo.sys.ini</tt> è il seguente:" current
- 06:14, 23 January 2022 diff hist +7 J4.x:Creating a Simple Module/it Created page with "I files <tt>language/en-GB/mod_foo.ini</tt> e <tt>language/en-GB/mod_foo.sys.ini</tt> sono usati per tradurre il testo nel frontend e nel backend. Nota che la struttura del fi..."
- 06:14, 23 January 2022 diff hist +318 N Translations:J4.x:Creating a Simple Module/51/it Created page with "I files <tt>language/en-GB/mod_foo.ini</tt> e <tt>language/en-GB/mod_foo.sys.ini</tt> sono usati per tradurre il testo nel frontend e nel backend. Nota che la struttura del fi..." current
- 06:12, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "Il codice per il file <tt>mod_foo.xml</tt> è il seguente:"
- 06:12, 23 January 2022 diff hist +59 N Translations:J4.x:Creating a Simple Module/49/it Created page with "Il codice per il file <tt>mod_foo.xml</tt> è il seguente:" current
- 06:11, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "==== File mod_foo.xml completo ===="
- 06:11, 23 January 2022 diff hist +35 N Translations:J4.x:Creating a Simple Module/48/it Created page with "==== File mod_foo.xml completo ====" current
- 06:11, 23 January 2022 diff hist +18 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.xml</tt> è il file di installazione. La maggior parte delle voci sono autoesplicative."
- 06:11, 23 January 2022 diff hist +108 N Translations:J4.x:Creating a Simple Module/47/it Created page with "Il file <tt>mod_foo.xml</tt> è il file di installazione. La maggior parte delle voci sono autoesplicative." current
- 06:11, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Creazione di mod_foo.xml ==="
- 06:11, 23 January 2022 diff hist +32 N Translations:J4.x:Creating a Simple Module/46/it Created page with "=== Creazione di mod_foo.xml ===" current
- 06:10, 23 January 2022 diff hist +15 J4.x:Creating a Simple Module/it Created page with "Un punto importante da notare è che il file modello ha lo stesso ambito del file <tt>mod_foo.php</tt> file.Significa che una variabile può essere definita nel file <tt>mod_f..."
- 06:10, 23 January 2022 diff hist +278 N Translations:J4.x:Creating a Simple Module/45/it Created page with "Un punto importante da notare è che il file modello ha lo stesso ambito del file <tt>mod_foo.php</tt> file.Significa che una variabile può essere definita nel file <tt>mod_f..." current
- 06:10, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it Created page with "Il codice per il file tmpl/default.php è il seguente:"
- 06:10, 23 January 2022 diff hist +54 N Translations:J4.x:Creating a Simple Module/44/it Created page with "Il codice per il file tmpl/default.php è il seguente:" current
- 06:09, 23 January 2022 diff hist -1 J4.x:Creating a Simple Module/it Created page with "==== File tmpl/default.php completo ===="
- 06:09, 23 January 2022 diff hist +40 N Translations:J4.x:Creating a Simple Module/43/it Created page with "==== File tmpl/default.php completo ====" current
- 06:09, 23 January 2022 diff hist -5 J4.x:Creating a Simple Module/it Created page with "Il file <tt>default.php</tt> è il modello che mostra l'output del modulo."
- 06:09, 23 January 2022 diff hist +74 N Translations:J4.x:Creating a Simple Module/42/it Created page with "Il file <tt>default.php</tt> è il modello che mostra l'output del modulo." current
- 06:09, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Creazione di tmpl/default.php ==="
- 06:08, 23 January 2022 diff hist +37 N Translations:J4.x:Creating a Simple Module/41/it Created page with "=== Creazione di tmpl/default.php ===" current
- 06:08, 23 January 2022 diff hist -9 J4.x:Creating a Simple Module/it Created page with "L'unica riga che non abbiamo spiegato finora è la prima riga <tt>defined('_JEXEC') or die;</tt>. Questa riga verifica che questo file sia incluso dall'applicazione Joomla. Ci..."
- 06:08, 23 January 2022 diff hist +271 N Translations:J4.x:Creating a Simple Module/40/it Created page with "L'unica riga che non abbiamo spiegato finora è la prima riga <tt>defined('_JEXEC') or die;</tt>. Questa riga verifica che questo file sia incluso dall'applicazione Joomla. Ci..." current
- 06:08, 23 January 2022 diff hist +20 J4.x:Creating a Simple Module/it Created page with "''Nota a margine''ː In Joomla 3x di solito usavi una linea tipo questa <tt>$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));</tt>. Non hai più bisogno di..."
- 06:08, 23 January 2022 diff hist +249 N Translations:J4.x:Creating a Simple Module/39/it Created page with "''Nota a margine''ː In Joomla 3x di solito usavi una linea tipo questa <tt>$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));</tt>. Non hai più bisogno di..." current
- 06:07, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.php</tt> completo è il seguente:"
- 06:07, 23 January 2022 diff hist +53 N Translations:J4.x:Creating a Simple Module/38/it Created page with "Il file <tt>mod_foo.php</tt> completo è il seguente:" current
- 06:07, 23 January 2022 diff hist -9 J4.x:Creating a Simple Module/it Created page with "File mod_foo.php completato"
- 06:07, 23 January 2022 diff hist +27 N Translations:J4.x:Creating a Simple Module/37/it Created page with "File mod_foo.php completato"
- 06:06, 23 January 2022 diff hist +8 J4.x:Creating a Simple Module/it Created page with "Infine includiamo il modello per visualizzare l'output tramite"
- 06:06, 23 January 2022 diff hist +62 N Translations:J4.x:Creating a Simple Module/36/it Created page with "Infine includiamo il modello per visualizzare l'output tramite" current
- 06:06, 23 January 2022 diff hist +3 J4.x:Creating a Simple Module/it Created page with "La classe helper viene importata nel nostro scope corrente all'inizio del file"
- 06:06, 23 January 2022 diff hist +78 N Translations:J4.x:Creating a Simple Module/35/it Created page with "La classe helper viene importata nel nostro scope corrente all'inizio del file" current
- 06:06, 23 January 2022 diff hist +3 J4.x:Creating a Simple Module/it Created page with "* Includere il modello per visualizzare l'output"
- 06:05, 23 January 2022 diff hist +48 N Translations:J4.x:Creating a Simple Module/34/it Created page with "* Includere il modello per visualizzare l'output" current
- 06:05, 23 January 2022 diff hist +14 J4.x:Creating a Simple Module/it Created page with "* Importa la classe <tt>ModuleHelper</tt> nell'ambito corrente. Ne abbiamo bisogno in seguito per visualizzare l'output."
- 06:05, 23 January 2022 diff hist +120 N Translations:J4.x:Creating a Simple Module/33/it Created page with "* Importa la classe <tt>ModuleHelper</tt> nell'ambito corrente. Ne abbiamo bisogno in seguito per visualizzare l'output." current
- 06:05, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "Il file <tt>mod_foo.php</tt> eseguirà le seguenti attività:"
- 06:05, 23 January 2022 diff hist +61 N Translations:J4.x:Creating a Simple Module/32/it Created page with "Il file <tt>mod_foo.php</tt> eseguirà le seguenti attività:" current
- 06:05, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Creazione di mod_foo.php ==="
- 06:04, 23 January 2022 diff hist +32 N Translations:J4.x:Creating a Simple Module/31/it Created page with "=== Creazione di mod_foo.php ===" current
- 06:04, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "* <tt>language/en-GB/mod_foo.ini</tt> e <tt>language/en-GB/mod_foo.sys.ini</tt> - Questi sono i file che forniscono il testo in inglese del Regno Unito."
- 06:04, 23 January 2022 diff hist +152 N Translations:J4.x:Creating a Simple Module/30/it Created page with "* <tt>language/en-GB/mod_foo.ini</tt> e <tt>language/en-GB/mod_foo.sys.ini</tt> - Questi sono i file che forniscono il testo in inglese del Regno Unito." current
- 06:04, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "* <tt>tmpl/default.php</tt> - Questo è il modulo del template. Questo file prenderà i dati raccolti da mod_foo.php e genererà l'HTML da visualizzare nella pagina."
- 06:04, 23 January 2022 diff hist +165 N Translations:J4.x:Creating a Simple Module/29/it Created page with "* <tt>tmpl/default.php</tt> - Questo è il modulo del template. Questo file prenderà i dati raccolti da mod_foo.php e genererà l'HTML da visualizzare nella pagina." current
- 06:03, 23 January 2022 diff hist -3 J4.x:Creating a Simple Module/it Created page with "* <tt>mod_foo.xml</tt> - Questo file contiene informazioni sul modulo. Definisce i file che devono essere installati da Joomla! installatore e specifica i parametri di configu..."
- 06:03, 23 January 2022 diff hist +197 N Translations:J4.x:Creating a Simple Module/28/it Created page with "* <tt>mod_foo.xml</tt> - Questo file contiene informazioni sul modulo. Definisce i file che devono essere installati da Joomla! installatore e specifica i parametri di configu..." current
- 06:02, 23 January 2022 diff hist +36 J4.x:Creating a Simple Module/it Created page with "* <tt>mod_foo.php</tt> - Questo file è il punto di ingresso principale per il modulo. Eseguirà tutte le routine di inizializzazione necessarie, chiamerà le routine di suppo..."
- 06:02, 23 January 2022 diff hist +280 N Translations:J4.x:Creating a Simple Module/27/it Created page with "* <tt>mod_foo.php</tt> - Questo file è il punto di ingresso principale per il modulo. Eseguirà tutte le routine di inizializzazione necessarie, chiamerà le routine di suppo..." current
- 06:02, 23 January 2022 diff hist +7 J4.x:Creating a Simple Module/it Created page with "Ci sono alcuni file di base che vengono utilizzati nel modello standard di sviluppo del modulo:"
- 06:02, 23 January 2022 diff hist +95 N Translations:J4.x:Creating a Simple Module/26/it Created page with "Ci sono alcuni file di base che vengono utilizzati nel modello standard di sviluppo del modulo:" current
- 06:02, 23 January 2022 diff hist +4 J4.x:Creating a Simple Module/it Created page with "=== Struttura del file ==="
- 06:02, 23 January 2022 diff hist +26 N Translations:J4.x:Creating a Simple Module/25/it Created page with "=== Struttura del file ===" current
- 06:01, 23 January 2022 diff hist +18 J4.x:Creating a Simple Module/it Created page with "Questo tutorial spiegherà come creare un modulo semplice. Attraverso questo tutorial imparerai la struttura di base dei file di un modulo Joomlaǃ 4. Questa struttura di base..."
- 06:01, 23 January 2022 diff hist +238 N Translations:J4.x:Creating a Simple Module/24/it Created page with "Questo tutorial spiegherà come creare un modulo semplice. Attraverso questo tutorial imparerai la struttura di base dei file di un modulo Joomlaǃ 4. Questa struttura di base..." current
- 06:01, 23 January 2022 diff hist +10 J4.x:Creating a Simple Module/it Created page with "* Menù * Ultime notizie * Modulo di accesso * e molti altri."
- 06:01, 23 January 2022 diff hist +62 N Translations:J4.x:Creating a Simple Module/23/it Created page with "* Menù * Ultime notizie * Modulo di accesso * e molti altri." current
- 06:00, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it Created page with "Puoi vedere molti esempi di moduli nello standard Joomla! installare. Per esempio:"
- 06:00, 23 January 2022 diff hist +82 N Translations:J4.x:Creating a Simple Module/22/it Created page with "Puoi vedere molti esempi di moduli nello standard Joomla! installare. Per esempio:"
- 06:00, 23 January 2022 diff hist +9 J4.x:Creating a Simple Module/it Created page with "== Creazione di un modulo semplice/Sviluppo di un modulo base - Parte 1 =="
- 06:00, 23 January 2022 diff hist +74 N Translations:J4.x:Creating a Simple Module/21/it Created page with "== Creazione di un modulo semplice/Sviluppo di un modulo base - Parte 1 =="
- 05:59, 23 January 2022 diff hist +2 J4.x:Creating a Simple Module/it Created page with "Puoi scaricare Joomla! 4 su [https://github.com/joomla/joomla-cms/releases GitHub], sul [https://developer.joomla.org/nightly-builds.html Developer website] oppure puoi creare..."
- 05:59, 23 January 2022 diff hist +226 N Translations:J4.x:Creating a Simple Module/20/it Created page with "Puoi scaricare Joomla! 4 su [https://github.com/joomla/joomla-cms/releases GitHub], sul [https://developer.joomla.org/nightly-builds.html Developer website] oppure puoi creare..." current
- 05:57, 23 January 2022 diff hist +55 J4.x:Creating a Simple Module/it Created page with "L'applicazione di installazione viene utilizzata una volta. La parte di amministratore e la parte pubblica sono utilizzate attraverso il concetto di componenti con moduli . Og..."
- 05:57, 23 January 2022 diff hist +510 N Translations:J4.x:Creating a Simple Module/17/it Created page with "L'applicazione di installazione viene utilizzata una volta. La parte di amministratore e la parte pubblica sono utilizzate attraverso il concetto di componenti con moduli . Og..." current
- 05:48, 23 January 2022 diff hist -10 J4.x:Creating a Simple Module/it
- 05:48, 23 January 2022 diff hist -10 Translations:J4.x:Creating a Simple Module/14/it current
- 05:42, 23 January 2022 diff hist +42 J4.x:Creating a Plugin for Joomla/it Created page with "Si noti che se QUALSIASI plug-in in un gruppo non implementa SubscriberInterface, la proprietà del risultato (sia come parametro denominato che come risultato di un plug-in)..." current
- 05:42, 23 January 2022 diff hist +246 N Translations:J4.x:Creating a Plugin for Joomla/32/it Created page with "Si noti che se QUALSIASI plug-in in un gruppo non implementa SubscriberInterface, la proprietà del risultato (sia come parametro denominato che come risultato di un plug-in)..." current
- 05:42, 23 January 2022 diff hist -2 J4.x:Creating a Plugin for Joomla/it Created page with "È importante notare che i parametri devono essere in una matrice. La stessa funzione del plug-in otterrà i parametri come un Event object se implementa SubscriberInterface e..."
- 05:42, 23 January 2022 diff hist +286 N Translations:J4.x:Creating a Plugin for Joomla/31/it Created page with "È importante notare che i parametri devono essere in una matrice. La stessa funzione del plug-in otterrà i parametri come un Event object se implementa SubscriberInterface e..." current
- 05:41, 23 January 2022 diff hist +2 J4.x:Creating a Plugin for Joomla/it Created page with "Se si desidera attivare un evento in modo simile al JEventDispatcher J3.x rimosso, utilizzare un codice come questo:"
- 05:41, 23 January 2022 diff hist +116 N Translations:J4.x:Creating a Plugin for Joomla/30/it Created page with "Se si desidera attivare un evento in modo simile al JEventDispatcher J3.x rimosso, utilizzare un codice come questo:" current
- 05:40, 23 January 2022 diff hist +2 J4.x:Creating a Plugin for Joomla/it Created page with "==== Come ottenere la massima compatibilità con Joomla 3 ===="
- 05:40, 23 January 2022 diff hist +62 N Translations:J4.x:Creating a Plugin for Joomla/29/it Created page with "==== Come ottenere la massima compatibilità con Joomla 3 ====" current
- 05:40, 23 January 2022 diff hist +34 J4.x:Creating a Plugin for Joomla/it Created page with "Perché abbiamo introdotto questa classe di nomi sui parametri? Bene, semplifica l'introduzione di setter e getter personalizzati per le proprietà - attualmente un plug-in pu..."
- 05:40, 23 January 2022 diff hist +545 N Translations:J4.x:Creating a Plugin for Joomla/28/it Created page with "Perché abbiamo introdotto questa classe di nomi sui parametri? Bene, semplifica l'introduzione di setter e getter personalizzati per le proprietà - attualmente un plug-in pu..." current
- 05:38, 23 January 2022 diff hist +18 J4.x:Creating a Plugin for Joomla/it Created page with "Se si desidera consentire all'utente di modificare i valori, è possibile utilizzare il risultato dell'evento e getResults da esso. Puoi guardare"
- 05:38, 23 January 2022 diff hist +145 N Translations:J4.x:Creating a Plugin for Joomla/27/it Created page with "Se si desidera consentire all'utente di modificare i valori, è possibile utilizzare il risultato dell'evento e getResults da esso. Puoi guardare" current
- 05:37, 23 January 2022 diff hist 0 J4.x:Creating a Plugin for Joomla/it Created page with "Il nuovo modo per farlo in Joomla 4 è ottenere il dispatcher e inviare un evento con nome"
- 05:37, 23 January 2022 diff hist +90 N Translations:J4.x:Creating a Plugin for Joomla/26/it Created page with "Il nuovo modo per farlo in Joomla 4 è ottenere il dispatcher e inviare un evento con nome" current
- 05:37, 23 January 2022 diff hist +3 J4.x:Creating a Plugin for Joomla/it Created page with "==== Nuovo modo Joomla 4 ===="
- 05:37, 23 January 2022 diff hist +29 N Translations:J4.x:Creating a Plugin for Joomla/25/it Created page with "==== Nuovo modo Joomla 4 ====" current
- 05:37, 23 January 2022 diff hist +2 J4.x:Creating a Plugin for Joomla/it Created page with "Ora che hai creato il tuo plugin, probabilmente vorrai chiamarlo nel tuo codice. Potresti non farlo: il core di Joomla ha una serie di eventi integrati a cui potresti voler re..."
- 05:37, 23 January 2022 diff hist +254 N Translations:J4.x:Creating a Plugin for Joomla/24/it Created page with "Ora che hai creato il tuo plugin, probabilmente vorrai chiamarlo nel tuo codice. Potresti non farlo: il core di Joomla ha una serie di eventi integrati a cui potresti voler re..." current
- 05:36, 23 January 2022 diff hist +5 J4.x:Creating a Plugin for Joomla/it Created page with "Se stai creando un plug-in per un nuovo evento non principale, ricorda di attivare il plug-in dopo averlo installato. Precedi qualsiasi riferimento al tuo nuovo plugin con il<..."
- 05:36, 23 January 2022 diff hist +213 N Translations:J4.x:Creating a Plugin for Joomla/23/it Created page with "Se stai creando un plug-in per un nuovo evento non principale, ricorda di attivare il plug-in dopo averlo installato. Precedi qualsiasi riferimento al tuo nuovo plugin con il<..." current
- 05:36, 23 January 2022 diff hist +3 J4.x:Creating a Plugin for Joomla/it Created page with "=== Usare i plugin nel tuo codice ==="
- 05:36, 23 January 2022 diff hist +37 N Translations:J4.x:Creating a Plugin for Joomla/22/it Created page with "=== Usare i plugin nel tuo codice ===" current
- 05:35, 23 January 2022 diff hist +33 J4.x:Creating a Plugin for Joomla/it Created page with "Nota in tutta la serie Joomla 4 esiste un livello deprecato che coprirà i plug-in che utilizzano la vecchia strategia di denominazione dei nomi dei plug-in che sono gli stess..."
- 05:35, 23 January 2022 diff hist +244 N Translations:J4.x:Creating a Plugin for Joomla/21/it Created page with "Nota in tutta la serie Joomla 4 esiste un livello deprecato che coprirà i plug-in che utilizzano la vecchia strategia di denominazione dei nomi dei plug-in che sono gli stess..." current
- 05:34, 23 January 2022 diff hist +49 J4.x:Creating a Plugin for Joomla/it Created page with "Qui implementiamo anche [https://api.joomla.org/framework-2/classes/Joomla.Event.SubscriberInterface.html SubscriberInterface] che è il cambiamento principale rispetto a Joom..."
- 05:34, 23 January 2022 diff hist +524 N Translations:J4.x:Creating a Plugin for Joomla/20/it Created page with "Qui implementiamo anche [https://api.joomla.org/framework-2/classes/Joomla.Event.SubscriberInterface.html SubscriberInterface] che è il cambiamento principale rispetto a Joom..." current
- 05:33, 23 January 2022 diff hist +40 J4.x:Creating a Plugin for Joomla/it Created page with "Nell'esempio di codice seguente, <tt><PluginGroup></tt> che rappresenta il gruppo (type) del plug-in e <tt><PluginName></tt> rappresenta il nome. Nota che i nomi delle classi..."
- 05:33, 23 January 2022 diff hist +247 N Translations:J4.x:Creating a Plugin for Joomla/19/it Created page with "Nell'esempio di codice seguente, <tt><PluginGroup></tt> che rappresenta il gruppo (type) del plug-in e <tt><PluginName></tt> rappresenta il nome. Nota che i nomi delle classi..." current
- 05:30, 23 January 2022 diff hist -3 J4.x:Creating a Plugin for Joomla/it
- 05:30, 23 January 2022 diff hist -3 Translations:J4.x:Creating a Plugin for Joomla/7/it current
- 05:27, 23 January 2022 diff hist +24 J4.x:Creating a Plugin for Joomla/it Created page with "'''SUGGERIMENTO:''' ''per utilizzare <tt>$this->db</tt> e <tt>$this->app</tt>, <tt>CMSPlugin</tt> verifica se la proprietà esiste e non è privata. Se si desidera utilizzare..."
- 05:27, 23 January 2022 diff hist +434 N Translations:J4.x:Creating a Plugin for Joomla/18/it Created page with "'''SUGGERIMENTO:''' ''per utilizzare <tt>$this->db</tt> e <tt>$this->app</tt>, <tt>CMSPlugin</tt> verifica se la proprietà esiste e non è privata. Se si desidera utilizzare..." current
- 05:25, 23 January 2022 diff hist +5 J4.x:Creating a Plugin for Joomla/it Created page with "l'oggetto dell'applicazione"
- 05:25, 23 January 2022 diff hist +27 N Translations:J4.x:Creating a Plugin for Joomla/17/it Created page with "l'oggetto dell'applicazione" current
- 05:25, 23 January 2022 diff hist -1 J4.x:Creating a Plugin for Joomla/it Created page with "l'oggetto db"
- 05:25, 23 January 2022 diff hist +12 N Translations:J4.x:Creating a Plugin for Joomla/16/it Created page with "l'oggetto db" current
- 05:25, 23 January 2022 diff hist -3 J4.x:Creating a Plugin for Joomla/it Created page with "il gruppo (tipo) del plugin"
- 05:25, 23 January 2022 diff hist +27 N Translations:J4.x:Creating a Plugin for Joomla/15/it Created page with "il gruppo (tipo) del plugin" current
- 05:25, 23 January 2022 diff hist -4 J4.x:Creating a Plugin for Joomla/it Created page with "il nome del plugin"
- 05:25, 23 January 2022 diff hist +18 N Translations:J4.x:Creating a Plugin for Joomla/14/it Created page with "il nome del plugin" current
- 05:25, 23 January 2022 diff hist +5 J4.x:Creating a Plugin for Joomla/it Created page with "i parameters impostati per questo plugin dall'amministratore"
- 05:25, 23 January 2022 diff hist +87 N Translations:J4.x:Creating a Plugin for Joomla/13/it Created page with "i parameters impostati per questo plugin dall'amministratore" current
- 05:24, 23 January 2022 diff hist +20 J4.x:Creating a Plugin for Joomla/it Created page with "Il modo object-oriented di scrivere i plug-in prevede la scrittura di una sottoclasse di [https://api.joomla.org/cms-4/classes/Joomla.CMS.Plugin.CMSPlugin.html CMSPlugin], un..."
- 05:24, 23 January 2022 diff hist +295 N Translations:J4.x:Creating a Plugin for Joomla/12/it Created page with "Il modo object-oriented di scrivere i plug-in prevede la scrittura di una sottoclasse di [https://api.joomla.org/cms-4/classes/Joomla.CMS.Plugin.CMSPlugin.html CMSPlugin], un..." current
- 05:23, 23 January 2022 diff hist +32 J4.x:Creating a Plugin for Joomla/it Created page with "In Joomla 4 puoi anche avere il codice namespace nel tuo plugin - leggi Namespace Conventions in Joomla 4. Nota che il file della voce..."
- 05:23, 23 January 2022 diff hist +270 N Translations:J4.x:Creating a Plugin for Joomla/33/it Created page with "In Joomla 4 puoi anche avere il codice namespace nel tuo plugin - leggi Namespace Conventions in Joomla 4. Nota che il file della voce..." current
- 05:22, 23 January 2022 diff hist +2 J4.x:Creating a Plugin for Joomla/it Created page with "=== Creazione del plug-in ==="
- 05:22, 23 January 2022 diff hist +29 N Translations:J4.x:Creating a Plugin for Joomla/11/it Created page with "=== Creazione del plug-in ===" current
- 05:22, 23 January 2022 diff hist +28 J4.x:Creating a Plugin for Joomla/it Created page with "'''SUGGERIMENTO:''' ''se aggiungi l'attributo <tt>method="upgrade"</tt> al tag <tt>extension</tt>, questo plugin può essere installato senza disinstallare una versione preced..."
- 05:22, 23 January 2022 diff hist +269 N Translations:J4.x:Creating a Plugin for Joomla/10/it Created page with "'''SUGGERIMENTO:''' ''se aggiungi l'attributo <tt>method="upgrade"</tt> al tag <tt>extension</tt>, questo plugin può essere installato senza disinstallare una versione preced..." current
- 05:21, 23 January 2022 diff hist +27 J4.x:Creating a Plugin for Joomla/it Created page with "Se stai creando un plug-in per rispondere a eventi di sistema non principali, la tua scelta per il tag <tt>group="xxx"</tt> dovrebbe essere diversa da qualsiasi delle categor..."
- 05:21, 23 January 2022 diff hist +199 N Translations:J4.x:Creating a Plugin for Joomla/9/it Created page with "Se stai creando un plug-in per rispondere a eventi di sistema non principali, la tua scelta per il tag <tt>group="xxx"</tt> dovrebbe essere diversa da qualsiasi delle categor..." current
- 05:06, 23 January 2022 diff hist +77 J4.x:Creating a Plugin for Joomla/it Created page with "Se stai creando un plug-in che risponda agli eventi principali esistenti, l'attributo <tt>group="xxx"</tt> verrebbe modificato per riflettere il nome della cartella del plug-i..."
- 05:06, 23 January 2022 diff hist +677 N Translations:J4.x:Creating a Plugin for Joomla/8/it Created page with "Se stai creando un plug-in che risponda agli eventi principali esistenti, l'attributo <tt>group="xxx"</tt> verrebbe modificato per riflettere il nome della cartella del plug-i..." current
- 05:04, 23 January 2022 diff hist +5 J4.x:Creating a Plugin for Joomla/it Created page with "=== Creazione del file di installazione ==="