It is currently Sun Sep 05, 2010 11:33 am



Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3  Next
 Application form 
Author Message

Joined: Thu Jun 24, 2010 5:07 pm
Posts: 1
Post Re: Application form
terror wrote:
hello everyone,

i have installed the files as you describe, but when you have to choose class (after race) the drop list is empty. is it possible to fix that.

thank you in advance


Nice Form :D

I have same issue.Also i couldnt change ally races to horde =(

Help please.Thanks.


Thu Jun 24, 2010 5:09 pm
Profile

Joined: Fri Jul 30, 2010 12:12 pm
Posts: 5
Post Re: Application form
Hello Barely it looks awesome form. good job!

however i couldnt get this work :(
i did every changes that u said but still not working. And I'm getting

Code:
arse error: syntax error, unexpected T_STRING in /www/zxq.net/s/a/n/sanctify/htdocs/applys.php on line 698


Error when i try to visit my apply form like http://sanctify.zxq.net/applys.php


Fri Jul 30, 2010 12:49 pm
Profile
Guild Master
User avatar

Joined: Thu Nov 27, 2008 10:30 pm
Posts: 1679
Post Re: Application form
Quote:
applys.php on line 698


Show us how your applys.php file looks like

_________________
Image


Fri Jul 30, 2010 1:19 pm
Profile
Site Admin
User avatar

Joined: Sat Jul 25, 2009 1:22 pm
Posts: 504
Location: Stockholm, Sweden
Post Re: Application form
Specifically, lines 697-699. :)


Fri Jul 30, 2010 3:36 pm
Profile

Joined: Fri Jul 30, 2010 12:12 pm
Posts: 5
Post Re: Application form
here i upload my edited applys.php file you can download and check :)

http://rapidshare.com/files/410080141/applys.php


Sat Jul 31, 2010 12:03 am
Profile
Guild Master
User avatar

Joined: Thu Nov 27, 2008 10:30 pm
Posts: 1679
Post Re: Application form
Code:
{
698      $sec_poll_title = 'Invite or not ?';
699      $sec_poll_max_options = 1;
700      $sec_poll_options = 'Invite for Member spot
701                     Invite for Casual spot
702                     Do not invite';
   }


This looks ok,
Im thinking permission error, what do you thing Desdi, looks like his "account" doesnt have premission to create the poll or something.

_________________
Image


Sat Jul 31, 2010 9:54 am
Profile

Joined: Fri Jul 30, 2010 12:12 pm
Posts: 5
Post Re: Application form
Kullberg wrote:
Code:
{
698      $sec_poll_title = 'Invite or not ?';
699      $sec_poll_max_options = 1;
700      $sec_poll_options = 'Invite for Member spot
701                     Invite for Casual spot
702                     Do not invite';
   }


This looks ok,
Im thinking permission error, what do you thing Desdi, looks like his "account" doesnt have premission to create the poll or something.


well i've try this with my addministrator account but its still gives same error. anyways I false second forum post. there no need to open poll anyways.


Sat Jul 31, 2010 11:01 am
Profile
Guild Master
User avatar

Joined: Thu Nov 27, 2008 10:30 pm
Posts: 1679
Post Re: Application form
Well, then maybe this script isnt for you, since its made to post a copy of the application soo that our officers can vote.

_________________
Image


Sat Jul 31, 2010 12:21 pm
Profile
Site Admin
User avatar

Joined: Sat Jul 25, 2009 1:22 pm
Posts: 504
Location: Stockholm, Sweden
Post Re: Application form
no no no no.

There is a PHP parese error in the script. You are missing a " or a ' or a ( or a { or a "then" or an "else" or something else.

There is a syntax error in the changes made. Get an editor with PHP syntax hilighting to find the problem.


Sat Jul 31, 2010 3:41 pm
Profile
Site Admin
User avatar

Joined: Sat Jul 25, 2009 1:22 pm
Posts: 504
Location: Stockholm, Sweden
Post Re: Application form
On line 662 in your file there is a very long string concatenation starting. This is supposed to end at line 694, but you have an extra .' at the end. Remove that and it will work. Have a look at the original file and you will see how it differs from your edit.


Sat Jul 31, 2010 3:50 pm
Profile

Joined: Fri Jul 30, 2010 12:12 pm
Posts: 5
Post Re: Application form
Well i couldnt fix it :(
i guess couldnt find right line. (I'm not so pro on php editing) used Bluefish to find right line but couldnt so.

could you fix file and upload back?


Sat Jul 31, 2010 5:53 pm
Profile

Joined: Fri Jul 30, 2010 12:12 pm
Posts: 5
Post Re: Application form
well i made it work atleast (with installing directly without edit) but have problems with style/template. gonna try to edit files on server.


Sat Jul 31, 2010 8:25 pm
Profile
Site Admin
User avatar

Joined: Sat Jul 25, 2009 1:22 pm
Posts: 504
Location: Stockholm, Sweden
Post Re: Application form
I suggest finding someone in your guild with a bit more experience who can help you as a webmaster.

good luck.


Sat Jul 31, 2010 10:59 pm
Profile
Member

Joined: Sun Jul 25, 2010 7:28 pm
Posts: 13
Post Re: Application form
I have some php experience and would love to help out if needed.


Mon Aug 02, 2010 11:01 pm
Profile
Member
User avatar

Joined: Thu Nov 27, 2008 9:22 pm
Posts: 399
Post Re: Application form
achirura wrote:
Hello Barely it looks awesome form. good job!

however i couldnt get this work :(
i did every changes that u said but still not working. And I'm getting

Code:
arse error: syntax error, unexpected T_STRING in /www/zxq.net/s/a/n/sanctify/htdocs/applys.php on line 698


Error when i try to visit my apply form like http://sanctify.zxq.net/applys.php


Change the end of line 694 from

Code:
694. Additional information on this subject? : '.$apply_addinfo4.'
695.
696.   if ($sec_forum_poll)
697.   {

to
Code:
694.  Additional information on this subject? : '.$apply_addinfo4;
695.
696.   if ($sec_forum_poll)
697.   {

_________________
Image


Tue Aug 03, 2010 10:00 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 32 posts ]  Go to page Previous  1, 2, 3  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.073s | 11 Queries | GZIP : Off ]