[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.
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
-
- 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)
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.
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
I have found the solution for my problem and want to share it with you for other people who may have the same problem.
Open: applicationform.html
zoek:
vervang met:Code: Select all
<div class="postbody postbody_portal">
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:zou geven: Aanmelding: Voornaam Achternaam (nickname)Code: Select all
$subject = "Aanmelding: " . $_POST["answer2"] . " " . $_POST["answer3"]. " (" . $_POST["answer1"] . ")" ;
*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)
open:
/board root/application.php
find:
and delete it
or place // infront of every line to 'comment' it, so it wont work,
but it isnt gone
/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']);
}
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
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
-
- 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)
Ahh oke mist that part!
Bedankt
Bedankt
-
- Active Member
- Posts: 8
- Joined: 23. June 2010 02:38
Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)
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...
www.vagabonds-kt.com/application.php
I can't find out why either...
-
- Active Member
- Posts: 8
- Joined: 23. June 2010 02:38
Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)
Bah, wrong thread lol. Not on the op, but this one
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)
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
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
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
-
- Active Member
- Posts: 8
- Joined: 23. June 2010 02:38
Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)
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
-
- Active Member
- Posts: 8
- Joined: 23. June 2010 02:38
-
- 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)
Heya,
I'm trying to install this mod onto my forum however I am stuck with the following:
- Awinee
I'm trying to install this mod onto my forum however I am stuck with the following:
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.======================================================================
** 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");
- Awinee
Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)
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)
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
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
-
- 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)
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
link is provided here http://nerdz-guild.com/forums/application.php
-
- 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)
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
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
-
- Translator
- Posts: 26
- Joined: 3. August 2008 09:26
- phpBB.com User: Neo
- Location: Holland
- Contact: