Jump to content

pouzo

Members
  • Posts

    155
  • Joined

  • Last visited

Posts posted by pouzo

  1. I got one working so good, If you like to have an editor on your Forum then add this script at the top of the *Forum_new_post.tpl and forum_new_topic.tpl) this also works on any other file that contains html txt box.

    Add this code at the top of the source

    <script src="http://js.nicedit.com/nicEdit-latest.js" type="text/javascript"></script>
    <script type="text/javascript">bkLib.onDomLoaded(nicEditors.allTextAreas);</script>
    

    You can check the preview at my site http://www.flymapleair.com/index.php/Forum/

  2. Hey , thank you for uploading the beta, Small request . Cna you please add an editor such as WYSIWYG as it will really help. I checked and i added the editor but it is not submitting the info to the forum. Please if you can that will be awsome for your next release or if you can tell us how to do it

  3. Hey, in the Admin panel under Flight schedules , if the flight is inactive it shows in the active too . I dont know why

    Edit: I fixed the Coding in the Admin/Modules/operations . Now it only shows the Active inside the Active and Inactive under Inactive. This is the code ui changed at line 300

    		if($type == 'schedules' || $type == 'activeschedules')
    	{
    		$params = array();
    		$schedules = SchedulesData::findSchedules($params, $num_per_page, $start);
    
    		$this->set('title', 'Viewing Active Schedules s');
    		$this->set('schedules', SchedulesData::findSchedules(array('s.enabled'=>1)));
    
    		if(count($schedules) >= $num_per_page)
    		{
    			$this->set('paginate', true);
    			$this->set('start', $this->get->start+1);
    			$this->set('prev', $this->get->start);
    		}
    	}

  4. Hey Nabeel,

    Everytime i submit a pirep i accept , it doenst show the Miles till i have to manually update through the maintance. I am using the latest beta 816 and when you submit you will see the flight but it wont record the miles till you do it manually.

  5. Hey,  After talking to you joeri, i tried everything and nothign worked except if i put in the smae flight as you . The lfight number and the and airport code that you had imported to the program. Other then that any other Flight number and airport code was not working. So iam going to put the old files again and try it one more time . But something is wrong with the database or the code itself. TY

  6. no  what i did i changed the core with the new beta and it doesnt work anymore . MY files were all new beta except the core folder. When i go back to the new beta core folder and files the map doesnt work

×
×
  • Create New...