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:bethico40 [2021/12/31 14:47] Bernard Condraujoomla:bethico40 [2023/01/22 14:21] (current) – [Guides] Bernard Condrau
Line 6: Line 6:
   * [[https://docs.joomla.org/J4.x:Web_Assets/de|Web Assets]]   * [[https://docs.joomla.org/J4.x:Web_Assets/de|Web Assets]]
   * [[https://docs.joomla.org/Category:Joomla!_4.x|Joomla! 4.x]]   * [[https://docs.joomla.org/Category:Joomla!_4.x|Joomla! 4.x]]
 +  * [[https://docs.joomla.org/URLs_in_Joomla|URLs in Joomla]]
 +  * [[https://docs.joomla.org/Using_own_library_in_your_extensions/en|Using own library in your extensions]]
 +  * [[https://www.inmotionhosting.com/support/edu/joomla/joomla-4/joomla-http-headers/|Joomla 4 Security HTTP Headers]], then check [[https://securityheaders.com/|here]]
 +  * [[https://docs.joomla.org/Archived:How_to_implement_actions_in_your_code|How to implement actions in your code (Permissions)]]
  
 ===== Installation ===== ===== Installation =====
Line 14: Line 18:
 headers/style3/header.php headers/style3/header.php
 features/footer.php features/footer.php
 +features/logo.php
 css/custom.css css/custom.css
 js/custom.js js/custom.js
Line 55: Line 60:
     * Define background image and video in section, then save it with video active. This will make sure the background image is shown when javascript is disabled, instead of a white area where the video should show.     * Define background image and video in section, then save it with video active. This will make sure the background image is shown when javascript is disabled, instead of a white area where the video should show.
   * Disable plugin //System - WebAuthn Passwordless Login//   * Disable plugin //System - WebAuthn Passwordless Login//
 +  * Site module should be enabled for all pages. mod_bethico_contact_form, for example, will not work if not enabled for the page where it is used.
  
 ===== Development ===== ===== Development =====
   * If a namespace changes during development, for example in the xml file, then you need to adjust the namespace in file ''/administrator/cache/autoload_psr4.php''   * If a namespace changes during development, for example in the xml file, then you need to adjust the namespace in file ''/administrator/cache/autoload_psr4.php''
 +
 +===== Login =====
 +  * If you need to change the site's Multi-Faktor Login credentials, you need to align the following:
 +  - File ''configuration.php'' variable ''$secret'' in your site root
 +  - Table ''#__user_mfa'' in the database
  
 ===== CORS - CSRF ===== ===== CORS - CSRF =====