Jump to content

Kapitan

Members
  • Posts

    103
  • Joined

  • Last visited

Posts posted by Kapitan

  1. Fatal error: Call to undefined method EventsData::get_upcoming_events_dates() in /home/enterairva/domains/enterairva.pl/public_html/core/templates/TourCalendar.tpl on line 45

    Thats with simpilot file

  2. I am unable to access your events module as I need to be logged in. Try uploading simpilots original file, imy one only has an extra bit of code, which shouldn't hinder the operating of the events module.

    I will pm you with login details to test account on my page , have a look now is with simpilots original file.

  3. Dont work for me :( when i upload files and replace EventsData.class.php the event i create dosent show in Admin Panel ( on calendar itself also dont show ) but when i upload oryginal EventsData.class.php from event mod its ok i got all my events but i dont show on calendar.

  4. Quick and helpful update to this:

    <script type="text/javascript" src="http://js.nicedit.com/nicEdit-latest.js"></script> <script type="text/javascript">
    //<![CDATA[
    bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
    //]]>
    </script>
    <textarea style="width:100%; height:150px;">
    </textarea>
    

    Replace your normal message textbox with that and you'll get a nice rich-text editor.

    This will:

    • Prevent displaying a slash where the user enters an apostrophe
    • Allows formatting such as bold, underline, italics etc
    • Allows the importing of images and links

    Simples ;)

    Sorry but when i use your text editor i have blank post's

  5. On my site some pilots complain that they receive email saying : You received a new message with the subject (Mail problem) in your pilot's message inbox on 04/16/2013, but when they go to the site the mailbox is empty. What i find out thats only happen when i send NOTAM to all pilots and they dont made any flight , so system ignore them. Now question how i can setup to stop sending to inactive pilots message or send .

  6. I have somewhat rewritten for my va, keep meaning to post the code but the past couple of weeks have been mad and i have had my own problems to sort out.

    You can see a live demo on my site, i have depictions for all stages of flight.

    www.easyjetva.com

    I have got to set up the wife's phone so after that ill strip it down and post here.

    Can you post it ?

  7. What are you doing to call it? I believe it should already come as a package and work, but you need a certain amount of images for it to paginate. It's not rocket science. In core/modules/Screenshots open that single .php file and find this line:

    $size = 8;

    I have it set to eight on my site, you can set it to whatever you want. You can see it working on my site: http://flyeurova.com...php/Screenshots Make sure you call it in the screenshots_viewer.tpl file, but I believe it should be already there. $navigation calls the pagination from the file, while the $echo displays it on the site in a formatted output.

    $navigation = $pagination->create_links();
    echo $navigation;

    P.S - There's plenty of tutorials on PHP out there, and it's of great benefit to read them through. Luckily, many great guys involved with phpVMS make life easier for everyone by releasing great addons :P

    I do again fresh install and no :( still dont work. No idea what im doing wrong.

  8. Hello Kapitan, in fact i have for many time the same problem with the bids, my solution is not a good solution but it's work for the moment, I go to the database table phpvms_schedules at the column with name "bids" who show the flight who are on bids whit the numer "1" and no bids with numer "0", i just compare the current bids with the bid value in the column, if you have 5 currents bids you must have 5 flights with numer 1 on the column bids at shedules data base, finsh that i just change the value to "0" without "" and your flights wll be as on bid. Is not a good practice because you change values on database but with care it's work. I make this procedure weekly with no problem untill now.

    Accordin the Felipe post on April 5th i made a update with that files and the problem with bids is unsolved.....but i have erroneous data on my finances

    finnace_1.jpg

    Cheers m8 ...i know thats what im doing now.

    • Like 1
×
×
  • Create New...