The 3.7.2 member.php has changed that code to the following (see below), you should be able to replace the old code with the new stuff (untested), although just removing it as above works too.
Out of interest, don't you have to have Jelsoft's permission to copy such a sizeable chunk of their work? Your myfriends.php file is exactly the same as Jelsoft's member.php.
Out of interest, don't you have to have Jelsoft's permission to copy such a sizeable chunk of their work? Your myfriends.php file is exactly the same as Jelsoft's member.php.
The friends page is a copy of your memberinfo.php file, basically you are just using another profile page, with a different template and only using the friends block. Permission from jelsoft I dont need unless I am "selling" their product. As far as I know Im allowed to modify my own files and templates as I totally wish and here Im just sharing how I got it to work on my site after plenty of requests.
Glad you fixed it, I wish everybody could just do that and make their own page to work
==========
By the way the friends product that I was including in the pro version is totally different than this one and that one was made out of thin air, you can see it in action here (just to make things clear)
I just bought pro version and installed it, but when I'm trying to view the profile it doesn't work. Database error, here's the message, please check.
Database error in vBulletin 3.7.1:
Invalid SQL:
SELECT
gifts.gifttypeid, gifts.giftid, gifts.comment, gifts.message,
gifts.private, gifts.recipient, gifts.recipientid, gifts.sender,
gifts.senderid, gift_type.image
FROM khmerroom_gifts AS gifts
LEFT JOIN mysite_gift_type AS gift_type ON(gifts.gifttypeid = gift_type.gifttypeid)
WHERE recipientid = 1
ORDER BY dateline DESC
LIMIT 4;
MySQL Error : Table 'mysitecom_gifts' doesn't exist
Error Number : 1146
Request Date : Wednesday, July 2nd 2008 @ 04:40:07 PM
Error Date : Wednesday, July 2nd 2008 @ 04:40:07 PM
Script : http://www.mysite.com/member.php?u=1
Referrer : http://www.mysite.com/index.php
IP Address : **.**.**.**
Username : xxAlexKimxx
Classname : vB_Database
MySQL Version : 5.0.27
I've purchased the gifts plug-in and I'm getting exactly the same error. When the product installs it doesn't appear to be installing the database tables.
Any chance of a fix so that I can get gifts working?
Guys the Gift product is not supported, is an external addon and we are not supposed to use vb.org to talk about that. It is a custom work somebody made for my site that I decided to share it for a small fee, but I didnt make. It has been working so perfectly in all of my sites that now that I see these errors some of you are getting I have no clue why or how to fix it sorry about that.
I've purchased the gifts plug-in and I'm getting exactly the same error. When the product installs it doesn't appear to be installing the database tables.
Any chance of a fix so that I can get gifts working?
I know why's the error...it's because when you installed the vBulletin, you gave it a table prefix on your config.php so when u install the gift it couldn't find that table prefix.....
and I think the coder needs to take a look on that error too!
I know why's the error...it's because when you installed the vBulletin, you gave it a table prefix on your config.php so when u install the gift it couldn't find that table prefix.....
and I think the coder needs to take a look on that error too!
This makes more sense...
I will ask if he could take a look at that.