1

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

2

Re: How to delete default field "Tell you later" which is (unseen)

Hi liailia

Yes in cp/admin panle you go to sittings/Custom fields and then delete Tell you later.

merry christmas from Eva

3

Re: How to delete default field "Tell you later" which is (unseen)

Up I ment controld panel the same as cp.

4

Re: How to delete default field "Tell you later" which is (unseen)

Thanks. It was possible in prev. version. In this is it hidden, it is most likely somewhere in CORE files.

5

Re: How to delete default field "Tell you later" which is (unseen)

It's most likely in a language files.
Start searching it in lang.core.php

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

6

Re: How to delete default field "Tell you later" which is (unseen)

Find out where to delete "i'll tell you later"?

jed

7

Re: How to delete default field "Tell you later" which is (unseen)

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)

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

8

Re: How to delete default field "Tell you later" which is (unseen)

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"