Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/08/20 in all areas

  1. I think its because on your schedule search form it says <form id="form" action="https://va.atlasgaming.group/index.php/schedules/view" method="post"> While it should be <form id="form" action="https://va.atlasgaming.group/action.php/schedules/view" method="post"> When using index it will render the whole template and action will ony render the results part In your php file it will probably look like action="<?php echo url('/schedules/view')" OR action="<?php echo SITE_URL."/schedules/view" ?>" If so it should be. action="<?php echo actionurl('/schedules/view')" But again I think Im saying this from memory since im at work
    1 point
  2. I proudly display "Powered by PHPVMS" and the "Simpilot Group" on my front page! I give both of these guys a lot of respect for helping the community like they have. Thanks to both of you!!!
    1 point
  3. Will that include smartcars or
    0 points
  4. Looking really good keep it up
    0 points
×
×
  • Create New...