Jump to content

Connor1994

Members
  • Posts

    167
  • Joined

  • Last visited

Posts posted by Connor1994

  1. 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

  2. /*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

  3. 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

  4. It does look great!!

    But with the download image, it's really wide. Try reducing the width and it will look good.

    Add the total flights would be nice for the pilots as well.

    And now you said your struggling with the AirMail. What does seem the problem to be? Trying to figure out where to put it? Or What?

    The airmail, just cant seem to get it to look nice and whenever I edit the inbox it always goes halfwayish down the page

    • Like 1
  5. 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:

    prof.png

    • Like 2
×
×
  • Create New...