monkeypaw201 Posted July 5, 2010 Report Posted July 5, 2010 (edited) Template Name: Admin In The Clouds Current Version: BETA 1.1 Demo URL: http://www.la92.com/thread-5.html Download URL: http://www.la92.com/attachment.php?aid=9 (233 KB) Neat Features to Note: First Admin Panel Template jQuery Effects Dropdown Menu 2-Color Options Template Notes: This template is easy to install, won't get overwritten with updates, and offers two colors to choose from (blue and red). The exact same functionality is maintained (including new features from updates), however in order to keep it as dynamic as possible, I've had to sacrifice some of the formatting so I don't need to change too many core template files. As a result, I'm releasing this as a BETA while I work on repairing those formatting issues. Please reply or rate this thread if you would like more work seen on this, as I'm somewhat hesitant to continue work on the admin side. EDIT: Instructions on how to change colors are posted below (3 posts down) Preview Image: Installation Directions: Download Unzip / Extract Upload folder (aitc) + contents to /admin/lib/ folder Edit app.config.php as shown below (Appendix 1) Appendix 1 In /core/app.config.php replace line 258 which reads: Config::Set('ADMIN_SKIN', 'layout'); With: Config::Set('ADMIN_SKIN', 'aitc'); Edited July 7, 2010 by Lorenzo Aiello 2
Jeff Posted July 5, 2010 Report Posted July 5, 2010 You are the man! Installing this immediately. EDIT: This admin panel is the best addition to all addons in my opinion! Great Job Lorenzo.
monkeypaw201 Posted July 5, 2010 Author Report Posted July 5, 2010 Haha, thanks Jeff. I already have a fair list of things to adjust, the functionality is there, just some minor formatting needs to be fixed, if you find something major let me know
monkeypaw201 Posted July 5, 2010 Author Report Posted July 5, 2010 Oh, Sorry folks, I forgot to mention how to edit the colors.. In /aitc/cs/layout.css on line 7, you can change @import 'color_blue.css'; with: @import 'color_red.css'; To get a red theme instead of blue.
Jeff Posted July 5, 2010 Report Posted July 5, 2010 Nope, no problems. All buttons and links work correctly. Thanx
Jeff Posted July 5, 2010 Report Posted July 5, 2010 I found some. 1. Editing NEWS - The full edit panel doesn't show 2. NEWS - The DELETE button doesn't work
Moderators Kyle Posted July 5, 2010 Moderators Report Posted July 5, 2010 OH! MY GOD! It looks awsome!!!!! I will upload it, and when my CEO comes back he will think what happened, very nice! You are awsome and i'm currently using one of your skins!
Jeff Posted July 5, 2010 Report Posted July 5, 2010 There are some issues with the pop-up window that comes up when looking at certain items (View Pilot Log, Add Airport, etc.) and the two posted above.
Moderators Kyle Posted July 5, 2010 Moderators Report Posted July 5, 2010 There are some issues with the pop-up window that comes up when looking at certain items (View Pilot Log, Add Airport, etc.) and the two posted above. Same here jeff, like when i want to add things, it pops up in plain text, no styles.
monkeypaw201 Posted July 5, 2010 Author Report Posted July 5, 2010 I'll take a look and let you guys know how to fix it
david thompson Posted July 5, 2010 Report Posted July 5, 2010 When installed, my front page looks like this?? regards
Moderators Kyle Posted July 5, 2010 Moderators Report Posted July 5, 2010 When installed, my front page looks like this?? regards IT IS ADMIN skin, not for the site.
Jeff Posted July 6, 2010 Report Posted July 6, 2010 I know I shouldn't, but I just have to laugh on that one.
Moderators Kyle Posted July 6, 2010 Moderators Report Posted July 6, 2010 I'll take a look and let you guys know how to fix it Any words on this?
joshua.john Posted July 6, 2010 Report Posted July 6, 2010 love the skin but there are a few problems like the news editor and cant delete news. Also the log and comments button don't work for the PIREPS.
monkeypaw201 Posted July 6, 2010 Author Report Posted July 6, 2010 Alright folks, sorry for the delayed response, I was looking for an easy way of fixing this without overwriting any core template files. I believe I have a solution: In /admin/lib/aitc/header.tpl move: <?php Template::Show('core_htmlhead.tpl'); ?> From before the javascript includes (line 14) to after them (line 23 or 24) So instead of this: <!-- Libraries --> <link type="text/css" href="<?php echo SITE_URL?>/admin/lib/aitc/css/layout.css" rel="stylesheet" /> <?php Template::Show('core_htmlhead.tpl'); ?> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/easyTooltip.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery-ui-1.7.2.custom.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery.wysiwyg.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/hoverIntent.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/superfish.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/searchbox.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/custom.js"></script> <!-- End of Libraries --> You should have: <!-- Libraries --> <link type="text/css" href="<?php echo SITE_URL?>/admin/lib/aitc/css/layout.css" rel="stylesheet" /> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/easyTooltip.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery-ui-1.7.2.custom.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery.wysiwyg.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/hoverIntent.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/superfish.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/searchbox.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/admin/lib/aitc/js/custom.js"></script> <?php Template::Show('core_htmlhead.tpl'); ?> <!-- End of Libraries -->
monkeypaw201 Posted July 6, 2010 Author Report Posted July 6, 2010 Update: the fix above fixes everything except the popups, working on that now..
monkeypaw201 Posted July 6, 2010 Author Report Posted July 6, 2010 Alright, so the next piece of the fix also fixes the popup windows.. since I changed quite a few files in several places, I think it would be best to just call it version 1.1 Download Link: http://www.la92.com/thread-5.html Note: Origial post link updated 1
Moderators Kyle Posted July 6, 2010 Moderators Report Posted July 6, 2010 Alright, so the next piece of the fix also fixes the popup windows.. since I changed quite a few files in several places, I think it would be best to just call it version 1.1 Download Link: http://www.la92.com/downloads/phpvmstemplates_admin_aitc_beta11.zip Note: Origial post link updated YOU ARE COOL! I am using the website skin and that admin skin too! You make the best of it! Keep it up!
monkeypaw201 Posted July 6, 2010 Author Report Posted July 6, 2010 Thanks Vansers, These next couple weeks are going to have less released as I want to ensure all the bugs are sorted out (not to mention I'm moving!) before I release another 4 or 5.
monkeypaw201 Posted July 7, 2010 Author Report Posted July 7, 2010 I know, DNS is propogating.. give a few hours.. or if you are hasty, open command prompt and run: ipconfig /flushdns Then try the link again and it should work
markusr Posted July 9, 2010 Report Posted July 9, 2010 (edited) Hello Lorenzo, I found also some issue. When editing or adding a new Expense I get this popup message: Warning: call_user_func_array(): First argument is expected to be a valid callback, 'Finance::editexpense2' was given in /var/www/xxx/html/xxxx/phpvms/core/classes/MainController.class.php on line 218 Also when adding some to the download page after clicking "add download" the windows does not disapear but the entry was done correctly. greetings, Mark Edit: I am using the new 1.1 version Edited July 9, 2010 by markusr
Moderators Kyle Posted July 9, 2010 Moderators Report Posted July 9, 2010 It's your site and it's a tempeplate error. Report to the support fourms about that error When editing or adding a new Expense I get this popup message: Warning: call_user_func_array(): First argument is expected to be a valid callback, 'Finance::editexpense2' was given in /var/www/xxx/html/xxxx/phpvms/core/classes/MainController.class.php on line 218
markusr Posted July 12, 2010 Report Posted July 12, 2010 It's your site and it's a tempeplate error. Report to the support fourms about that error When editing or adding a new Expense I get this popup message: Warning: call_user_func_array(): First argument is expected to be a valid callback, 'Finance::editexpense2' was given in /var/www/xxx/html/xxxx/phpvms/core/classes/MainController.class.php on line 218 Hello, I have upgraded to 2.1.934 and it's working now. Mark
Malchor Posted August 10, 2010 Report Posted August 10, 2010 I also think a Button for delete airplanes is missing
smoke2312 Posted August 30, 2010 Report Posted August 30, 2010 I changed my Admin template to this and I get this error now when logging in: Warning: Cannot modify header information - headers already sent by (output started at /hermes/web03/b510/pow.harrisire/SimUnited/core/app.config.php:1) in /hermes/web03/b510/pow.harrisire/SimUnited/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /hermes/web03/b510/pow.harrisire/SimUnited/core/app.config.php:1) in /hermes/web03/b510/pow.harrisire/SimUnited/core/modules/Login/Login.php on line 154 I get one when logging out but it redirects before I have a chance to copy it
markusr Posted August 31, 2010 Report Posted August 31, 2010 Can't accept new members, button not working. me too! Any fix available. I switched back to original interface as a workaround..
Recommended Posts