Abe Babe
12-11-2005, 01:38 AM
I don't know if this is a problem or bug, but it seems to be more of a bug to me from my testing.
Appears to be anything displayed by this code:
<if condition="$showviewwarnlink==1">
Basically what is happening is that any code placed within this conditional appears for the default Registered Users group [even though the link itself will give an error page].
We have two admin usergroups, one is the default and another custom one which has the ID of 42. On doing some testing, when I put the usergroup numbered 42 as a smod instead, then the Registered Users were treated like smods instead [i.e. admins could warn them but no one else]. When I removed the usergroup 42 completely the problem didn't exist anymore.
I hope this makes sense, but basically it appears that it is taking the last numeral of the second admin group and reading it as registered users [as that usergroup has an ID of 2].
There are no problems anywhere else with that usergroup, nor are there any other hacks or standard vBulletin functions which cause Registered Users to be able to see admin links or similar.
I found a work around which is to just use the code which is "showwarnlink" it's not an urgent problem. But I thought you might be interested in case it is a bug.
Abe Babe...
Appears to be anything displayed by this code:
<if condition="$showviewwarnlink==1">
Basically what is happening is that any code placed within this conditional appears for the default Registered Users group [even though the link itself will give an error page].
We have two admin usergroups, one is the default and another custom one which has the ID of 42. On doing some testing, when I put the usergroup numbered 42 as a smod instead, then the Registered Users were treated like smods instead [i.e. admins could warn them but no one else]. When I removed the usergroup 42 completely the problem didn't exist anymore.
I hope this makes sense, but basically it appears that it is taking the last numeral of the second admin group and reading it as registered users [as that usergroup has an ID of 2].
There are no problems anywhere else with that usergroup, nor are there any other hacks or standard vBulletin functions which cause Registered Users to be able to see admin links or similar.
I found a work around which is to just use the code which is "showwarnlink" it's not an urgent problem. But I thought you might be interested in case it is a bug.
Abe Babe...