HOME › Forums › SierraGamers Website › The new discussion board system › Reply To: The new discussion board system
November 6, 2004 at 9:56 am
#21859
Participant
Ok Ken, check this out.
You are already displaying the user’s name, so obviously you are reading the data from the database at that point and exploiting it (to identify the user).
The user’s settings and access level might be variable AccessLvl. If AccessLevl=Admin then %> display
Nothing is displayed if the user doesnt have the access. If they do a table is shown with all the links. I use session variables and cookies to check user access level (if there’s nothing there they are not logged in yet).
P.S. I think my carriage returns are dissappearing?