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".
Zascar wrote: What's SMF?
Zascar wrote: Some of these mods have terrible install instrutcions... Modify it with what?
Zascar wrote: Modify it with what?
# # [ 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 -->
# # [ OPEN ] # templates/<MY_TEMPLATE_NAME>/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 -->
# # [ COPY ] # copy templates/<MY_TEMPLATE_NAME>/admin/textual_confirmation.tpl to templates/<MY_TEMPLATE_NAME>/admin/textual_confirmation.tpl
# #-----[ [B]OPEN[/B] ]------------------------------------------ # templates/subSilver/profile_add_body.tpl # #-----[ [B]FIND[/B] ]------------------------------------------ # <!-- END switch_confirm --> # #-----[ [B]AFTER, ADD[/B] ]------------------------------------------