I think this but I want major flexibility.bterkuile wrote: about the property_feu="surname,firstname" setting and pretty urls. Isn't it an idea to store this setting in the database?
something like:Plus all kinds of checks if the property is set etc.Code: Select all
$this->setParameter('property_feu',$params['property_feu']);
Then it does not need to be passed as get parameter
I want setting per forum, in this mode with:
{.... forum="Forum1" property_feu="email" guest="yes"}
in other part of site, un other forum:
{.... forum="Forum2" property_feu="name" guest="no"}
In database I have a parameter for all calling module
Alby