Roscko Coblat submitted a new resource: New Admin Theme! Matches WB Colors! - New Admin Theme! Matches WB Colors! Read more about this resource...
think best is to rename admin folder admin_org upload the package to themes folder on server extract it there and rename it to admin that way you can change between them just by rename the folders again if you for some reason need the old one again
Hello, and thanks for all the awesome replies If the admin theme is not showing for you, you might need to go into admin-> interface-> and the clear cache. It should show up after that
ive figured this out for some reason didnt work when i removed admin then draged these folders over i had to rename admin then drag the folders over then it worked thank you for quick responces
I'm glad you got it sorted out Good to hear Shep If anyone is wondering why there are menu links in home page of the admin or why theres a search there that doesn't work.... This was left in there so you can easily add your own links that you tend to use a lot of. This way you can do most of your common tasks right from the home page. The search is there ready for you to add your own code and search queries. Theres plenty of tutorials around the web for an easy search function, and to add an other page theres a brief tut on the template system for webid in these forums.
The User side of this Mod works ok with this new install of v1.0.2. I have tried the Admin both as a new Admin directory with only the tpl files there and since there is no index.php there the file gives a 404 server error. i tries another admin directory by uploading the new files into the the original directory and creating a mix of the tpl and php files using the original index.php but the only display is the original layout for admin. tried clearing cache in interface and settings and still no change. what am I doing wrong???
To spencerd, It, from the looks and sound of it, you are replacing the "admin" core folder and not the "themes/admin" folder. There should not be any php in there as the php and html are separate from each other for a reason. The actual "index" page your looking for consists of the header.tpl -> home.tpl -> footer.tpl in the "themes/admin" folder. I hope this clears things up a bit for yas
Roscko Wow, awsome Mod. I dropped in the admin in the theme folder and walllla, there it is in all it's glory. Great Job spence
@Roscko Combat, small problem. When I go in the Admin to Users, at the right of a user below "Suspend User" I don't know what $MSG['25_0224'] is. I don't have an English translation of it. The link points to edituser_haspaid.php but I don't have that file.
Sorry about that, oops. Thats because I added in the "User balance Payment submit form for Admin" mod by wildboy211 To take that out: Edit listusers.tpl around line 94, find: Code: <!-- ENDIF --> </small></a><br> <a href="edituser_haspaid.php?userid={users.ID}&offset={PAGE}"><small>{L_25_0224}</small></a><br> and replace with: Code: <!-- ENDIF --> </small></a> and delete edituser_haspaid.tpl or if you want to use the mod follow the instructions for adding your new language messages in the above link and all you will need to upload is edituser_haspaid.php to the admin folder. Thanks for the compliments by the way