Jump to content

Connor1994

Members
  • Posts

    167
  • Joined

  • Last visited

Everything posted by Connor1994

  1. Anyone have any idea, It was fine 2 hours ago... http://www.euroscotva.co.uk
  2. Hi all, Is there anyway to log failed login attempts...?? Kind regards, Connor Davidson
  3. Anyone know what I have done wrong? lol http://www.flybabyva.co.uk/index.php/PopUpNews/popupnewsitem/?itemid=1 This is lines 214-229 in the MainController.class.php /* Don't call self::Run() - parameters could change. They have to stay the same due to the fact that outside modules, etc will still use Run(), so it has to stay the same */ $ret = call_user_func_array(array($$ModuleName, $call_function), CodonRewrite::$params); /* Set the title, based on what the module has, if it's blank, then just set it to the module name */ self::$page_title = $$ModuleName->title; if(strlen(self::$page_title) === 0) { self::$page_title = ucwords(strtolower($ModuleName)); } return true; } Kind regards, Connor
  4. erm, Sorry not catching on, any chance of step-by-step instructions... thanks, CD
  5. Edit: This is so in-active members dont show on the rosters and cannot re-activate their account without contacting the VA CD
  6. Its displays a customised message when you edit so that it doesn't let in-active members login you just have to un-comment some code in the login.php Just want to know if there is a way to hide in-active members on the roster page etc CD
  7. Hi all, Wondering if there is a way - when a pilot gets marked inactive that the do NOT show up on the roster and they have to email the VA to get marked active again - not file a pirep Thanks Connor
  8. Perhaps trying to restore some of the default files in /core Just a guess, because if you have edited any of them you are suppose to put them into your skins folder, if you haven't then I suggest restoring /core Not sure, maybe someone else can enlighten
  9. Thanks guys, I will be putting it all together today then I shall put it in the releases some time soon!
  10. Yeah was going to say that, To my knowledge you have to have an even number of <div> </div>, what I do is perform a search for both (CTRL + F) and make sure its even
  11. /*if($userinfo->retired == 1) { self::$error_message = 'Votre compte est désactivé, contactez un staff pour réactiver votre compte'; return false; } if($userinfo->retired == 2) { self::$error_message = 'Votre compte est suspendu, veuillez contactez la direction pour avoir plus d'information'; return false; } if($userinfo->retired == 3) { self::$error_message = 'Votre compte est en mode absent, Contacter la Direction RH pour le remettre en activité'; return false; }*/ remove the comment code here
  12. Yes - www.futurava.co.uk Thanks
  13. I have just missed a part of code. But when I set Inactive/Suspended/On Leave status, user can access on the website as active user. Can you help me ? Check /core/common/Auth.class.php think its line 285 (or around about there), un-comment the code which will stop logins for in-active members CD
  14. This would be great to have, possibly adding a suspension one for a certain amount of time? If not, even this would be a great release if someone was to put it together with instructions? CD +1
  15. yeah, thanks TAV1702 will work at it! Cheers again
  16. The airmail, just cant seem to get it to look nice and whenever I edit the inbox it always goes halfwayish down the page
  17. Hi there, I have created my own pilot centre. It does the job for my VA, was thinking about releasing it, but I dont quite think im good enough yet. Only thing I seem to be struggling with at the moment is "skinning-in" Simpilots Airmail to suit my site! I am looking for ideas and further suggestions:
  18. Hi, by default, where are all the tracking config files stored for members to get?
  19. Hi, When you save your profile and then it reloads on the pilot centre, the text "profile saved" where and what file is that so I can edit it ?? ?? ? Cheers
  20. Ok, I have re-designed it, where is the active.tpl and thanks everyone
  21. Can someone please post down the code to recieve things like, name, pilot id including the prefix, email address, location and rank please thanks connor
×
×
  • Create New...