Title/Job Description: HTML to PHP (for phpBB3)
Target audience: (e.g. professionals, hobbyists, students) - anyone that can do it.
Reward: (e. g. money, backlinks, fame) up for discussion.
Deadline: 6/1/25
Preferred contact method: (e.g. PM, e-mail) PM/email
Link to the board: board is private currently
Detailed description of the tasks:
Need someone to take a custom html modification I had done previously on phpBB 3.0.12 and make it usable for newer version in php world.
Also tell me where to implement it.
Currently it sits in the posting_body.html file. Right after the Subject code.
<dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}:</label></dt>
<dd><input type="text" name="subject" id="subject" size="110" maxlength="<!-- IF S_NEW_MESSAGE -->150<!-- ELSE -->250<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
</dl>
<dl>
<dt class="row1" width="22%"><b class="genmed">Status:</b></dt>
<dt class="row2" width="78%"><select id="script_status" name="script_status" onChange="document.getElementById('subject').value = document.getElementById('subject').value + ' [' + document.forms.postform.script_status.options[document.forms.postform.script_status.selectedIndex].value + ']';"><option value="">----------</option><option value="Development">Development</option><option value="Released">Released</option><option value="Final">Final</option><option value="Discontinued">Discontinued</option></select></dt>
</dl>
That is current code but need it updated for new version of phpbb3 and also where to put it in the code/file.
Target audience: (e.g. professionals, hobbyists, students) - anyone that can do it.
Reward: (e. g. money, backlinks, fame) up for discussion.
Deadline: 6/1/25
Preferred contact method: (e.g. PM, e-mail) PM/email
Link to the board: board is private currently
Detailed description of the tasks:
Need someone to take a custom html modification I had done previously on phpBB 3.0.12 and make it usable for newer version in php world.
Also tell me where to implement it.
Currently it sits in the posting_body.html file. Right after the Subject code.
<dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}:</label></dt>
<dd><input type="text" name="subject" id="subject" size="110" maxlength="<!-- IF S_NEW_MESSAGE -->150<!-- ELSE -->250<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
</dl>
<dl>
<dt class="row1" width="22%"><b class="genmed">Status:</b></dt>
<dt class="row2" width="78%"><select id="script_status" name="script_status" onChange="document.getElementById('subject').value = document.getElementById('subject').value + ' [' + document.forms.postform.script_status.options[document.forms.postform.script_status.selectedIndex].value + ']';"><option value="">----------</option><option value="Development">Development</option><option value="Released">Released</option><option value="Final">Final</option><option value="Discontinued">Discontinued</option></select></dt>
</dl>
That is current code but need it updated for new version of phpbb3 and also where to put it in the code/file.
Statistics: Posted by jciswhatis — Fri May 02, 2025 3:15 am