Page 6 of 9

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 13:20
by FDCP_NEO (NL)
No one?

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 14:45
by Dr Nick^
srry for late reply.

but yes ofc this is possible with normal php code,
but no i aint gonna make it ;)

its to difficult to resee whole code for 1 person, sorry mate.
with a bit of knowledge of php / html you can get very far
but its a little to much work for me.

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 15:47
by FDCP_NEO (NL)
Oke no problem at least I have a answer ;)
Thx

EDIT:
2 questions:

1) I installed this mod on my forum http://www2.fdcp.nl/members/forum/application.php bud the text doesn't align to the left any idée how this is happening?

2) When the applications is posted in the topic title is shown "Application:" how do I get it to sat only the first answer of the first question without "Application:" text

Thank you

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 21:33
by Dr Nick^
if someone is intrested in the full solution in english plz say so, i know they guy is dutch, same as me, so i will continue in Dutch ;)

Hey Neo,

wat ik kan zien heb je een ander thema gebruikt voor je portal, weet je toevallig of deze gemaakt is uit een van de 2 standaard stylen?
want als dit niet het geval is, kan daar je eerste probleem al liggen.
als het wel zo is, dan moet er iets met plaatsing anders zijn ten opzichte van de normale standaard stylen. (prosilver/subsilver2)

ik zelf gebruik een thema gebasseerd op prosilver en heb nooit problemen mee gehad..

2) als je daar voor wilt zoeken, moet je even application.php opzoeken uit de root/portal/block map,
zoek daar ong op regel 23,

Code: Select all

$subject = "Application: " . $_POST["answer1"];

verder die naar wat je wilt, opslaan en weer terug sturen naar server, cache refreshen van board en hij moet veranderd zijn.

Nick

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 22:40
by FDCP_NEO (NL)
Hahaha Nederlands is makkelijk.

1) De stijl die ik gebruik is gebaseerd op prosilver! Ik heb hem op een ander forum geïnstalleerd met de stijl prosilver en daar werkt hij vlekkeloos.
Maar als je een idee hebt wat het kan zijn hoor ik het graag.Ik zal de stijl aanpassingen nog eens na lopen!

2) Ik ben geen php'er maar kan ik meer dan een antwoord ophalen uit deze regel en zo ja hoe zet ik dit neer? De naam aanpassen is duidelijk!

Code: Select all

$subject = "Application: " . $_POST["answer1"];
Alvast bedankt.

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 22:52
by Dr Nick^
Yow ik kijk er later wel nog een keer naar,
Morgen heb ik ff meer tijd.

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 19. February 2010 22:54
by FDCP_NEO (NL)
;)

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 20. February 2010 13:16
by Dr Nick^
English also here this time.

* Dutch *
Hey man, ik heb nog even alles na gekeken, maar kon op eerste opzicht niks vreemds ontdekken, nee ik heb niet
alles op de regel nauwkeurig gecontroleerd. maar stond niks vreemds in.

Ik heb de stijl van jou gedownload vanaf je baord en toegepast op mijn installaties en daar werkt het gewoon in 1 keer,
zonder problemen, dus ik ben bang dat je zelf ergens een keer een fout hebt gemaakt of een verandering niet volledig hebt afgerond oid ;)

zowel de _small als de normale geven geen problemen bij mij:
normaal
small

Inlog is wel verreist.

2) je kan het aanpassen met wat je wilt, de POST waarde geeft aan wat je voor iets daar neer zet,
in dit geval staat er answer1, dat is het antwoord op vraag 1, bij jou kan je dus 1 t/m 10 gebruiken daar voor.

bijvoorbeeld:

Code: Select all

$subject = "Aanmelding: " . $_POST["answer2"] . " " . $_POST["answer3"]. " (" . $_POST["answer1"] . ")" ;
zou geven: Aanmelding: Voornaam Achternaam (nickname)


*Enlgish*

Hey dude,

i did checked through your code, but it looks all ok, didnt checked to the full detail.
I even downloaded your style and used it on my blocks, there whitout any problems / adjustments.

I Chekced it with both small and normal mode of the app form, and they worked fine.
So i think your error is somewhere where you maybe made it yourself. check for my board installs

normal
small


Nick

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 20. February 2010 15:41
by FDCP_NEO (NL)
Oke thanks I will check everything one more time.
Thanks for the second answer great to know how to do that I will try this tonight!

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 20. March 2010 23:56
by Julies
I'm running phpbb3.0.5 and tried installing this on my portal. When I navigate to the application.php file after setting up my questions, the center of the screen looks like this and I'm not sure what I did wrong. I installed everything one at a time and double checked my work and all looks good:

Image



Also, is there a way to get it to send you an email or email a usergroup when a new applicant has applied?

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 21. March 2010 00:19
by Dr Nick^
signs with { } and capitals,
are most of the time language files faults,
check the steps for that

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 21. March 2010 00:29
by Julies
hmm, well below is what I have on both the lang files that they require editing

Code: Select all

$lang = array_merge($lang, array(
// Additional blocks
));
include("application_form.php");
?>

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 21. March 2010 00:43
by Dr Nick^
seems correct,
and the download from the file (i just did to check)
was also showing everything correct.

sure you purged cache etc correct ?

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 21. March 2010 04:03
by Julies
Yep, I do it religiously when I change anything on the site. I did it again just to make sure and the image I posted is identical. I'm lost as to what it could be.

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Posted: 24. March 2010 21:48
by Dr Nick^
wierd, just got the topic reply email today.

euhm if i find some time tomorrow i will try to install the latest board and phpbb
to test.