Hi,
I'm having trouble viewing the uploads summary. I've tried all possible smarty combination without success.
{cms_module module="Uploads" action="categorysummary"}
{cms_module module="Uploads" action="categorysummary" template="default"}
{cms_module module="Uploads" mode="summary"}
When I add the parameter action="categorysummary", I get the following error
Fatal error: Call to a member function FetchRow() on a non-object in /storage/content/10/107110/mydomain.se/public_html/ds/modules/Uploads/action.categorysummary.php on line 91
Otherwise, the smarty tag without the action parameter doesn't show anything.
CMS Version 1.9.1
CGExtensions 1.21.7
Uploads 1.11.5
Any ideas?
Thanks,
Dan
[SOLVED] Uploads Module, cannot view summary
[SOLVED] Uploads Module, cannot view summary
Last edited by Dan on Sun Dec 12, 2010 10:58 am, edited 1 time in total.
Re: Uploads Module, cannot view summary
This is how it's used on home page of CMSMS Themes site...
{cms_module module='Uploads' category='Full Themes' sortorder='date_desc' mode='summary' count='3' detailpage='theme-detail' template='latest' detailtemplate="themes-detail"}
{cms_module module='Uploads' category='Full Themes' sortorder='date_desc' mode='summary' count='3' detailpage='theme-detail' template='latest' detailtemplate="themes-detail"}
Re: Uploads Module, cannot view summary
Thanks, that works fine!
/Dan
/Dan