krlaboratories

how speedly add new position in Joomla template

Mar 11th, 2022 (edited)
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. 1. add new position in index.php of template:
  2. <div id="newpositionclass">
  3. <jdoc:include type="modules" name="newposition" />
  4. </div>
  5.  
  6. 2. add new position in templateDetails.xml:
  7. <positions>
  8. <position>newposition</position>
  9. ...
  10. </positions>
  11.  
  12. 3. go to the Joomla Admin Panel and create new module, than select 'newposition'. If dont see - put manual and Save.
  13.  
Add Comment
Please, Sign In to add comment