View Single Post
  #3  
Old 06-13-2004, 06:28 AM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

Hi Guys, This is not always a wise move. It is better to make new contact forms with the info you want... but if you really want to do it... here it is.

First edit skin1/help/contactus.tpl

In this example, I will remove the "Phone" field:

Select and cut
Code:
<tr valign=middle> <td class=FormButton>{$lng.lbl_phone}</td> <td><font class=Star>*</font></td> <td nowrap> <input type=text name=phone size=32 maxlength=32 value="{$userinfo.phone}"> {if $fillerror ne "" and $userinfo.phone eq ""}<font class=Star>&lt;&lt;</font>{/if} </td> </tr>

Then open include/help.php and remove this:
Code:
empty($contact["phone"]) ||

Done!
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote