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
Please sign in or sign up to be able to access this page.

Contact filter

10/25/2011 10:36 AM | realdating in Marketplace
159 1 1 View Entry
We need a contact filter set up, so people can choose who want to contact filter so the users can go to the privacy settings and set up who they want to be contacted at Should could be controled from the backend
 
They should could chooese that the user should live in this Region
 
They should could choose an age range ex 24 to 27
 
They should could choose a min height.
 
They should could choose sex (male, female or both)
 
If they don't set up a contact filter, they should could be contacted from any one.
View Comments & Reply...

Age date fix mod

11/02/2011 07:38 AM | Gukkie87 in Marketplace
132 0 1 View Entry
This is a mod to fix and verify the Age date on the registration page.
 
Without Mod:
If u select 31 February, the validation goes through but theres never a 31 February.
 
With Mod:
Slecting 31 February will give u an error.
 
Price of Mod : $5
 
Cheers!
View Comments & Reply...

My Ajax Status mod...

04/18/2010 06:35 AM | VR82 in Tutorials/Mods
914 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...
Test Vldpersonal and flashcoms videochat:
 
http://hots.16mb.com/free/
username/password: tester1/tester1
 
mod:55Euro
View Comments & Reply...
VldMods wish you a Merry Christmas and a Happy New Year.
I´m back after the end of this year 2011 and make more tutorials
and we hope 2012 will be a great year for us vldPersonals owner ;)
View Comments & Reply...
Have you found some inappropriate user entered data and want to correct, erase it?
Tired of searching for member, blog entry, event in CP?
 
Do it once again, please. One last time.
Here are steps for event editing:
 
1. Open your CP-Manage Events - Find that event end open for editing.
Copy url you see at browser address bar.
Text

http://yoursite.com/cp/index.php?m=membersevents&p=edit&id=1960&sid=82
 

as you see 1960 is member's id and 82 is event's id.
 
All you need is to place that link at front end page, and display it only for admins.
 
2. Open your front end tpl file, in our case it's events_details.tpl and add your link replacing actual numbers with template variables: {member_id} and {event_id}
 
Text

<!-- IF session.can_access_cp -->
<a href="{virtual_cp_path}index.php?m=membersevents&p=edit&id={member_id}&sid={event_id}" target="_blank">Edit event</a>
<!-- ENDIF -->
 

I also added target="_blank" attribute to link, so link will be open in new browser's tab/window.
It's good practice to place it to actions list, right under Join event link. Don't forget to put <li>yourlink</li> so it looks better in actions list.
 
This way you can add links to edit member profile, picture description etc. You can share your links in this post's comments. Though remember, that links syntax can be changed from version to version.
View Comments & Reply...

Stats

06/18/2010 08:40 AM | gugu in Tutorials/Mods
469 0 6 View Entry
People had ask me this question a few times ... how to make stats on the frontpage:
 
I think some of us allready use stats on our sites and some not.
and some people don´t know how to do ...
 
Maybee you have more stats code.
Please comments it here ... so we can have a better stats code on our sites.

 
Now I will explain how to do: (the code is ...)
 
total members:
Text
{stats:count="members",online="0",cache_time=1,cache_name="totalmembers"}

online members:
Text
{stats:count="members",online="1",cache_time=1,cache_name="totalonline"}

example for 2.5.3:
insert the code in your header.tpl or homepage.tpl
find this code:
Text

<div id="sidebar">
{polls:polls="",limit="1"}
...the stats code here ...
 

here is how I did it on my site (2.5.3)
Text

<div id="sidebar_wrap">
<div id="sidebar">
 
<br>total members:
{stats:count="members",online="0",cache_time=1,cache_name="totalmembers"}
<br>online members:
{stats:count="members",online="1",cache_time=1,cache_name="totalonline"}
 
{polls:polls="",limit="1"}
<div class="banner_sidebar">
{banners:group="sidebar"}
 

but on 2.5.5 it is little different
you must insert the code in sidebar.tpl
find {polls:polls=""} in the bottom of the page.
and the code will be like this:
Text

{polls:polls=""}
<br>total members:
{stats:count="members",online="0",cache_time=1,cache_name="totalmembers"}
<br>online members:
{stats:count="members",online="1",cache_time=1,cache_name="totalonline"}
<div class="banner">{banners:group="sidebar"}</div>
 

I use tags <br> so it will be like this:
total members
total online

 
if you don´t ... it should be like this:
total members total online
 
some templates has sidebar in header.tpl some in homepage.tpl
and the newer versions of vldpersonals have it in sidebar.tpl
so we can do it in different way but only ask and I try to explain how !
 
I had try the code in both 2.5.3 and 2.5.5 and know it´s working !
I had try to get man/woman stats to working but no success with it.
View Comments & Reply...
For a limited time vldPersonals are offering a 40% discount for personal and commercial licenses. Simply enter this coupon HOLIDAYS2012 when checking out to take advantage of this offer. It’s that easy ;)
 

 
Thinking of running multiple sites? Take advantage of our 40% discount for vldPersonals unlimited license upgrade which allows you to install vldPersonals on unlimited number of domains. Simply enter this coupon HOLIDAYS2012 when checking out. If you’re an existing client, you may upgrade your license in the client area . Simply click on your license and then on (Account Addons - Click to view available addons) link.
 
This is a limited time offer, coupon expires on January 3rd so act. fast!
View Comments & Reply...

Video Chat in VLD ???

10/26/2011 11:09 AM | Chad in Q&A
322 0 2 View Entry
Has anyone interated a "GOOD" video chat program into VLD? I am looking at avchat.net for another social site I am building. Wondering if VLD has used a 3rd party or if they have a plugin for it?
 
I am considering using VLD for a singles site I have the domain fo, but I need video chat integrated.
 
Thanks,
Chad
View Comments & Reply...
Hello all, firstly a big thank you for all those who have supported me and my mods.
 
I just want to say that i will no longer be modding meaning there will be no new mods out from me as i will be working on my own script from scratch.
 
Those who are interested in my available mods can still feel free to drop me an email as i will still implemen the current mods from me for u.
 
I will continue modding for the new VLD 3.0 when it comes out.
 
Cheers!
View Comments & Reply...