Question Help with Contact Form ( phpBB phpBB 2.0.x 2.0.x Support Forum ) Updated: 2008-05-14 02:13:57 (1) |
|
Help with Contact Form
Contact Form seems to be an old mod for phpbb. If I'm reading the messages for it correctly it appears it hasn't been discussed for a couple years. I recently added it to my forum. It installed fine and functions just fine as well. The problem I'm having is that I use a custom style for my forum which has a dark background with white text. The message area in the Contact Form has a white background so the text doesn't show up when you type.
Other fields on the form were able to be changed by adding class=mainoption to their respective fields in the Contact_Body.tpl file. But that doesn't seem to work for the main message field. I believe this is the code for that field.
<tr> <td class="row1" valign="top"><label for="feedback"><span class="gen"><b>{L_COMMENTS}</b></span></label><br /> <span class="gensmall">{L_COMMENTS_EXPLAIN}{L_FLOOD_EXPLAIN}{L_COMMENTS_LIMIT}</span></td> <td class="row2"><textarea id="feedback" name="feedback" rows="20" cols="90" onkeydown="readout.value=this.value.length;" onkeyup="readout.value=this.value.length;"></textarea> <script type="text/javascript"><!-- document.write('<br /><input name="readout" type="text" size="4" value="0" tabindex="-1" readonly="readonly" /><span class="gensmall" class="mainoption">{L_CHARS}</span>'); --></script> </td> </tr>
Any ideas how to change the background color for that field?
PokerTony
|
|
| Answers: Help with Contact Form ( phpBB phpBB 2.0.x 2.0.x Support Forum ) |
|
Help with Contact Form
I am sorry but mod support needs to be sought from the place you downloaded the mod in question or its author. If you downloaded it from phpBB.com then you need to post in the mods download topic. Sorry but phpBB support is not for mod support of any kind.
|
|
- Source: - Previous Question: ResellerRatings Store Ratings, Shopping, Deals, and Bargains Tech Support - Next Question: AVForums Plasma Flat Panel Televisions |
|
|