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
Has faced a problem when the user enters more than 64 symbols, loads music, it is not added, but on a server is loaded.
 
Limit "input".
 
Open account_audio_edit.tpl
 
Find:
 
Text
<!-- INCLUDE header.tpl -->

After add:
 
Text
<script>function limitText(limitField, limitCount, limitNum) {
 if (limitField.value.length > limitNum) {
 limitField.value = limitField.value.substring(0, limitNum);
 } else {
 limitCount.value = limitNum - limitField.value.length;
 }
 }</script>

Find:
Text
<dd><input type="text" id="field_title" name="title" value="{audio_name}" class="text text_full" maxlength="64" /></dd>
 
 

Replace

Text
<dd><input type="text" id="field_title" name="title" value="{audio_name}" class="text text_full2" onKeyDown="limitText(this,this.form.count,64);"
 onKeyUp="limitText(this,this.form.count,64);" maxlength="64" /><input readonly type="text" name="count" size="1" value="64"></dd>

Open forms.css
 
and add:
 
Text
input.text_full2 {
width: 705px; }

"width" set up under itself.
 
end.
 

----
View Comments & Reply...

help me!!

01/20/2010 01:34 PM | madesigner in Q&A
142 -1 2 View Entry
Hi
 
Sorry for my speaking English disastrous
 
I wanted a little help from your par.
 
My goals:
 
-notify a member by mail when their profile and seen by another member.
-notify a member by email when one of these friends connects
 
thank you for your help
View Comments & Reply...
Open
 
www/template/you_template/member_blog_entry.tpl
 
Find:
Text
<!-- INCLUDE header.tpl -->

After add:
 
Text
        <link rel="stylesheet" type="text/css" href="ajax/fancybox/jquery.fancybox-1.2.6.css" media="screen" />
        <script type="text/javascript" src="/ajax/fancybox/jquery.fancybox-1.2.6.pack.js"></script>
        <script type="text/javascript" src="/ajax/fancybox/141.js"></script>
 

Find:
Text
<a href="{top.virtual_pic_path}{entry_big_picture}" target="_blank">...
turn out
Text
<a class="zoom2" href="{top.virtual_pic_path}{entry_big_picture}" target="_blank">...

end.
 

 
FILES: http://depositfiles.com/files/yc3kxtr8l
View Comments & Reply...
Information, when user upload audio files. (date)
 
Open:
 
templates/you_templates/member_audio.tpl
 
Find:
 
Text
<dl class="datainfo">
<dt>{lang:"member","title"}:</dt>
<dd>{audio_name}</dd>

After add:
Text

<dt>Date:</dt>
<dd>{audio_post_date}</dd>

End.
 
View Comments & Reply...
Thanks to SCN for spotting this problem. In friends activity on account_home you can see previews even of the password protected album images. To prevent that open your ext.activity.php and find (~ line 288):
PHP
                               
//------------------------------------------------
// Get new pictures in albums
//------------------------------------------------
                                $result = $DB->query("SELECT *
                                                                        FROM "
. DB_PREFIX . "pictures as p
                                                                        WHERE dateadded > $timeframe AND member_id IN ($friend_ids)
                                                                        ORDER BY dateadded DESC LIMIT 50"
);
 
replace with
PHP

//------------------------------------------------
// Get new pictures in albums
//------------------------------------------------
                                $result = $DB->query("SELECT p.*
                                                                        FROM "
. DB_PREFIX . "pictures as p, " . DB_PREFIX . "albums as a
                                                                        WHERE p.dateadded > $timeframe AND p.member_id IN ($friend_ids) AND p.album_id=a.album_id AND a.password = ''
                                                                        ORDER BY dateadded DESC LIMIT 50"
);
 
View Comments & Reply...
This is templates for vldpersonals 2.5.2, with elements from 2.5.5 =)
 
New user "login form" and "user menu" ;)
 
Screenshot in full thread!
 

View Comments & Reply...
This mod look how user last visit you site ^_^
 
Sorry, bad english :)
 
Open:
www/templates/you_templates/member_sections_card.tpl
 
Add right at the end:
 
<!-- IF profile_field_country_name OR profile_field_city_name -->
<dt>Last visit:</dt>
<dd>{member_last_visit}</dd>
<!-- ENDIF -->
 
end :))
 
Screenshot:
user profile

search user
View Comments & Reply...

Video extension

01/19/2010 03:39 AM | madirfan in Tutorials/Mods
247 0 3 View Entry
hi
 
is there any extension , where i can show my videos in the homepage.tpl ?
 
AND: is it possibel to say:
If user in NOT adding any Movie in the upload form "just adding TEXT" and klick on Submit that its still posting the video?
 
tHX for your quick feedback
View Comments & Reply...

Full Stat Site

01/17/2010 11:26 PM | Invision in General
324 -3 5 View Entry
This statistics can see all users of a site =)
 
View Comments & Reply...

List of things i want.

01/18/2010 10:15 AM | Holger in General
272 1 2 View Entry
Hej everyone,
 
finally my site is up and runnin and until now i love it ;-)
 
But there are a few things i need.
 
I wrote here something about zodiac signs. Love it. Please help me to integrate it in my community. Problem: i dont understand the tutorial to it, so i need one who can make it for me.
 
Chat: With help from a user in vldpersonal i integratet the flashchat from tufat.com. It works but not the way i want it.
 
First of all ... it doesnt look like integratet because it opens a new window and the design ...sorry ... the chatdesign is like ugly bubblegum flash bling crap. Hate it.
 
When you clik on "profile" of a chatuser nothing happens ...
 
www.boyfriend.dk has a chat that is fully integratet in their system (not vldpersonal) and look fine because minimalistic.
 
PLEAAASSSSEEEE ... i hire you and pay good money if you build a chat for me that works like that.
View Comments & Reply...