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.
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...
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...

don´t forget ...

09/26/2011 02:05 PM
180 0 1 View Entry
I get this video today from a friend on facebook and will share it for you … so please don’t forget michael jackson and the mother earth … I will not !
 
View Comments & Reply...

Include a Browser Detection

09/08/2011 07:26 AM
293 4 2 View Entry
Stop using Microsoft's IE6 web browser, says Microsoft
and I agree we don´t need to support our site for ie6 anymore !
 
Now you can tell your members they had a very old webbrowser and need to update.
 

 
I made a tutorial how to make this script working for vldpersonals.
 
Insert the code right after the <body> tag in your header.tpl (in the middle of the page)
and unzip this file to your /includes/js/ folder.
 
Text
<!--[if lte IE 6]><script src="includes/js/ie6/warning.js"></script><script>window.onload=function(){includes/("js/ie6/")}</script><![endif]-->

and of course you can change the images/icons/messages to your own need ;)
 
more translation here.
 
originalpost here.
 
The Internet Explorer 6 Countdown page :)
they had another script to tell people update to newer ie browser.
 
View Comments & Reply...

My birthday

08/28/2011 02:41 PM
48 0 0 View Entry
today it is my birthday :)
View Comments & Reply...

recommend mods

08/23/2011 03:03 PM
81 1 0 View Entry
If you have a mod and will sell it here or on vldmods plese read this !
(if you need to have a recommend this mod send me a messages)
 
My point is I will try mods and see if it´s working and if it does I will make a list for recommend this mods here on vldcrowd and on vldmods.
Every day people ask me about mods. Sorry I can´t recommend mods then it is no demo or I don´t know if someone had try this mods. Hope you understand my point ;)
That do you think guys have I wrong or it is a good idea ?
now I´m tired and must go to sleep :)
View Comments & Reply...

Auto update copyright date !

01/18/2011 04:14 AM
337 1 1 View Entry
I had figure out how to auto update the copyright date in footer on my site.
 
if you have a commercial license you can change this code !
 
Example: Say you have this on your footer.tpl:
 
Copyright © 2007 – 2010 yoursite.com, All Rights Reserved
 
but now it is 2011 and you will auto update it every year !
 
Insert and replace you old copyright code with this one:
 
Text
Copyright &copy; yoursite.com 2007-<?php echo date(Y) ?> All Rights Reserved.
 

if you done right you should now see this copyright text !
 
Copyright © 2007 – 2011 yoursite.com, All Rights Reserved.
 
Every year it will auto update the new year. Hope it can help someone.
 
and change 2007 to the year you start you dating site :)
View Comments & Reply...
194 1 1 View Entry
I wish you all a Merry Christmas and Happy New Year .
Enjoy to be together with your families.
Greetings from little Sweden ;)

 
View Comments & Reply...
Have a nice Christmas & Happy New Year my friends.
This will be my last post this year:
 
Google has recently updated and released this beginner's guide to search engine optimization. Google Search Engine Optimization Starter Guide are going through important things you should think about to get better rankings on search engine like Google.
 
Take a look at the 32-page version PDF version here.
 
Wishing you all a Merry Merry Christmas and Happy New Year .

how to make a christmas card
View Comments & Reply...
I will ask a question about join now logo ...
if I have a site with a join now logo:
 
example: join_now.png
but how to make it multi languages ...
so then we change sites languages it even change the logo ..
 
okey why do this ? if I have a logo images with text inside it ...
it should be very nice if it will be switched then we change languages.
 
maybe I have a logo with text "join now" (english)

but in swedish we call it "Bli medlem" (swedish)

 
or make 2 png images one with the hearth and one with the text and overlapping them .
+=
I know it can be done with css but I can´t find a good tutorial how to do ...
and again how to make it work with multi languages ?
 
"joinnow" =>
"<img src=media/join_now.png border=0>",
 
I know it will work in some scripts but not sure if it work for vldpersonals ?
 
someone knows how to do this ... or can give me a idea how to do ... I hope so ...
 
Okey here is the solution. (Thanks Radioact)
 
First upload 2 images to your sites /media/ folder ... (not the templates folder !)
I did 2 images ... english.png and swedish.png ...
 
Change your header.tpl
 
Before:
Text
<div class="join">{anchor:url1="account/register/",url2="index.php?m=account_register",name="Join Now !"</div>
After:
Text
<div class="join">{anchor:url1="account/register/",url2="index.php?m=account_register",name="Join Now !"}<img src="media/{session.language}_joinfree.png" /></div>

Now it is different logos then you switch your languages :)
View Comments & Reply...