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.

viewing icons of gender and type?

08/05/2010 03:54 AM
197 1 0 View Entry
Hey guys i know we can show the gender
 
<img src="{top.virtual_tpl_path}{session.template}/media/icon_{profile_field_gender1_value}.gif" />
 
but i need to add the extra field added for lets says bi-bi couple-strait-gay-...
 
Ok all Done !!
 
Mebers_profile.tpl
 
<img src="{top.virtual_tpl_path}{session.template}/media/Genders/gender_icon_{profile_field_gender1_value_id}.gif" />
 
Name pics.:gender_icon_(profile field id).gif
 
store icons in /media/Genders
View Comments & Reply...
Hey guys i seent here is older mods for changing template background images in members profile.i have tryed them but it seems to me that it is my template that is affecting this ?
 
1. Create new field of "image" type "Background image", label "bgimage"
2. Add this code to header tpl in <head></head>:
<!-- IF active_module == "member_profile" AND profile_field_bgimage_value != "" -->
<style>
body {ldelim} background: url('{virtual_path}media/uploads/{member_media_path}/{profile_field_bgimage_value');{rdelim}
</style>
<!-- ENDIF -->
 
all done i can see the field upload but refresh to nothing..
View Comments & Reply...