![]() |
Add Dr. title to contact us tpl in 3.5 ?
I found the contactus.tpl but I don't understand how to add Dr. to the list of titles available.
It appears that this is the section of the code. <tr valign=middle> <td class=FormButton>{$lng.lbl_title}</td> <td><font class=Star>*</font></td> <td nowrap> <select name=title> {section name=title loop=$name_titles} <option {if $userinfo.title eq $name_titles[title]}selected{/if}>{$name_titles[title]}</option> {/section} </select> </td> </tr> |
have a shufty in config.php
|
Quote:
I have absolutely no idea what that means. |
on the root folder, find config.php
open it... and find Code:
# change from: Code:
$name_titles = array("Mr.","Mrs.","Ms."); Code:
$name_titles = array("Mr.","Mrs.","Ms.","Dr."); Done |
Thank you very much!!
|
Thanks again .... this applies in version 4.0.12 also ...
|
All times are GMT -8. The time now is 03:36 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.