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

Video extension

01/19/2010 03:39 AM
246 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...

Blog Pages Question...

12/17/2009 05:31 AM
186 -1 2 View Entry
Hi all,
 
i allway have the prob in v2.5.3 that in i go to a member_blog page
i see that he has 30Blogs and i see Site 1-5 and Next Page Button.
 
I just can click on NEXT PAGE Button..
 
Is there any possibility that i can get the page Nr for clicking that like
 
[Page 1 - 2- 3- 4 -5] all links to each pages
 
you know what i mean?
View Comments & Reply...
Use the Picture Extension
{pictures:limit=12,cache_time=0,orderby="rand()"}
 
with this code to get a cool SlideCode
 
Text

 
<script type="text/javascript">
 
//Specify the slider's width (in pixels)
var sliderwidth="772px"
//Specify the slider's height
var sliderheight="80px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#ffffff"
 
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='{pictures:limit=60,cache_time=0,orderby="rand()"}'
 
//Specify gap between each image (use HTML):
var imagegap=" "
 
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=5
 
////NO NEED TO EDIT BELOW THIS LINE////////////
 
var copyspeed=slidespeed
leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+leftrightslide+'</span>')
var actualwidth=''
var cross_slide, ns_slide
 
function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth+slideshowgap+"px"
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth+slideshowgap
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
window.onload=fillup
 
function slideleft(){
if (iedom){
if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8))
cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed+"px"
else
cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth+slideshowgap+"px"
 
if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8))
cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed+"px"
else
cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth+slideshowgap+"px"
 
}
else if (document.layers){
if (ns_slide.left>(actualwidth*(-1)+8))
ns_slide.left-=copyspeed
else
ns_slide.left=ns_slide2.left+actualwidth+slideshowgap
 
if (ns_slide2.left>(actualwidth*(-1)+8))
ns_slide2.left-=copyspeed
else
ns_slide2.left=ns_slide.left+actualwidth+slideshowgap
}
}
 
if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="position:absolute;left:0px;top:0px"></div>')
write('<div id="test3" style="position:absolute;left:-1000px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('<layer name="ns_slidemenu3" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
</script>
 

Be shure the your ext.picture.tpl is well codes like this
Text

<!-- IF ext_pictures --><div class="typepage"><div class="dataitem single previewbox"><!-- BEGIN ext_pictures --><div class="image" style="text-align:left"><!-- <a href="{top.virtual_path}{picture_link}"> --><a href="/index.php?m=pages&g=general&p=flashshow"><img src="{top.virtual_pic_path}{picture_preview}" alt="" border="0" /></a><br><a href="#">&nbsp;</a></div><!-- END ext_pictures --> </div></div><!-- ENDIF -->
 

have fun!
View Comments & Reply...
191 -1 1 View Entry
Hi,
 
question.. i have the version 2.5.3 and i have 2 lanuages in my website..
if i want to creat a survey.. i can only do that in 1 language..
some on has an idea what can do to get 1 survey with 2 languages..
 
thX for your help ;)
View Comments & Reply...

Multi Upload

10/28/2009 05:38 AM
408 2 1 View Entry
I allway get the problem that i have to upload each piX at ones..
 
It has to be a way to make aMulti Upload..
perhaps 3 files at ones..
 
some one has an idea to to that
View Comments & Reply...

Members with most BLOGS

10/20/2009 11:54 PM
224 1 3 View Entry
Hi,
 
question..is there a way to show the members with the most created blogs
code can be like
{members:limit=10,cache_time=0,cache_name="blog",orderby="totalblog"}
 
thX for your help
View Comments & Reply...
Hi,
 
does any one know, if its possible to convert some features from the new version
into the old version v2.5.3 ?
 
i dont want to install or update from v2.5.3 to v2.5.4
 
is it possible to use new function from 2.5.4 in v2.5.3 ?
View Comments & Reply...

Extension IDEA "same friends"

10/13/2009 01:32 PM
367 1 7 View Entry
Hi,
 
i have an idea for an extension called "same friends"
It will be super if it will be possible in member_profile
to display "same friends"
 
LIKE members who are MY and the Selected MemberS friends.
 
Example:
You and member1 has (10) same friends
Bottom: the images of the same friends
 
code can be like:
{members:limit=10,cache_time=0,profile_region=session.profile_region_id,orderby="samefriends"}
 
what do you think?
View Comments & Reply...

Last Blogs' Comments

10/01/2009 01:03 AM
180 1 2 View Entry
Hi,
 
does some one has an idea what kind of MOD i have to do to get
Last Blogs' Comments as its in vldcrowd.
 
ThX for your helo
View Comments & Reply...

Round Tables without Images

09/30/2009 07:00 AM
311 1 6 View Entry
Its not a MOD or a HACK but it can help you to setup a good design WITHOUT using images.
 
Here is the code for that:
 
<div id="unterhaltungcontainer">
<b class="rtop">
<b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b>
</b>
<div style="background: #e36801; padding:2px;" align="center"> THATS A TEST <br> Do what ever you like</div>
<!--content goes here -->
<b class="rbottom">
<b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b></b>
</div>
<style type="text/css">
 
#container {
margin-bottom:30px;
}
.rtop, .rbottom{display:block; }
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #e36801;}
.r1{margin: 0 5px;}
.r2{margin: 0 3px }
.r3{margin: 0 2px;
}
.r4{margin: 0 1px; height: 2px;}
</style>
View Comments & Reply...