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

Page Load Time for VLDPersonals

02/13/2010 04:52 AM
363 1 3 View Entry
Page Load Time for vld personals all version.
 
Open:
 
footer.tpl
 
add code:
 
Text
<?php include './includes/pl.php'; ?>
 

----- pl.php ----
Text

<?php
$time = microtime();
$time = explode(" ", $time);
$time = $time[1] + $time[0];
$start = $time;
 
$time = microtime();
$time = explode(" ", $time);
$time = $time[1] + $time[0];
$finish = $time;
$totaltime = ($finish - $start);
printf ("Page took %f seconds to load.", $totaltime);
?>

add pl.php in "includes" folder.
 
View Comments & Reply...

Light green mp3 player.

02/09/2010 01:26 PM
473 2 1 View Entry

 
Size swf file: 7kb
 
Open template: member_audio.tpl
 
Find:
Text
<script type='text/javascript'>
var s1 = new SWFObject('{top.virtual_path}media/utils/mediaplayer.swf','mpl{rowcnt}','345','23','9');
s1.addParam('allowfullscreen','false');
s1.addParam('flashvars','file={top.virtual_pic_path}{audio_filename}&width=345&height=19');
</script>

Replace:
 
Text
<script type='text/javascript'>
var s1 = new SWFObject('{top.virtual_path}media/mp3playerlightsmallv3.swf?audioPath={top.virtual_pic_path}{audio_filename}&autoStart=no','mpl{rowcnt}','210','25','9');
s1.write('mpl{rowcnt}');
</script>

Upload mp3playerlightsmallv3.swf in www/media
 
end.
 
Files:
http://depositfiles.com/files/zb7rq76r8
View Comments & Reply...
241 0 0 View Entry
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...

Audio Post Date [vldPersonals]

01/20/2010 10:07 AM
194 1 0 View Entry
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...
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...

Protection you (Admin CP)

01/17/2010 11:53 PM
286 2 1 View Entry
Will allow to carry out an input only with defined IP (CP)
 
add file .htaccess in www/cp
 
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_ADDR} !=YOU_IP
RewriteRule ^.* maintain.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
View Comments & Reply...

Last visit user [all version]

01/17/2010 11:35 PM
314 3 1 View Entry
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...

Full Stat Site

01/17/2010 11:26 PM
341 -3 5 View Entry
This statistics can see all users of a site =)
 
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...
New swf Player for vldPersonal ;)
 

 

 
Setup:
 
Replace files in www\media\utils\
 
end. =)
 
Download Player
View Comments & Reply...