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

Script works only on index

10/06/2011 01:47 PM | rexi in Q&A
241 0 3 View Entry
I have one script running as sidebar all the time, I would like to limit it to work only on www.mydomain.com (i guess its index?)
so, when members watch blogs etc, that this sidebar isnt showing up. Can anyone help me with it, am sure its just some small part of code :)
View Comments & Reply...

Marque mod for vld

10/06/2011 01:04 PM | leon in Marketplace
109 -1 0 View Entry
Hello guys
i have a amazing mod for vld
 
you can enter a message from your account and than other member can see your message everywhere, where is your avatar.
Only you must paste the php code there where you want.
 
you can check it now
Marquee mod for 30$
easy to install
please send me pn.
 
Demo: www.myvldmodzzz.de
 
username:eko
pass: eko
View Comments & Reply...
Hello,
sorry for my bad english guys but i try it :-)
 
i have a cool mod which you can make money.
 
Many people want present yourself. you can do it if your avatar is on top of homepage.
you can check it now
Bit system with coin shop for vld 60$
please send me pn.
 
Demo: www.myvldmodzzz.de
 
username:eko
pass: eko
 

description: The function is the same like ebay, who bit more coins he wins and for bit you need coins and the coins they become it from coin shop
for example member 1 bit 20 coins for the user of day place
member2 bit 25 coins for the user of day place
At 0 aclock when the new day begins, who bit more he wins and the winners avatar you can see 24 hours on top of homepage at the user of day place.
 
User of hour the function is same like user of day only you can see the avatar for 1 hour on homepage.
 
And Golduser place you can see the avatar of member on every site. But the place costs 0.99€ (you must send sms)
View Comments & Reply...

don´t forget ...

09/26/2011 02:05 PM | gugu in General
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...
Hi folks, I finally did it, I'm selling my mods.
No implementation, only the files + instructions...

    - print events poster 20€
    - photo notes 40€
    - step registration 40€
    - status (via blogs) 20€
    - redirect members on first login to info page 20€
    - quick winks in guestbook 20€
    - snippets & hints bundle 40€
    photozoom, other small code, more to come
View Comments & Reply...
My integration VLDPersonals and AjaxChat :)
1) Download and install AjaxChat - [Download]
2) Create new page.
Option:

3) Create file chat_login.tpl
add in www/templates/you_theme/
 
Text
<!-- INCLUDE header.tpl -->
 
<div class="header_wrap">
        <div class="location_wrap">
                <div class="location">
                        <h1>{app_page}</h1>
                </div>
        </div>
        <div class="options_wrap">
                <div class="title">
                        <h1>{app_page}</h1>
                </div>
                <div class="clear"></div>
        </div>
        <div class="clear"></div>
</div>
 
<!-- INCLUDE message.tpl -->
 
<!-- IF hide_content != "1" -->
 
        <div class="outter page_default">
 
                <div class="typepage">
                        <div class="dataitem single">
                                <div class="entry">
                               
                               
                               
                               
                <!--[if lt IE 7]>
                <link rel="stylesheet" type="text/css" href="css/ie5-6.css"/>
        <![endif]-->
        <script src="http://YOUSITE.COM/chat/js/chat.js" type="text/javascript" charset="UTF-8"></script>
        <script src="http://YOUSITE.COM/chat/js/lang/ru.js" type="text/javascript" charset="UTF-8"></script>
        <script src="http://YOUSITE.COM/chat/js/config.js" type="text/javascript" charset="UTF-8"></script>
        <script type="text/javascript">
                // <![CDATA[
                        function initializeLoginPage() {
                                document.getElementById('userNameField').focus();
                                if(!ajaxChat.isCookieEnabled()) {
                                        var node = document.createElement('div');
                                        var text = document.createTextNode(ajaxChatLang['errorCookiesRequired']);
                                        node.appendChild(text);
                                        document.getElementById('errorContainer').appendChild(node);
                                }
                        }
                       
                        ajaxChatConfig.sessionName = 'ajax_chat';
                        ajaxChatConfig.cookieExpiration = parseInt('365');
                        ajaxChatConfig.cookiePath = '/';
                        ajaxChatConfig.cookieDomain = '';
                        ajaxChatConfig.cookieSecure = '';
 
                        ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, true, false);
                // ]]>
        </script>
</head>
 
<body onload="initializeLoginPage();">
        <div id="loginContent">
                <div id="loginHeadlineContainer">
                        <h5>Chat login</h5>
                </div>
                <form id="loginForm" action="http://http://YOUSITE.COM/chat/" method="post" enctype="application/x-www-form-urlencoded">
                        <div id="loginFormContainer">
                                <input type="hidden" name="login" id="loginField" value="login"/>
                                <input type="hidden" name="redirect" id="redirectField" value=""/>
&copy 2010 by Invision
<hr>
                                <input value="{session.username}" type="hidden" name="userName" id="userNameField" maxlength="16"/></div>
                               
                                <br>    <!-- IF loggedin == "1" -->
                                <font size="2">Name: <b>{session.username}</b></font><br>
 
                                <br>
                                <div><input type="submit" name="submit" id="loginButton" value="Login"/></div><!-- ENDIF -->
                               
                                <!-- IF loggedin == "0" -->
                                                {anchor:url1="account/register/",url2="index.php?m=account_register",name="core|menu_register_chat"}
                                        <!-- ENDIF -->
                                </div>
                                <div class="clear"></div>
                        </div>
                </div>
                <div class="clear"></div>
 
        </div>
 
<!-- ENDIF -->
 
<!-- INCLUDE footer.tpl -->

Edit http://YOUSITE.COM in code!
 
------------------------
 

------------------------
View Comments & Reply...
I will Pay !!
 
I want on my site, the member free to contact (chat) at most, one member free
 
I need the following customization, in module friends:
 
regular member can only accept as a friend 01 regular member
regular member can accept unlimited paid member as Friend
regular member can request unlimited friendship, but can only accept 01 regular member or unlimited paid members.
 
Paid member has Several friends, When his signature finish, he returns to have 01 friend
 
two areas of friends requests : I added to friends, want to be my friend
 
if I set the control panel a User (regular member) can have only one friend, he may not add the friendship of two members, the friend request without even having been confirmed enters in the count to friends.
 
my English is horrible. I'll try to explain the second customization:
 
It's actually a correction module vldpersonals friends
 
Biu and Sara are two regular members
 
Biu adds sara his friends.
 
Sara receives a notification that a person be your friend, she as a regular member does not know who.
 
Sara makes a site search, choose a few profiles.
 
Sara adds Biu to friends.
 
Sara added Biu
Biu added Sarah
 
but they are friends, sara have to accept the friend request for Biu, or Biu have to accept the request of Sarah.
 
I need when it occurs, is automatic.
 
A add B
B add A
View Comments & Reply...

Web site for sale

09/14/2011 08:49 AM | dannyL in Marketplace
234 0 4 View Entry
Web site 4 sale, $ 1200.00 with license, 2000 members. View at http://www/filipina4ever.com. Turn key site, reason for the sale I am retiring to the Philippines.
 
dannyL
View Comments & Reply...

vldCrowd Update

10/03/2011 03:46 PM | inatmo in General
249 1 4 View Entry
Hi
As you may probably notice, vldcrowd.com has been updated. I just want to explain a couple of things, so you have a better understanding about what's going on and why.
 
The general idea was to make the website more usable and reduce noise a little bit.
 
First of all we decided to concentrate on blogs, as this is the main lifestream of the community. Thus, we had to make it easier to post, search, filter and read. As you can see we have categories now. There is a chance, that these categories will be changed.))
 
There are more features to come for blogs. For example, you will be able to bookmark particular posts in your account, so you don’t have to search for them all the time.
 
And the last thing about blogs is that sellers/buyers now have their own category. They also have a little widget in the left sidebar with latest stuff. If you sell or buy anything, please, pick that category for your post.
 
Another thing is that we’ve left several original mods/modifications behind. Some of them may return, some of them not.
 
So, I hope you will get used to the new layout pretty quickly, I hope it makes sense and I hope this a good start for something even better.
 
Express your opinion in comments.)
Cheers
View Comments & Reply...

Facebook Wall Mod?

06/07/2011 08:33 PM | jackal in Marketplace
293 0 8 View Entry
Does anyone have a facebook wall mod/or similar that works and is willing to sell?
View Comments & Reply...