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

Jigchat on vldpersonals

11/11/2010 10:47 AM
631 0 7 View Entry
Hi, I want to integrate in Vldpersonals Jigchat.
Someone can explain me how to call username and id in this code?
 
Text
<?php
$tk_name = "THE-USER-NAME"; //<-- please set the username here
$tk_user_id = "THE-USER-ID"; //<-- please set the user ID here
 
$tk_gender = ""; //<-- optional (the gender of the user can be "w" or "m")
$tk_age = ""; //<-- optional (the age of the user e.g. "23")
$tk_single = ""; //<-- optional (is the user single? "Yes", "no", "0" = no information)
$tk_profile_url = ""; //<-- optional (url to the users profile)
$tk_pic = ""; //<-- optional (url of the users picture)
$tk_city = ""; //<-- optional (city where the user is located, e.g. "Berlin")
$tk_zip = ""; //<-- optional (users zip code, e.g. "92553")
$tk_country = ""; //<-- optional (country where the user is located, e.g. "Germany")
$tk_app_id = "xxxxxx";
//------
//Generate the user_data string
$tk_user_data = "name:" . $tk_name . ";gender:" . $tk_gender . ";age:" . $tk_age . ";single:" . $tk_single . ";url:" . $tk_profile_url . ";pic:" . $tk_pic . ";city:" . $tk_city . ";zip:" . $tk_zip . ";country:" . $tk_country;
 
$tk_hash = md5( $tk_user_id . "xxxxxxxxxxxxx" );
?>
<script type="text/javascript">
var TOKSTA_CONFIG = {
 app_id : "<?= $tk_app_id ?>",
 user_id: "<?= $tk_user_id ?>",
 user_hash: "<?= $tk_hash ?>",
 user_data: "<?= $tk_user_data ?>",
 generated : "xxxxxxxxxx",
 im : {
 advancedSearch : ["gender","age","city","country","single"]
 },
 chatbar : {
 showUserData : ["gender","age"]
 }
};
</script>
<script src="http://embed.toksta.com/embed/toksta.js" type="text/javascript"></script>

Myfile.tpl code is located in /templates/mytemplate/myfile.tpl.
Has anyone idea how to call username and other data in this code?
 
I tried {username} etc.. but no go.
View Comments & Reply...

Chat friends/members online

11/03/2010 03:08 PM
159 1 0 View Entry
How can I show online members instead friends online on the vldpersonals chat?
 
It is possible this?
View Comments & Reply...
See you guys in a month, hope to see you well.
View Comments & Reply...