![]() |
Ok then just out of interest by any chance is your PRIMARY usergroup NOT Administrators.
|
Quote:
Oh my: Where do I change that hiddeous GREEN color on the "Forum rules" link in the navbar? o_0 EDIT: is it supposed to be: $config['SpecialUsers']['superadministrators'] = '1, 2'; or $config['SpecialUsers']['superadministrators'] = '1', '2'; ? EDIT2: - Back-To-Admin does not work - Get's 404page (the other admin at my forum with userID #1 can use the system) - Latest activity on the userprofile shows if admins log in to the account, in that other hack (on second hand, it might have been the 3.5.4 version of that hack), it doesn't (read it in the posts of that hacks thread).. would be cool if fixed! EDIT3: The other admin at the forum with UserID #1 wrote me down in the "Set Admins" page, I can now see the link to "log in as user" in the userprofiles, though, I just get a strange vbulletin-message saying that the user is not registred and therefor there is no profile to view! could this be more agitating? |
kk:
'1, 2'; Is correct so that is fine. 2) i am not sure what your saying. 3) no idea for that The hack works fine for me, as you read i modded it so it would work for admins whose primary usergroup was not administrators but that is it. I think CYB should answer these questions. |
Quote:
And by the way, "TIP" when doing stuff like adding a link to the menu for everyone to see, either put it in a template or include the colorchange of that link in the hack options. Especially when choosing a color like BoogerGreen o_0 EDIT1: OK I REALLY need to understand this hack! "cybfrules_forceuser" is located in the User Profile page, though it is not a bit of code included in the memberinfo template. Wich demands me knowing HOW and WHAT is saying where that Link is going to show up (in the user profile).. I need to move the link to another spot in the Users Profiles as it just takes up too much space lying on the same row as a bunch of other links! -_- (see picture) |
Now seriously, when needed support, it is most often needed as right away as possible.
And In this case, I couldn't care less if you've written that you suck at support, you really made it your responsibility when you posted a hack with this greatly hidden parts of code that _some people_ can't uderstand where to reach, and that _need_ to reach it! Summing it all up in one post as it seems I've got all the time in the world:
|
lol... this hack is pure evil...but I love it :p
|
Ok, I feel stupid. Edited a bogus config.php file -_-
Still one problem remains: Logging back into the admin account again. Following error follows: Code:
Database error in vBulletin 3.6.2: |
kk that error message is most likely caused by the cookie not being set.
as you can see from the statement: SELECT userid, username, password, salt, styleid FROM user WHERE userid = no userid is specified which is causing the error. Make sure you have cookies enabled and try again. |
by making a slight alteration to the code i have worked out how to stop it altering when the user last logged in:
I edited Cyb - Login To Other User Account - LTU: this section: Code:
vbsetcookie('userid', $cyb_target_user['userid']); Code:
vbsetcookie('userid', $cyb_target_user['userid']); But like the other one they still appear logged in , in the who is online section. |
Quote:
Quote:
|
All times are GMT. The time now is 03:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|