View Single Post
ZAGOR
AlliedModders Donor
Join Date: Sep 2015
Old 02-13-2016 , 02:13   Re: SourceBans Next-Gen(Flat-Dark Edition) Theme
Reply With Quote #13

Quote:
Originally Posted by Hefal View Post
Maybe this is a little unrelated but do you perhaps know how to easily add another tab like "Dashboard" "Servers" etc?

Thanks
Maybe yes. But i dont try. So we can try

Go to ; Your_Sourceban_Directory/includes than open system-functions.php with text editor.

Go to line 138 ($tab_arr[5] = "Appeal Ban";) add after ;
Code:
$tab_arr[6] = "My New Tab";
than go to line 176 (AddTab("Appeal Ban", "index.php?p=protest", "Here you can appeal your ban. And prove your case as to why you should be unbanned.");) add after ;
Code:
AddTab("My New Tab", "http//your-link.com", "My New Tab Description");

Last edited by ZAGOR; 02-13-2016 at 02:13.
ZAGOR is offline