joomla:templates
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| joomla:templates [05/09/2022 16:50] – Externe Bearbeitung 127.0.0.1 | joomla:templates [17/09/2022 17:17] (aktuell) – Manuel | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== Joomla - Router | + | ====== Joomla - Templates |
| - | Wie erstelle ich einen Router | + | Eine unvollständige Liste von guten Template herstellern |
| - | Das Routing ersetzt die " | ||
| - | In Joomla | + | ===== Joomla |
| + | * Joomlage (John' | ||
| + | * Favthemes -> Not available anymore | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| - | Weitere Infos: | + | ===== Joomla 4 ===== |
| - | https:// | + | * [[https://cassiopeia.joomla.com/|Cassiopeia]] |
| - | + | * [[https://j4.dr-menzel-it.de/|Nature J4]] | |
| - | + | | |
| - | ===== Neuer Router (View-Based) | + | |
| - | + | ||
| - | Seit Joomla 3.8 gibt es eine neue Router-Klasse, | + | |
| - | + | ||
| - | Weitere Infos: | + | |
| - | https://groups.google.com/ | + | |
| - | + | ||
| - | + | ||
| - | <file php router.php> | + | |
| - | <?php | + | |
| - | public function __construct($app = null, $menu = null) | + | |
| - | { | + | |
| - | | + | |
| - | // article view of com_content, | + | |
| - | // variable in your $view object with $view-> | + | |
| - | $category = new RouterViewConfiguration(' | + | |
| - | $category-> | + | |
| - | $this-> | + | |
| - | + | ||
| - | | + | |
| - | // be reached via a category view, you then have to define the parent view | + | |
| - | // of $view. | + | |
| - | $article = new RouterViewConfiguration(' | + | |
| - | $article-> | + | |
| - | | + | |
| - | + | ||
| - | parent:: | + | |
| - | + | ||
| - | | + | |
| - | $this-> | + | |
| - | + | ||
| - | | + | |
| - | $this-> | + | |
| - | + | ||
| - | // implements the behavior when no Itemid is present after the Itemid lookup | + | |
| - | $this-> | + | |
| - | } | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===== Legacy Router (Custom) ===== | + | |
| + | [[https:// | ||
joomla/templates.1662389413.txt.gz · Zuletzt geändert: von 127.0.0.1