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

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
Locked
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

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

Post by FDCP_NEO (NL) »

No one?

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post 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.
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

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

Post 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

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post 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
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

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

Post 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.

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post by Dr Nick^ »

Yow ik kijk er later wel nog een keer naar,
Morgen heb ik ff meer tijd.
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

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

Post by FDCP_NEO (NL) »

;)

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post 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
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

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

Post 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!

Julies
Active Member
Posts: 20
Joined: 30. January 2010 20:43

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

Post 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?
Last edited by Julies on 21. March 2010 00:26, edited 1 time in total.

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post by Dr Nick^ »

signs with { } and capitals,
are most of the time language files faults,
check the steps for that
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665

Julies
Active Member
Posts: 20
Joined: 30. January 2010 20:43

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

Post 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");
?>

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post 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 ?
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665

Julies
Active Member
Posts: 20
Joined: 30. January 2010 20:43

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

Post 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.

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

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

Post 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.
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
Locked

Return to “board3 Portal v1.0.x - Modifications”