news and mod_rewrite
Posted: Thu Nov 25, 2010 1:24 pm
Code: Select all
$this->RegisterRoute('/[nN]ews\/(?P<articleid>[0-9]+)\/(?P<returnid>[0-9]+)\/(?P<junk>.*?)\/d,(?P<detailtemplate>.*?)$/');
eg
If:
$config['page_extension'] = '.html' and {news detailttemplate="sample_detail"}
then:
Smarty error: unable to read resource: "module_db_tpl:News;detailsample_detail.html"