Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: USER SYSTEM

  1. #11
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Its techtuts framework so for superadmin level im guessing in the admin panel you would need

    to change

    if ($logged[username] && $logged[level] == 5) {

    to

    if ($logged[username] && $logged[level] == 5 || $logged[level] == 6) {

    On pages you only want super admins

    put

    if ($logged[username] && $logged[level] == 6) {

    in PHPMYADMIN

    UPDATE `users` SET `level` = '6' WHERE `YOURUSERNAME` = 'YOURUSERNAME'
    Looking for a good desiner to design a social networking template.

    PM me.

  2. #12

    Default

    You need to add the name="" tag to the IFRAME in order for it to be parsed into that frame.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •