Topic: How to delete default field "Tell you later" which is (unseen)
Good day. Can anyone suggest how I can delete default field "Tell you later". Latest version
You are not logged in.
vldPersonals Forum » Customization and Design » How to delete default field "Tell you later" which is (unseen)
Good day. Can anyone suggest how I can delete default field "Tell you later". Latest version
Hi liailia
Yes in cp/admin panle you go to sittings/Custom fields and then delete Tell you later.
merry christmas from Eva
Up I ment controld panel the same as cp.
Thanks. It was possible in prev. version. In this is it hidden, it is most likely somewhere in CORE files.
It's most likely in a language files.
Start searching it in lang.core.php
Find out where to delete "i'll tell you later"?
jed
you can find it in includes/languages/your_language/lang.core.php
// profile fields
"user_field_none" =>
"I'll tell you later",and delete I'll tell you later...or replace it with you own translation ...
// profile fields
"user_field_none" =>
"",Last edited by gugu (2009-05-09 02:06:03)
gugu, there is a much better way to delete "I'll tell you later" field. If you simply delete the language field, there is a blank field shows up in the box.
Go to account_profile.tpl and delete the lines:
<!-- IF field_label != "gender1" AND field_label != "gender2" -->
<option value="">{lang:"core","user_field_none"}</option>
<!-- ENDIF -->
Then save.
Problem fixed, there is no "tell you later"