1

Topic: Make user able send mesag only if profile is completed more 90%

Hello sory for my english i wona make this in mi site
users can contakt whit anoter mebers only if have completed 90% of you profile if no see mesage
;;for send mesag plise complete your profile more of 90% ;; 
and this for search,send gifs,add frends , chat..

Thanks if you can help mi.

2

Re: Make user able send mesag only if profile is completed more 90%

I think this has been done before, by db2304 if I recall correctly ...

Trying searching the various forum posts

3

Re: Make user able send mesag only if profile is completed more 90%

Thanks for help I have solved this.

if($SESSION->conf['group_id'] == your inactive mebers grup ){
                $TEMPLATE->set_message("error", ($LANG['core']['no_action'].str_replace("X",$SESSION->conf['completepct'],$LANG['core']['profile_completed'])." <a href='http://www.yoursite.com/account/profile/'>".$LANG['core']['usermenu_profile']."</a>"), 0, 1);
            }
            else{
                $TEMPLATE->set_message("error", ($LANG['core']['no_action']), 0, 1);

4

Re: Make user able send mesag only if profile is completed more 90%

can help mi whit exact trenslate for this

complete your profile to over  90%

or

Update profile up to 90%

5

Re: Make user able send mesag only if profile is completed more 90%

I'm not English but I would say:

Complete your profile up to 90%.

6

Re: Make user able send mesag only if profile is completed more 90%

Ivanov wrote:

Thanks for help I have solved this.

if($SESSION->conf['group_id'] == your inactive mebers grup ){
                $TEMPLATE->set_message("error", ($LANG['core']['no_action'].str_replace("X",$SESSION->conf['completepct'],$LANG['core']['profile_completed'])." <a href='http://www.yoursite.com/account/profile/'>".$LANG['core']['usermenu_profile']."</a>"), 0, 1);
            }
            else{
                $TEMPLATE->set_message("error", ($LANG['core']['no_action']), 0, 1);


Where in the code you did this change?

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

7

Re: Make user able send mesag only if profile is completed more 90%

??

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

8

Re: Make user able send mesag only if profile is completed more 90%

Off topic :

At Registration, make all fields REQUIRED in CP. Like this all new registered members will fill the entire profile !