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

Information messages

09/17/2009 01:35 PM
571 1 7
Information messages is to inform the user about something relevant.

 
you can read the first tutorial here ...
 
and a few weeks later he write this tutorial you can read it here ...
 
and see the demo here ...
 
you can download free status icons here ...
 
you can take a look at this to ...
 
next week I should make some example how we can have it on vldpersonal ...
 
example in bottom of register have a message saying that you now have to confirm you membership and also look in your junk mail if you not found it on your mail ... maybee like this ?
 
"Please ... don't forget to check your junk mail sometimes the mail been there ..."
 
have you another example of text instead of mine please tell me

Comments

janclaeys

  • Posted on 10/29/2009 03:35 AM
here come a quick install note
 
1) add the following code to site.css
 
/* Info messages */
 
.info, .error {
 
border: 1px solid;
 
margin: 10px 0px;
 
padding:15px 10px 15px 50px;
 
background-repeat: no-repeat;
 
background-position: 10px center;
 
}
 
.info {
 
color: #00529B;
 
background-color: #BDE5F8;
 
background-image: url('info.png');
 
}
 
.error {
 
color: #D8000C;
 
background-color: #FFBABA;
 
background-image: url('error.png');
 
}
 
2) modify your message.tpl wich is inside your template dir and change it to something like this
 
<!-- IF app_message_type == "info" -->
<div class="info">{app_message}</div>
<!-- ELSEIF app_message_type == "error" -->
<div class="error">{app_message}</div>
<!-- ENDIF -->
 
3) your done!
 
Offcourse you can take more modifications but this gives a quick view i think how everything is handled.
 
cheers

gugu

  • Posted on 10/05/2009 04:18 AM
maybee you can share it so even other member here can make it work on his/her site ...

janclaeys

  • Posted on 10/02/2009 04:20 AM
oke , sorry for the stupid question i added allready on the message.tpl
works great!

janclaeys

  • Posted on 10/02/2009 02:50 AM
how can this be integrated in vld
 
thanks for the help

gugu

  • Posted on 09/20/2009 12:41 PM
thanks ... a good idea ...

seeme101

  • Posted on 09/20/2009 09:16 AM
this text message seems to work for me
 
Please add admin@yoursite.com to your address book so your activation email doesn't go to your bulkmail inbox.

radioact

  • Posted on 09/18/2009 07:00 AM
I love this type of messages and certainly will implement them here on vldCrowd, and add some after delay disappearing.
Thanks

Log in to leave a comment