Well, I have a small issue....Inthe Blank page mod, it says this:
- Code: Select all
#-----[ OPEN ]------------------------------------------ # viewonline.php # #-----[ FIND ]------------------------------------------ # case PAGE_FAQ]; $location_url = "faq.$phpEx"; break; # #-----[ AFTER, ADD ]------------------------------------------ # case PAGE_TEMPLATE: $location = $lang['Template']; $location_url = "template.$phpEx"; break;
I dont know about your viewonline.php, but mine does not contain this code........
Here is what I have so far.
join.php
- Code: Select all
<php>set_filenames(array( 'body' => 'join.tpl') ); $template->pparse('body'); // standard page footer include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ?>
join.tpl
[code]<DOCTYPE><html><head> <title>MidWest Exoress Virtual Airlines</title> </head><body><body><FORM> <p><center><h1>Welcome to Midwest Express Virtual Airlines</h1></center></p><br> <p><center> These are the first steps to joining up with us.</center></p> <p>1. First you must download and install a communications program we use to communicate called TeamSpeak. You can aquire this free download @ <a href="http]
I added the code: <FORM> because I saw it on the helpdesk mod. Trying to simulate how it works, but my knoweledge onthis is not good. I dont see anything in join.php that would send a mial out. I noticed in helpdesk, that Amod has added sql for emails....I'm 100% lost..lol.....Please help...