- Code: Select all
$array = array(array('id' => "email", 'name' => "E-mail"), 'selected' => true);
should be
- Code: Select all
$array = array(array('id' => "email", 'name' => "E-mail", 'selected' => true));
$array = array(array('id' => "email", 'name' => "E-mail"), 'selected' => true);
$array = array(array('id' => "email", 'name' => "E-mail", 'selected' => true));
Ymryl wrote:Are you setting a poster id? Perhaps a selectable account in the admin area? I created a new member called "Application" (original, I know) but I'm not seeing the post count increment when running this (strange).
Ymryl wrote:I should clarify that I am not seeing it increment with the code I added to my confirm.php file, not with your stuff. Did you get your stuff running on PHP4 already? If so, I'll modify my existing stuff to run as a different module and block so I can add yours and test.
//User info
foreach($UserData as &$user)
if($user['required'] == 1 && $user['text'] == "")
{
$user['missing'] = 1;
$missing++;
}
lotard wrote:hy
it's graet module
but i'have z problem when i want submit an application http://www.ledg.org/modules.php?name=Ap ... le=confirm
mash25 wrote:hi, great mod. I had some issues early on with the Application admin page not even showing up. I got around that and everything seems good. Until you hit submit! The sumbit button seems to do nothing. Ive tried email and forum settings. Is there any code i can add to fix this. thank you
Orthon wrote:after submitting application i get this error
Fatal error: Cannot redeclare validate_mail() (previously declared in /home/****/*****/****/mainfile.php:1440) in /home/****/*****/*****/modules/Application/validateEmailFormat.php on line 69
thanks for any help
natbur wrote:lotard wrote:hy
it's graet module
but i'have z problem when i want submit an application http://www.ledg.org/modules.php?name=Ap ... le=confirm
When I click on that, i get a module is not active error, is that the problem you're talking about?
lotard wrote:natbur wrote:lotard wrote:hy
it's graet module
but i'have z problem when i want submit an application http://www.ledg.org/modules.php?name=Ap ... le=confirm
When I click on that, i get a module is not active error, is that the problem you're talking about?
No i've just desactivate it for test, but wehn i click on submit i've juste a blank page
Users browsing this forum: No registered users and 0 guests