Search found 3 matches

by mmarius
Fri Jan 13, 2012 7:25 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Babel and news article
Replies: 3
Views: 1211

Re: Babel and news article

You need to use backticks inside quotes:

Code: Select all

{news number='3' category="`$actualang` | news"  moretext='...'}
by mmarius
Tue Jun 28, 2011 5:11 pm
Forum: Developers Discussion
Topic: Module and PrettyURL
Replies: 1
Views: 1806

Re: Module and PrettyURL

Hi,

Try using {metadata} inside the header of the template and test this route: '[pP]ublication/(?P<artkey>.+)$/'

Marius.
by mmarius
Tue Jun 28, 2011 5:01 pm
Forum: Developers Discussion
Topic: [SOLVED] inline module via pretty url will replace content
Replies: 1
Views: 1479

[SOLVED] inline module via pretty url will replace content

Hi, If i acces a page with an inline module via pretty url registered by module, all {content} or {AdvancedContent} gets replaced, not just the {module_tag}. inside SetParameters(): $listparams2 = array('action' => 'default', 'inline' => 1); $lang = 'en'; $this->RegisterRoute($lang . '/[mM]armelada\...

Go to advanced search