Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
joomla:migrate310 [2025/12/09 12:17] – [Bethico Plugins] Bernard Condraujoomla:migrate310 [2026/01/21 13:50] (current) – [Important Read First] Bernard Condrau
Line 6: Line 6:
   * [[https://manual.joomla.org/docs/building-extensions/modules/module-development-tutorial/step2-tmpl-file/|Module Development]]   * [[https://manual.joomla.org/docs/building-extensions/modules/module-development-tutorial/step2-tmpl-file/|Module Development]]
   * [[https://downloads.joomla.org/language-packs/translations-joomla3/downloads/joomla-5---korean|Korean Language Pack for Version 5.0.2.1]]   * [[https://downloads.joomla.org/language-packs/translations-joomla3/downloads/joomla-5---korean|Korean Language Pack for Version 5.0.2.1]]
 +  * [[https://gist.github.com/rsenden/7bc96a3e678b60e61c750517ca8de883|Eclipse on WSL]]
  
 ===== Migration ===== ===== Migration =====
Line 55: Line 56:
  
 ==== Bethico Modules ==== ==== Bethico Modules ====
 +=== Development ===
 +  * If you did not install the new version of the module with updated manifest file you need to add the autoloader path manually to<code>/administrator/cache/autoload_psr4.php</code>
 +=== Update and enable Modules ===
 +<code>
 +mod_bethico_cookie
 +</code>
 +=== Disable Modules===
 +<code>
 +</code>
 ==== Bethico Plugins ==== ==== Bethico Plugins ====
-Plugins<code>plg_system_bethicofa+=== Update and enable Plugins === 
 +<code> 
 +plg_system_bethicofa 
 +</code> 
 +=== Disable Plugins=== 
 +<code>
 </code> </code>
 ==== Kunena Forum ==== ==== Kunena Forum ====
 ==== Phoca Download ==== ==== Phoca Download ====
 ==== Others ==== ==== Others ====