Uridium Posted June 13, 2011 Share Posted June 13, 2011 On the REDUX its possible for admins to change game theme However users cant so this Mod will let you do that.. Open up Global/header.php right at bottom find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Overwrite with this one You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now open up Mods/preferences.php add this is to the cases case 'template': template(); break; Same file add this Link to the rest of the links <a href='".gen_url('preferences',true)."&action=template'>Change Theme template</a><br /> scroll down page to the last >> $h->endpage(); and just below it add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. now goto your templates folder with the named folders inside and edit each template.php overwriting You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Updating with this one You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. add a new field to the users table called game_template VARCHAR(255) NOT NULL default = "Default"; Now your users can enjoy all your themes..... Quote Link to comment Share on other sites More sharing options...
mixmaster Posted June 13, 2011 Share Posted June 13, 2011 nice work illusions another good mod from you :) Quote Link to comment Share on other sites More sharing options...
Uridium Posted June 13, 2011 Author Share Posted June 13, 2011 if your like me and hate Underlined links the open up the css from your template and change a:visited,a:active,a:hover,a:link { color: #000000; text-decoration: underline; } to a:visited,a:active,a:hover,a:link { color: #000000; text-decoration: none; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.