DNTBSQRD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upload size Failure!i did, they said that it’s not anything that can be done from their end since they don’t have any restrictions on my account..
Forum: Networking WordPress
In reply to: Super admin mode GONE!I love you guys! Thanks the both of you! My priviligies are back 😛
Forum: Networking WordPress
In reply to: Super admin mode GONE!I tried to manually update it but it says i don’t have the authority to update..
Or maybe i’m doing it wrongly?
What way would you recommend?Forum: Networking WordPress
In reply to: Super admin mode GONE!@ipstenu if that was the case then i wouldn’t have had to remove the line of code that i erased. something is clashing on the site..
Could it be because i didn’t update to WP 3.0.1 but updated the plugins?
Cause now i’m not even able to update WPMU only super admin could..
Forum: Networking WordPress
In reply to: Super admin mode GONE!i found that it was inside the wp-includes folder and the file is the capabilities.php file.
the piece of code that i removed was on line 1208.
here is how it looks now:
1206:function is_super_admin( $user_id = false ) { 1207: if ( ! $user_id ) { 1208: $user_id = ! empty($current_user) ? $current_user->id : 0; 1209: } 1210: 1211: if ( ! $user_id ) 1212: return false;So the code i removed was between 1207 and the current 1208 something with wp_get_user if i’m not mistaken…