Skip to content

<ktml:module position="[position]"> not working #774

Answered by manojLondhe
desbear asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Make sure you have the Joomla extension installed, since 0.21 the module filter has been moved to this extension. Assuming you have following folder structure as needed by Pages,

joomlatools-pages
- cache/
- data/
- extensions/
- - joomla
- pages/
- templates/
- - layouts/
- - - index.html.php
- config.php
- redirects.php

Where extensions/joomla is downloaded from https://github.com/joomlatools/joomlatools-pages/releases

Add code below in one of the layout file eg: templates/layouts/index.html.php

---
process:
   filters:
       [ext:joomla.template.filter.module]
---

and recheck once, this works for me.

I am using code below to load modules published at position "pages-top-menu"
<k…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@desbear
Comment options

@johanjanssens
Comment options

@desbear
Comment options

@johanjanssens
Comment options

Answer selected by johanjanssens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants