What is vldPersonals?

vldPersonals is a very easy to use dating/social software. It allows you to create a fully functioning & modern dating website in a matter of minutes. If You think it's too complicated - check vldPersonals!
Know more about how You can become a dating website owner

What is vldCrowd?

vldCrowd.com is the biggest unofficial community of vldPersonals owners. It is a place to share ideas and thoughts about Your dating website. It is a place to answer questions and receive answers.
Do You own a vldPersonals license? Don't hesitate and join!

Connect Today

Community members help each other to take their dating websites to the next level. Can You make your vldPersonals website better? Join and find out...

Connect With More Than 500 Dating Website Owners! Sign Up Today

My Ajax Status mod...

04/18/2010 06:35 AM
989 1 15 View Entry
Here I put my status mod out for you
 
Here is an example for Member profile or Account home:
 
http://defreunde.de/pics/example.png
 
step 1:
 
in header use the kick it here.
 
<!-- IF active_module == "member_profile" OR active_module == "account_home" -->
<script src="{virtual_path}includes/js/ajax-jquery.js"></script>
<script src="{virtual_path}includes/js/jquery.editinplace.js" type="text/javascript"></script>
<script src="{virtual_path}includes/js/ajax-forms.js"></script>
<script type="text/javascript">
var my_status_edit = "{lang:"core","click_here_for_status_update"}";
</script>
<!-- ENDIF -->
 
step 2:
 
in the lang.core.
 
click_here_for_status_update
 
and
 
member_has_not_yet_set_a_status
 
step 3:
 
in cp panel -> Custom fields -> General or other -> add text field -> with label -> estatus
 
step 4:
 
Upload this files in your vld.
 
http://defreunde.de/pics/vld-files.rar
 
step 5:
 
in member profile.
 
insert at any places
 
<div id="euserstatus">
<!-- IF member_id == session.member_id -->
<em style="cursor:pointer;">
<div class="editme1">{profile_field_estatus_value}</div>
</em>
<!-- ELSE -->
<em><!-- IF profile_field_estatus_value -->
<div>{profile_field_estatus_value}</div>
<!-- ELSE --><div>{lang:"core","estatus_no"}</div>
<!-- ENDIF -->
</em>
<!-- ENDIF -->
</div>
 
in account_home
 
<div id="euserstatus">
<div class="editme1">{profile_field_estatus_value}</div>
</div>
 
end.
View Comments & Reply...