Is is a way to show individually a Category Usergroup Permission variable?
Specially I would like to use the variable that specifies if a Usergroup ID# can submit links or not.
The following also as a suggestion for the default template: I would like to have always enabled the Action: Suggest New Link (right menu) At the moment when we are inside a category were it's permissions does not allows to post on it, the Suggest New Link dissapears.
I have added it anyway, but when clicked it shows a You do not have permission to view this section of the site page.
So I would like to implement an if conditional directly on the corresponding category usergroup permissions variable. I know it can be solved using other indirect variables with conditionals, but I would like to use something more direct if possible.
Comments on Category Usergroup Permission
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
Is is a way to show individually a Category Usergroup Permission variable?
Specially I would like to use the variable that specifies if
a Usergroup ID# can submit links or not.
The following also as a suggestion for the default template:
I would like to have always enabled the Action: Suggest New Link (right menu)
At the moment when we are inside a category were it's permissions does not allows to post on it, the Suggest New Link dissapears.
I have added it anyway, but when clicked it shows a
You do not have permission to view this section of the site page.
My suggestion is, when clicked just to show a
http://www.mysite.com/links/suggest.php?action=addlink
So I would like to implement an if conditional directly on the corresponding category usergroup permissions variable. I know it can be solved using other indirect variables with conditionals, but I would like to use something more direct if possible.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Ok I have found the variable {CATCANSUBMITLINKS} that's doing it.