Uploads: "Error: Category not found!"
Posted: Fri Nov 07, 2008 1:13 am
I'm not sure how to fix this! It seemed to be working before I'm not sure whats going on. I've tried both of these:
Is 1 of these better than the other??
I'm trying to display files that can be downloaded for registered users.
Here is a picture of the Uploads Category section

Whats going on?
Code: Select all
{ if $ccuser->loggedin() }
{cms_module module="Uploads" category="downloads" mode="summary" sortorder="date_desc" detailtemplate="default"}
{else}
<p>This is a private area.</p>
{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="$page_alias"}
{/if}
Code: Select all
{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="$page_alias"}
{ if $ccuser->loggedin() }
{cms_module module="Uploads" category="Downloads" mode="summary" sortorder="date_desc" detailtemplate="default"}
{else}
<p>This is a private area.</p>
{/if}
I'm trying to display files that can be downloaded for registered users.
Here is a picture of the Uploads Category section

Whats going on?