Agreed, best app mod ever.sgtevmckay wrote:This would be satisfied by the Module "Apply" in the old bbDKP.
I tried asking but it seems as it's not possible(?)Raster02 wrote:Could make it as a separate feature on your website in the meantime.
Awesome. Does it work if you set "view", "read" and "start new topic" permissions to no?wkuzma wrote:I have an application form on my web site
its not an extension and if your willing to do a little editing
it might be what your looking for
To test it and read how I did it see http://www.kickallbutts.org/new
Login test
password enter
all I can say is follow the install I posted and since it is only 3 files that you can delete if it doesn't do what you ask I see no problem.Alpha Kitten wrote:Awesome. Does it work if you set "view", "read" and "start new topic" permissions to no?wkuzma wrote:I have an application form on my web site
its not an extension and if your willing to do a little editing
it might be what your looking for
To test it and read how I did it see http://www.kickallbutts.org/new
Login test
password enter
Thanks for sharing. It will do what is needed until a real solution is presented.wkuzma wrote:I have an application form on my web site
its not an extension and if your willing to do a little editing
it might be what your looking for
To test it and read how I did it see http://www.kickallbutts.org/new
Login test
password enter
Would be nice if someone could make it into an extension!Mess wrote:Thanks for sharing. It will do what is needed until a real solution is presented.wkuzma wrote:I have an application form on my web site
its not an extension and if your willing to do a little editing
it might be what your looking for
To test it and read how I did it see http://www.kickallbutts.org/new
Login test
password enter
No Problemtofino wrote:Works OK
Have to make a few edits to the input field area so I can insert live links as an option.
THX wkuzma for the info.
Code: Select all
$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
Code: Select all
$message = $message . '<br /><br />' . header('Location: ./viewforum.php?f=*use your preferred forum number here*');
Code: Select all
http://www.phpbb3bbcodes.com/viewtopic.php?f=9&t=460
Code: Select all
<!-- INCLUDE overall_header.html -->
<!-- IF S_IN_GROUP_5 or S_IN_GROUP_7 or S_IN_GROUP_12 or S_IN_GROUP_4 -->
<div class="forabg">
<p>{L_APPLICATION_PAGETITLE}</p>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<span style="font-size: 1.3em;">{L_APPLICATION_WELCOME_MESSAGE}<br /><br /><br /> <div id="Application">
<form method="post" action="{PROCESS_APPFORM}" id="appform">
<fieldset class="contactDetails">
<label>{L_APPLICATION_REALNAME}</label><input type="text" name="name" style="color: #ffffff;" class="ApplicationText" id="Application"><br /><br />
<label>{L_APPLICATION_POSITION}</label>
<select name="postion">
<option value="{L_APPLICATION_TEAM0}">{L_APPLICATION_TEAM0}</option>
<option value="{L_APPLICATION_TEAM1}">{L_APPLICATION_TEAM1}</option>
<option value="{L_APPLICATION_TEAM2}">{L_APPLICATION_TEAM2}</option>
<option value="{L_APPLICATION_TEAM3}">{L_APPLICATION_TEAM3}</option>
<option value="{L_APPLICATION_TEAM4}">{L_APPLICATION_TEAM4}</option>
<option value="{L_APPLICATION_TEAM5}">{L_APPLICATION_TEAM5}</option>
<option value="{L_APPLICATION_TEAM6}">{L_APPLICATION_TEAM6}</option>
<option value="{L_APPLICATION_TEAM7}">{L_APPLICATION_TEAM7}</option>
<option value="{L_APPLICATION_TEAM8}">{L_APPLICATION_TEAM8}</option>
<option value="{L_APPLICATION_TEAM9}">{L_APPLICATION_TEAM9}</option>
<option value="{L_APPLICATION_TEAM10}">{L_APPLICATION_TEAM10}</option>
<option value="{L_APPLICATION_TEAM11}">{L_APPLICATION_TEAM11}</option>
</select>
<br /><br />
<label>{L_APPLICATION_IMDB}</label><input type="text" name="IMDB" style="color: #ffffff;" class="ApplicationText" id="Application"/>
<br /><br />
<label>{L_APPLICATION_RETENTION}</label><input type="text" name="RETENTION" style="color: #ffffff;" class="ApplicationText" id="Application"/></fieldset>
<br /><br /><br /></div>
{L_APPLICATION_WHY}<br />
<textarea rows="5" cols="30" name="why"></textarea>
<br/><br/>
<input type="submit" name="submit" id ="submit" value="{L_SUBMIT}" class="button1" /> After you Submit, you will be re-directed to the posts forum.
</span>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ELSE -->
<p><font size="3" color="yellow" >Only Site Supporters can make requests here.....</font></p>
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->
Thanks for porting this RMcGirr83RMcGirr83 wrote:viewtopic.php?f=456&t=2354376