Any suggestion, what to take or not to take?
How hard is to integrate it to vldpersonal?
Can it be made that only people on friendlist can use 1on1 chat?
Thanks View Comments & Reply...
Is anyone using cloudflare.com or maxcdn.com?
Any positive/negative feedback? vldPersonals runs faster?
Thinking about cloudflare as it's easier to start with... View Comments & Reply...
| 236 | -2 | 0 | View Entry |
The private message email notification will be 1 link and when clicked on the user who received the message will be logged in automatically on the website and directed to the privat message.
This is an example on how the link looks like in the email (Pretty ugly i know)
Hello testmihai,
root has just sent you a private message.
Follow the link below to read it:
http://www.website.com/index.php?m=quicklogin&id=11705&hash=feea0015058a61cf7ef054a84453acd2&refurl=aHR0cDovL3d3dy55b3VybG92ZWNoYXQub3JnL2luZGV4LnBocD9tPWFjY291bnRfbWVzc2FnZXMmcD1pdmlldyZpZD0yMzI=
Selling this modification for 50$ for who wants it.
Cheers View Comments & Reply...
| 298 | 0 | 4 | View Entry |
I love vldpersonals, but I need a forum into my dating site and I don't like that the vldp module that implements phpbb3 doesn't keep the members messages into the forum when members unsubscribe the site.
So I decided to move to another script and I am evaluating to migrate to JomSocial.
I wonder if someone already did it and can suggest me a good coder for data migration.
My site has 20.000 members and I want to migrate just some profile data, private messages, and pictures.
Moreover I would like to know how I can sell my vldpersonals license after migration. I don't have any idea on how to do this. (2.7 expiring 29 april 2012).
This site needs a forum too. View Comments & Reply...
| 1524 | 1 | 7 | View Entry |
you need 3 files to change so make a backup of them first
files are in /cometchat:
config.php
cometchat_receive
cometchat_getid.php
config.php first:
Find : function getFriendsList, find the sql for it:
$sql = ("SELECT
after the select add
m.joindate AS joindate,
so that after you have like this
SELECT m.joindate AS joindate, m.member_id AS userid,....
Find: function getUserDetails, find the sql for it:
$sql = ("SELECT
after the select add
m.joindate AS joindate,
so that after you have like this
SELECT m.joindate AS joindate, m.member_id AS userid,....
if you already have a getAvatar function in here u can delete it.
cometchat_getid.php
Find: $link = getLink($chat['link']);
Under it you should have the $avatar= getAvatar call
remove it
above $link = getLink($chat['link']); add:
$pic = $chat['avatar'];
if ($pic == '')
{
$avatar = "/media/user_picture_none.gif";
}
$joindate = $chat['joindate'];
$media = substr($joindate, -1, 1).'/'.
substr($joindate, -2, 1).'/'.
substr($joindate, -3, 1).'/'.
substr($joindate, -4, 1).'/'.
$fetchid.'/';
$path = '/media/uploads/'.$media.'photo_'.$pic;
$avatar = $path;
where /media/user_picture_none.gif is the path to your default avatar in case member doesent uploads anything
cometchat_receive.php
Find: $link = getLink($chat['link']);
under it there should be the old $avatar = getAvatar call, remove it
Add:
$pic = $chat['avatar'];
if ($pic == '')
{
$avatar = "/media/user_picture_none.gif";
}
$joindate = $chat['joindate'];
$media = substr($joindate, -1, 1).'/'.
substr($joindate, -2, 1).'/'.
substr($joindate, -3, 1).'/'.
substr($joindate, -4, 1).'/'.
$chat['userid'].'/';
$path = '/media/uploads/'.$media.'photo_'.$pic;
$avatar = $path;
And i think thats it,
upload these 3 files and refresh the site
Let me know if it didnt worked View Comments & Reply...
1. My Status Mod
2. Blog Comment Mod
3. Youtube Mod
4. Blog/Comment Youtube Mod
Just recently I had the Blog/Comment Youtube mod done to my site. It is paid mod that I would add to the list of essential mods.
Many of my members would request that they add youtube video to their blogs. They would even put a link to the youtube video in their blog.
It was time to make a change. Ramil to the rescue. Now members can add youtube to their blog.
Ramil even added Group permissions so I can decide who and who can not use the mod. In this case, I decided to reward only my most loyal members by allowing them the ability to post youtube video to their blogs. For blog comments, I decided to give only the admin permission to do so.
My point is, if you are not adding interactivity to your site so members keep coming back for more, you are missing out on making your site a success. The cost of the mod usually pays you back in no time with more membership and more revenue. View Comments & Reply...
So ... the time has come ... i have to stop the most of my internet activities. Personal and health issues do that i dont have the time or the patience to continue.
Therefor i sell my vldlicense incl. homepage with all the mods that there been made for it.
Its VLD 2.7 commercial license
Expiration date: 04/26/2012
Template: redlove HEAVY modified
Articles mod from fatlizard
Birthdaymod, PM Checker and keep users logged in from misulicus
Searchoptimizing, ajax registration hint from gukkie87
I paid for everything (VLD and modifications) about 350 $. Give a serious answer.
Oh ... and because its a danish homepage ofcourse everything is made in danish, but the english lang is still includet. Would be nice if a danish guy would go on with the page course i still love the project and dont want that it dies. But as i wrote in the beginning im not capable to do anything more. But of course it is not a must. You just can do what ever you want with the software.
Link: http://www.gayvenner.dk
Username: demo1
Password: demo1
You can send a mail with a serious bet to info@gayvenner.dk or pm me here. View Comments & Reply...
Please either sign up on my site to try out a demo or go to this youtube link for a video demo:
Youtube Video Demo
Note* This mod is a foundation for my facebook wall system, there will be addons comin as well, read my youtube links decription for more details :)
I'll be adding a "Delete" function so that entires can be deleted by the user who has posted them :)
Price - $30USD View Comments & Reply...






Latest Comments
Looking for Developer - VLD Site Mods and Fixes - Paid Job
about 10 hours ago
Looking for Developer - VLD Site Mods and Fixes - Paid Job
about 18 hours ago
Looking for Developer - VLD Site Mods and Fixes - Paid Job
about 20 hours ago