Page 7 of 9

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

Posted: 25. March 2010 14:57
by Julies
Thank you!!

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

Posted: 1. June 2010 18:41
by FDCP_NEO (NL)
Hey Dr Nick,

I have found the solution for my problem and want to share it with you for other people who may have the same problem. :D
Open: applicationform.html

zoek:

Code: Select all

<div class="postbody postbody_portal">
vervang met:

Code: Select all

<div class="postbody postbody_portal" style="float: left;">

I have 1 more question.
How can I make the form so that guest can use it without having to register on my forum?

Thx





Dr Nick^ wrote: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: 1. June 2010 19:25
by Dr Nick^
open:
/board root/application.php

find:

Code: Select all

// Users must be logged in to make posts, delete this part if that is not needed.
if ($user->data['user_id'] == ANONYMOUS)
{
	login_box('', $user->lang['LOGIN']);
} 
and delete it

or place // infront of every line to 'comment' it, so it wont work,
but it isnt gone ;)

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

Posted: 1. June 2010 19:31
by FDCP_NEO (NL)
Ahh oke mist that part!
Bedankt ;)

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

Posted: 23. June 2010 02:40
by jimmydanny
On my site, the app form is way to far right, of some odd reason.

www.vagabonds-kt.com/application.php

I can't find out why either...

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

Posted: 23. June 2010 03:34
by jimmydanny
Bah, wrong thread lol. Not on the op, but this one :P
I got it in my ACP, but it doesn't show on my forum. BTW, almost all links are dead in the install-file.

'PORTAL_MINICALENDAR_DAY_LINK_COLOR_EXPLAIN'=> 'HEX or named colors are allowed such as #FFFFFF for white, or color names like violet.',

This does not exist in my Board3 1.0.4

EDIT: Nvm, got it working. But the links are still off. Say that they are partials, only portal_minicalendar, the last one. That is the correct, if you dont wanna look thru the php-files all over

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

Posted: 23. June 2010 12:18
by Dr Nick^
it could be that during the version changes the base files where updated,
and therefore you couldnt find those strings.

when my time schedule lets me sit for more then an hour i will install new version
and check the installation manual for it.

If you could provide me with some links you said i can check those out first ofc.

Nick

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

Posted: 24. June 2010 03:51
by jimmydanny
The quoted post is in the wrong thread, but the post above is valid. It is way to far right, check the link, and dont mind the banner :P

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

Posted: 25. June 2010 04:16
by jimmydanny
None know?

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

Posted: 27. June 2010 22:22
by AWINEE
Heya,

I'm trying to install this mod onto my forum however I am stuck with the following:
======================================================================
** Open language/en/mods/additional_blocks.php
** Find:
**********************************************************************

));

?>

**********************************************************************
** On a new line BEFORE the `?>` and AFTER `));` add:
**********************************************************************

include("application_form.php");

======================================================================
** Open language/en/mods/info_acp_additional_blocks.php
** Find:
**********************************************************************

));

?>

**********************************************************************
** On a new line BEFORE the `?>` and AFTER `));` add:
**********************************************************************

include("application_form.php");
I can not find additional_blocks.php & info_acp_additional_blocks.php in my FTP anywhere. I have modded my own forum before, but am still a pretty big noob. I started looking around on google but could not find anything helpfull, so if you could help me out here that would be really nice.

- Awinee

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

Posted: 26. July 2010 20:56
by jerkstore
If in the new version, it would be nice if you incorporated drop down menu that the user can select an option from. In additon to this, I don't like how the text boxes are static white while the text area change color depending on the board's theme.

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

Posted: 29. August 2010 18:40
by magges
Hi,


i don't know if this question was already asked, but ist there a way to let guests(or maybe registered users) send an application and the application will be posted in an officer forum? So he can't read his application.
If i try somethink like that, the Application won't be sent.

Thanks for help :-)

magges

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

Posted: 17. September 2010 18:32
by SliXie
OKay i don't know if this has been mentioned but i disabled the right column blocks in my portal is there a way to disable that function on the application.php

link is provided here http://nerdz-guild.com/forums/application.php

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

Posted: 25. September 2010 14:01
by FDCP_NEO (NL)
Dr Nick,

If I rename everything in the files to challenge could I install a second version of the mod for other purposes?
Or is there an other way to make more than one form?

Thx

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

Posted: 4. October 2010 11:30
by FDCP_NEO (NL)
Bump! :oops: