can i add a page to a module?
Using Jamroom
Allright, so /task/invoiced/month=March works.
One more thing. Can I create other file types from the profile? I'd like to do something like this to create a csv file the client can download:
function profile_view_agTask_March($_profile,$_post,$_user,$_conf)
{
return jrCore_parse_template('March.tpl',$_profile,'agTask');
}
I can't use "March.csv" there, evidently. I do have March.tpl creating the data fine, but it comes out with a profile header and footer I don't want, naturally. Is there a jrCore_parse_file function or something?