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/08 12:07] – [Bethicoleague Template] 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 54: Line 55:
   - move Webmaster settings to new module   - move Webmaster settings to new module
  
 +==== 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 ====
 +=== Update and enable Plugins ===
 +<code>
 +plg_system_bethicofa
 +</code>
 +=== Disable Plugins===
 +<code>
 +</code>
 ==== Kunena Forum ==== ==== Kunena Forum ====
 ==== Phoca Download ==== ==== Phoca Download ====
 ==== Others ==== ==== Others ====