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

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

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

Post by Julies »

Thank you!!
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) »

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

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^ »

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 ;)
[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) »

Ahh oke mist that part!
Bedankt ;)

jimmydanny
Active Member
Posts: 8
Joined: 23. June 2010 02:38

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

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

jimmydanny
Active Member
Posts: 8
Joined: 23. June 2010 02:38

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

Post 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

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^ »

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
[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

jimmydanny
Active Member
Posts: 8
Joined: 23. June 2010 02:38

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

Post 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

jimmydanny
Active Member
Posts: 8
Joined: 23. June 2010 02:38

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

Post by jimmydanny »

None know?

AWINEE
Active Member
Posts: 1
Joined: 27. June 2010 22:20
phpBB.de User: Awinee
phpBB.com User: Awinee

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

Post 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

jerkstore
Active Member
Posts: 26
Joined: 10. October 2008 06:45

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

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

magges
Active Member
Posts: 2
Joined: 15. March 2010 17:27

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

Post 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

SliXie
Active Member
Posts: 8
Joined: 16. September 2010 19:06
phpBB.de User: SliXie
phpBB.com User: slixie

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

Post 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
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) »

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
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) »

Bump! :oops:
Locked

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