bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - Modifying the profile_add_body.tpl

Author Message
yexusbeliever



Joined: 28 Nov 2006
Posts: 1

Posted: Tue Nov 28, 2006 1:44 am    Post subject: Modifying the profile_add_body.tpl  

Code:

If you've installed additional forum templates, then, for each template:
* modify the file "profile_add_body.tpl", and
* create the file "admin/textual_confirmation.tpl".



I have My Space Profile (MPS mod) installed, do I need to do some modification to the profile_add_body.tpl?
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Tue Nov 28, 2006 1:10 pm    Post subject:  

You need to change profile_add_body.tpl as described in the Textual Confirmation install.txt:
Quote:

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_add_body.tpl

#
#-----[ FIND ]------------------------------------------
#
<!-- END switch_confirm -->

#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN switch_textual_confirm -->
<tr>
<td class="row1"><span class="gen">{TEXTUAL_CONFIRMATION_QUESTION} * </span><br /><span class="gensmall">{L_TEXTUAL_CONFIRMATION_EXPLAIN}</td>
<td class="row2"><input type="text" class="post" style="width: 200px" name="tc_answer" size="25" value="" /></td>
</tr>
<!-- END switch_textual_confirm -->


for this file, no other changes required.

Ok.