Page 1 of 1

Description bases on Permisions?

Posted: 01 Dec 2011, 23:13
by MChammerdad
Hey guys, I'm having a bit of a problem, to download files on my website I require that my users be registered.

However, some people can't seem to register correctly without you laying out exactly how to do it, so I put together a nice 4 step list for them.

As shown:

Image


As you can see this is fine for what I want. When they can't see the Categories due to them not being logged in.

However, after they login in they get this.

Image

Is there a way to make the main description not show up to registered users?

Or perhaps a way to redirect to another page from the phoca download page when users are not logged in?

any help would be extremely appreciated.

Re: Description bases on Permisions?

Posted: 04 Dec 2011, 19:07
by Jan
Hi, in such case I think you need to customize the code - to add some if clause to php - display description only if user is registered (see guides in Joomla! about how to recognize if user is registered)

Jan

Re: Description bases on Permisions?

Posted: 05 Dec 2011, 18:45
by MChammerdad
I realize that, I was wondering (since you made the actual module) that if you know of a easy way to do this. Or even if theres a way to do something similar?


I'm not really a website programmer with my skills limited to editing existing code to sometimes do what I want.