Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)
Posted: 25. March 2010 14:57
Thank you!!
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;">
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
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']);
}
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
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");