View Full Version : Profile Enhancements - MyLs1 Gifts ( Send gifts or drinks! )
christian8a
09-01-2008, 10:00 PM
MyLs1.com Gifts ( Facebook Style )
This is a product that will allow members to send gifts to each other, The way Facebook does ;)
This 1.0.2 Update just replace the gift.php file on the root directory.
This product was for sale before but now is finally released for free.
Brought to you by Myls1.com :up:
- MyLs1 Gifts Version 1.0.2
Demo Corvette Site:
http://www.eicorvette.com
Chevrolet corvette forums, ZR1, Stingray, C6, Z06, C5, C4, C3, C2, C1 - photos and more!
- All the credit goes to Cole2026 (https://vborg.vbsupport.ru/member.php?u=49290) he is the designer/coder of this product. Very recomended person to work with :up:
- Special thanx to DS MrSinister for fixing the Table Prefix Issue.
#################### INSTALL ####################
1- Upload files to their respective folders:
admincp / gifts.php
images / gifts
includes / xml / bitfield_gifts
cpnav_gifts
root directory / gifts.php
2- Import product:
MyLs1_Gifts.xml
3- Memberinfo Template edit, find:
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
Add this before the <div id="profile_tabs">:
$blocks[gifts]
So it will look like this-->
$blocks[gifts]
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
4- Style manager:
Add this to Additional CSS Definitions
.explanation {
background-color:#FFFFCC; padding:3px;
}
#################### HOW TO USE ####################
--- How to set ---
Set your settings on the admin cp
Add gifts as follows:
example:
- Name of the gift: Beer
- Description of gift: Budweiser
- Choose category: drinks
- enter url ( images / gifts / drinks / budweiser.gif )
Provided are 2 folders, one for drinks and one for love
There are few drinks in a .gif format and some roses in a .gif format, but you will have to add your own gifts / icons
--- /How to set ---
--- How to use ---
On the members profile there will be the block called gifts
There are 2 links, Give a gift and View all.
When they click on Give a gift, it will take them to a page where the categories are.
Click on the categorie, check the gift to send, add messages and Give.
--- /How to use ---
Instructions provided on zip file.
The following is extra:
#################### GIFT COUNT ON POSTBIT ####################
To display gifts count on postbit's:
Add new plugin
Hook Location: showthread_postbit_create
Title: Gifts in Postbit Legacy
Execution Order: 5
Plugin PHP Code:
$num_gifts = $db->query_first("
SELECT COUNT(*)
FROM " . TABLE_PREFIX . "gifts AS gifts
WHERE recipientid = " . $post['userid']
,DBARRAY_NUM);
$post['gifts'] = $num_gifts[0];
Plugin is active: yes
Then on the postbit where you want to display it just put
(<a href="member.php?$session[sessionurl]u=$post[userid]">$post[gifts]</a>) gifts
#################### /GIFT COUNT ON POSTBIT ####################
Enjoy!
christian8a
09-02-2008, 05:32 AM
reserved
Hornstar
09-02-2008, 06:32 AM
Looks nice. On your buy now page on your site which is still up. It says it will not work if you have a table prefix (which I do). Is this fixed now?
Endurer
09-02-2008, 07:13 AM
Thanks for releasing it here.
emtee
09-02-2008, 07:39 AM
How about adding it to postbit so people can see their gifts in postbit (preferably right above their signatures) ?
RedeemedWarrior
09-02-2008, 07:54 AM
Yay! I'll be testing this out later on my textvb
choccyclaire
09-02-2008, 08:00 AM
Judging by the screen shot, your profile layout is different. How would this show on the default skin?
EDIT: Or won't it?
masons_mum
09-02-2008, 08:06 AM
installed but i have nowhere to add gifts in admin panel or set permissions in user groups. I am fairly certain my vbulletin doesnt have a table prefix set.
RedeemedWarrior
09-02-2008, 08:30 AM
same admincp issue here
masons_mum
09-02-2008, 08:33 AM
this is what i have in my config file:
****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
so i presume that means i dont have a prefix? I am using 3.7.0 :)
christian8a
09-02-2008, 08:37 AM
same admincp issue here
Attached more screenshots of what should be the admincp for gifts.
this is what i have in my config file:
so i presume that means i dont have a prefix? I am using 3.7.0 :)
Yea, if you didnt set any should work perfect.
masons_mum
09-02-2008, 08:41 AM
its not working perfectly, i dont have the admin cp gifts section, nor the ability to set permissions. All files were uploaded to the correct place, i have checked and rechecked. Tried uninstalling product then reinstalling. Everything else is displaying but the gifts section in the admin panel and the user group permissions
christian8a
09-02-2008, 08:49 AM
I really dont see why It wouldnt, this never happened before on any of my sites.
I have 3.7.0 and no table prefix and it always worked perfect.
Did you refresh the browser or on the includes folder are the 2 files there?
RedeemedWarrior
09-02-2008, 08:52 AM
Hello
the first part i have. (the Vboptions style one), the part under users and the part in usergroups doesn't show. i tried it on my main and Testvb to no affect sadly
its a very good mod though from what i've heard, i hope it can be made to work :)
Cybertims
09-02-2008, 09:16 AM
same here, no usergroup permissions or admincp section
same problem like in few posts above .... have vb 3.7.3
reg
macc
PaylaX
09-02-2008, 09:53 AM
I have a problem
When I click on Give a gift link:
you do not have permission to access this page. This could be due to one of several reasonsAND, installed but I have nowhere to gifts options in admin panel under the User options.
masons_mum
09-02-2008, 10:56 AM
everything is definately uploaded as it should be. I notice it doesnt install the product with the product name, it misses out the capitals so installs ys1_ifts instead. I dont know if that has anything to do with it, probably not!
jlew24asu
09-02-2008, 12:07 PM
very cool thanks. (you love you some facebook hehe) :up:
Butcher
09-02-2008, 01:13 PM
same problem with adding gifts not visible in adminCP
g0dfather1984
09-02-2008, 02:44 PM
Same as others, no gifts in the admin cp.
v12kid
09-02-2008, 03:32 PM
waiting for a fix and then ill install :)
rinkrat
09-02-2008, 04:11 PM
Works great for me :)
The missing admin menu can be easily fixed. Open the file cpnav_gifts.xml, located in includes/xml/
Find: <navgroups product="cole_gifts">
And Replace With: <navgroups product="myls1_gifts">
OR upload the attached file to includes/xml/
The Gifts menu will then appear in the admin CP between Users and Usergroups.
PaylaX
09-02-2008, 04:49 PM
The missing admin menu can be easily fixed. Open the file cpnav_gifts.xml, located in includes/xml/
Find: <navgroups product="cole_gifts">And Replace With: <navgroups product="myls1_gifts">OR upload the attached file to includes/xml/
The Gifts menu will then appear in the admin CP between Users and Usergroups.
it is work for me, thanks
g0dfather1984
09-02-2008, 04:55 PM
The missing admin menu can be easily fixed. Open the file cpnav_gifts.xml, located in includes/xml/
Find: <navgroups product="cole_gifts">
And Replace With: <navgroups product="myls1_gifts">
OR upload the attached file to includes/xml/
The Gifts menu will then appear in the admin CP between Users and Usergroups.
That does work. Would you know why it isn't showing up to enable for group permissions?
PaylaX
09-02-2008, 04:58 PM
Group permission isn't appear now ,
**********************************
fixed!
upload the attached file to includes/xml/
Group permission isn't appear now ,
**********************************
fixed!
upload the attached file to includes/xml/I never even checked for that one. Thanks! :)
Nice hack but why are you limiting it by saying..
This product will not install properly if you have set a table prefix for your site. Please double check. If everything is ok, proceed
So doesn't work for me, as my config.php file has a table prefix.
Please provide a fixed verson for this issue also.
thanks.
MissKalunji
09-02-2008, 06:25 PM
for those with prefix : you might be able to hard code the database name (yourself) in the files (php and product)
Thats one alternative
fattony69
09-02-2008, 06:44 PM
Is there anyway of integrating this with vbcredits?
christian8a
09-02-2008, 06:59 PM
The missing admin menu can be easily fixed. Open the file cpnav_gifts.xml, located in includes/xml/
Find: <navgroups product="cole_gifts">
And Replace With: <navgroups product="myls1_gifts">
OR upload the attached file to includes/xml/
The Gifts menu will then appear in the admin CP between Users and Usergroups.
Thank you ;)
Im terribly sorry for missing that part, I uploaded a new zip file fixed.
Thanx again for letting me know
Thank you ;)
Im terribly sorry for missing that part, I uploaded a new zip file fixed.
Thanx again for letting me know
An easy mistake to make. Thanks for releasing it. :)
this would be great if it could be implemented with vbcredits were it would charge you forum credits to send gifts
The Chief
09-02-2008, 08:00 PM
thanks for the release, looks great!
this would be great if it could be implemented with vbcredits were it would charge you forum credits to send giftsI was thinking of a similar idea, but instead of buying credits, it'd be more like using postcounts to enable gifts - eg. you make 10 posts, it unlocks something. At 15 posts, it unlocks something else (something better and worth more in real life) and so on...
I'll probably just end up modifying the script later this week to suit my board. I've got no use for credits, so encouraging posting would be far more useful for me.
This idea/mod has gone down very well with my staff, so thanks again, Chris. :)
massizero
09-02-2008, 11:20 PM
this would be great if it could be implemented with vbcredits were it would charge you forum credits to send gifts
With vbcredits it would be great!
apiasto
09-03-2008, 12:31 AM
installed it but getting data base error on every option but setting.i am using 3.7.3
Invalid SQL:
SELECT
gift_type.gifttypeid, gift_type.title, gift_type.description,
gift_type.image, gift_type.active, gift_type.categoryid,
gift_categories.title AS categorytitle
FROM vb_gift_type
LEFT JOIN vb_gift_categories AS gift_categories ON gift_type.categoryid = gift_categories.categoryid
ORDER BY categoryid DESC;
MySQL Error : Table '******_db.vb_gift_type' doesn't exist
christian8a
09-03-2008, 12:48 AM
installed it but getting data base error on every option but setting.i am using 3.7.3
Invalid SQL:
SELECT
gift_type.gifttypeid, gift_type.title, gift_type.description,
gift_type.image, gift_type.active, gift_type.categoryid,
gift_categories.title AS categorytitle
FROM vb_gift_type
LEFT JOIN vb_gift_categories AS gift_categories ON gift_type.categoryid = gift_categories.categoryid
ORDER BY categoryid DESC;
MySQL Error : Table '******_db.vb_gift_type' doesn't exist
Read the note on the install instructions on this thread, sorry at this time it wont install if you have a table prefix.
Jeordie015
09-03-2008, 01:49 AM
With vbcredits it would be great!
Or even real money like facebook does it. Like have some free ones and some that cost $1.
for those with prefix : you might be able to hard code the database name (yourself) in the files (php and product)
Thats one alternative
Sorry, I don't know how to do this, I think christian8a (https://vborg.vbsupport.ru/member.php?u=200710) can do it better.
christian8a (https://vborg.vbsupport.ru/member.php?u=200710) please provide a fixed version for those with prefix.
RedTrinity
09-03-2008, 10:15 AM
So doesn't work for me, as my config.php file has a table prefix.
Please provide a fixed verson for this issue also.
thanks.
I 2nd this motion. I am very interested in this hack but my forum has a table prefix too, being that it was originally converted from PHPBB3 software.
Hoping a universal version is released soon.
RedeemedWarrior
09-03-2008, 10:34 AM
I imagine someone with the time to do it would find it an easy fix.
apiasto
09-03-2008, 10:55 AM
ya i think it will be good to have it if it works with prefix
I think this is the fix for the table prefixes. I can't test it as my board doesn't use table prefixes, but it should work.
It adds the table prefixes to the install/uninstall code, so you should probably uninstall the old product first, before you install this one.
As far as I can see, table prefixes are already used everywhere else, it's just in the install/uninstall code that they're missing.
*EDIT* - There's still an error with lists (see below), so please wait until I can fix the error before installing.
RedeemedWarrior
09-03-2008, 12:15 PM
I'll try it on my testvb
Vinyljunky
09-03-2008, 12:40 PM
Is there anyway of integrating this with vbcredits?
I'd also love to use this with VBCredits :up:
RedeemedWarrior
09-03-2008, 12:43 PM
caused database error's when viewing lists, yet not for adding items
caused database error's when viewing lists, yet not for adding items
Can you post them here? Thanks. I most probably missed a table prefix somewhere.
i have two links in member profile - left is " send to yourself " and right " my gifts" ?
some help
regards
macc
i found ... solution but when i write some text ...i see only ????
macc
on profile info ... mygifts i see ???? that comes from here:
<td class="alt2" height="60"><div class="smallfont"><span class="time">$vbphrase[gift_note]</span> <if condition="$gift[comment]">$gift[comment]<else />???</if> </div></td>
it is in templete gifts_list_bit and viewable when you click to "view all gifts"!
is it ok or something must be chaged to see message there??
regards
macc
RedeemedWarrior
09-03-2008, 03:50 PM
MySQL Error : Unknown column 'gift_categories.title' in 'field list'
Error Number : 1054
Request Date : Wednesday, September 3rd 2008 @ 02:20:46 PM
Error Date : Wednesday, September 3rd 2008 @ 02:20:47 PM
Script :/admincp/gifts.php?do=listcategories
christian8a
09-03-2008, 05:12 PM
Thanx R-D
When you find the fix for the table prefix let me know so we add it to the original file also.
macc
Those ??? are for when they dont write a gift public note, some of them just write a private message with it.
On your profile you will find those 2 links "Send gift to yourself" and "My gifts"
On others profiles you will see "Send gifts" and "view all"
do not understand those ??? - i write private message and that come in view gifts - but no message (same in priv. and public messages) - diffrence is private messages (to user who recived giftes - can read messages post in gifts)
reg
macc
can i put some another instead ??? in template ?
christian8a
09-03-2008, 06:55 PM
do not understand those ??? - i write private message and that come in view gifts - but no message (same in priv. and public messages) - diffrence is private messages (to user who recived giftes - can read messages post in gifts)
reg
macc
can i put some another instead ??? in template ?
If it doesnt show up for some reason, yea you can change those ???
exactly where you said where it came from just change it
i mean in private messages you can read message but not in gifts messages( public or privat)
what i can put there instead ???
some sugestions?
and also you are not updated you mod with those templates (bitfiled) - i copied from posts here !
reg
macc
Rene Kriest
09-03-2008, 07:36 PM
Wow, that addon really grabbed my attention! I'll give it a try. :)
christian8a
09-04-2008, 06:37 AM
i mean in private messages you can read message but not in gifts messages( public or privat)
what i can put there instead ???
some sugestions?
and also you are not updated you mod with those templates (bitfiled) - i copied from posts here !
reg
macc
I really dont get why the problem man, I am using 3.7.0 and what I installed is what you have installed, and mine works perfect, sorry if for other mods you have it might act weird but, I dont know exactly what could cause that :(
popular
09-04-2008, 01:47 PM
works for me with 3.7.3 (although i had to custom edit the layouts to get it to look right) , would be nice if we could restrict sending gifts to once a week or something or require it to have a certain amount of posts like 1000 to be able to send 1 gift otherwise its kinda meaningless.
NoDRaC
09-04-2008, 08:23 PM
how can we do this in default thema it brakes default memberinfo template
christian8a
09-04-2008, 09:27 PM
how can we do this in default thema it brakes default memberinfo template
If you put it on the side blocks or in the tabs
katie hunter
09-05-2008, 01:54 AM
Hi Chris!
Does this addon works with regular skins other then the facebook style *-* ?
P.s what do you mean by this as well ?
This product will not install properly if you have set a table prefix for your site. Please double check.
If everything is ok, proceed
christian8a
09-05-2008, 02:44 AM
Hi Chris!
Does this addon works with regular skins other then the facebook style *-* ?
P.s what do you mean by this as well ?
Yea on the member info under the tabs you can add it somewhere there or on the side column.
The table prefix if you didnt set one dont worry about it, if you did at this time it wont work.
If you have no idea what it is and you installed your vb yourself just try installing it, it should work
katie hunter
09-05-2008, 04:52 PM
Yea on the member info under the tabs you can add it somewhere there or on the side column.
The table prefix if you didnt set one dont worry about it, if you did at this time it wont work.
If you have no idea what it is and you installed your vb yourself just try installing it, it should work
Can u post an example of your modification working on the side column ? the code i mean, so i wouldn't mess it up, i have 7 skins on my site ;s
so for example where would i past this ?
$blocks[gifts]
dtv100
09-05-2008, 05:00 PM
when I enter $blocks[gifts] it freeze all the others tabs.
aryshi
09-05-2008, 07:27 PM
when I enter $blocks[gifts] it freeze all the others tabs.
i have same problem ?
katie hunter
09-05-2008, 08:10 PM
I will just wait till i see a better version ;l too many bugs
christian8a
09-06-2008, 03:35 AM
when I enter $blocks[gifts] it freeze all the others tabs.
i have same problem ?
I will just wait till i see a better version ;l too many bugs
The idea of the gifts block is to display right on the profile page, not the tabs, the way facebook does, if it messes up the tabs then the only option would be to put it on the side column or on top of the tabs like ....
templates >> memberinfo
find:
<!-- / contact popup menu -->
</div>
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
<script type="text/javascript">
<!--
vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "»", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
//-->
</script>
And add it right here:
<!-- / contact popup menu -->
</div>
$blocks[gifts]
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
<script type="text/javascript">
<!--
vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "»", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
//-->
</script>
nightbloom
09-06-2008, 03:49 AM
I added mine to that side column no problem. ^^
<div id="sidebar_container">
<!-- sidebar -->
$template_hook[profile_right_first]
$blocks[stats_mini]
$blocks[youtube]
$blocks[gifts]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
$template_hook[profile_right_last]
<!-- / sidebar -->
I had to reduce the number of gifts shown to 3 per row, 2 rows to make it fit properly. Ive experimented putting it in different places but I fiund the side column was the best place for my layout. The lovely thing about those blocks is you can rearrange them however you want pretty easily.
TimberFloorAu
09-06-2008, 04:22 AM
Hmmm.. Reserved.
Just uploaded and Installed, inc template edit. Clicked on a username, :call to undefined function mysql crapped itself.
Uninstalled, will watch and wait :)
christian8a
09-06-2008, 06:55 AM
I added mine to that side column no problem. ^^
<div id="sidebar_container">
<!-- sidebar -->
$template_hook[profile_right_first]
$blocks[stats_mini]
$blocks[youtube]
$blocks[gifts]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
$template_hook[profile_right_last]
<!-- / sidebar -->
I had to reduce the number of gifts shown to 3 per row, 2 rows to make it fit properly. Ive experimented putting it in different places but I fiund the side column was the best place for my layout. The lovely thing about those blocks is you can rearrange them however you want pretty easily.
Yea thats how I had it before, I put 2 columns and a total of 6 gifts to display :)
glad you figured it out and worked for you ;)
Chadi
09-07-2008, 01:39 AM
Set your values on your admin cp options.Option does not exist.
Set your settings on the admin cp
Add gifts as follows:
example:
-Name of the gift: Beer
-Description of gift: Beer in a glass
-Choose category: drinks
-enter url (images/gifts/drinks/4873992.gif)
Also does not exist.
katie hunter
09-07-2008, 04:35 AM
I am facing 2 issues after installing it everything looks fine
But first i don't have the permission to send gifts, i also don't see the gift tab in the admin cp
https://vborg.vbsupport.ru/attachment.php?attachmentid=86452&d=1220348149
and i don't see this in the usergroups
https://vborg.vbsupport.ru/attachment.php?attachmentid=86454&d=1220348426
Why is that ? I have vb 3.7.3 btw
Option does not exist.
Also does not exist.
Same here i don't see the gift option in my admin cp, the one that is under the users tab, doesn't exist
christian8a
09-07-2008, 06:34 AM
I am facing 2 issues after installing it everything looks fine
But first i don't have the permission to send gifts, i also don't see the gift tab in the admin cp
https://vborg.vbsupport.ru/attachment.php?attachmentid=86452&d=1220348149
and i don't see this in the usergroups
https://vborg.vbsupport.ru/attachment.php?attachmentid=86454&d=1220348426
Why is that ? I have vb 3.7.3 btw
Same here i don't see the gift option in my admin cp, the one that is under the users tab, doesn't exist
Download the file again, that bug was fixed 2 days ago :up:
katie hunter
09-07-2008, 06:38 AM
I did download that file today =s u sure u didn't upload the same file ? i will download it again though.
Edit: installed it again but still i don't see the gift tab. I also saw the the edit you made 2 days ago
https://vborg.vbsupport.ru/showpost.php?p=1613012&postcount=32
but still that didn't solve the issue, the gift tab doesn't show for me ;l
This doesn't show in my admin cp
https://vborg.vbsupport.ru/attachment.php?attachmentid=86452&d=1220348149
may be it has to do with this ?
This product will not install properly if you have set a table prefix for your site. Please double check.
If everything is ok, proceed
but i don't know what did you mean by a "set table prefix"
hobsdv
09-07-2008, 10:51 AM
installed working fine
great mod thanks
Chadi
09-07-2008, 01:34 PM
This product will not install properly if you have set a table prefix for your site.
First time I've ever heard such a strange thing for a mod.
PossumX
09-07-2008, 02:09 PM
Is the table prefix restriction going to be fixed, or not?
aryshi
09-07-2008, 03:42 PM
christian8a
there mastik when i receve a private message about the gift
this code show in first and last private message
<!-- BEGIN TEMPLATE: gifts_pm_template -->
<!-- END TEMPLATE: gifts_pm_template -->
katie hunter
09-07-2008, 09:53 PM
I really hope a new version to fix these bug and enhance this modification more would come out , it is really nice mod if it get enhanced :3
tuankm123
09-08-2008, 04:23 PM
Great mod, my suggestion is adding a feature that allows users to use image link, not images in categories, to send as a gift
Thanks
EvilJohn
09-11-2008, 05:30 AM
I really hope a new version to fix these bug and enhance this modification more would come out , it is really nice mod if it get enhanced :3
Don't give up Katie. I had the same problems in the admin CP. Here is what I did to get it working.
Go to upload/includes/xml/bitfield_gifts and cpnav_gifts
Change this line in both documents.
<navgroups product="MYLs1_gifts"> to <navgroups product="myls1_gifts">
Then over write via FTP.
When I did this all worked fine. (Me waits on gift) LOL
Edit: Thanks for this mod BTW. How can I disable the "Send yourself a gift"
MrEyes
09-11-2008, 08:08 AM
Edit: Thanks for this mod BTW. How can I disable the "Send yourself a gift"
+1 on both counts ;)
I have also come across an interesting feature:
When I add "$blocks[gifts]" to the MEMBERINFO template the profile tabs are broken and do not display
EvilJohn
09-11-2008, 08:56 AM
This works the best! It does not break this way!
</div>
$blocks[gifts]
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
Boosted Panda
09-11-2008, 05:46 PM
Have mine working with my custom profile layout!
apiasto
09-11-2008, 07:58 PM
any idea any one if it will be fixed to work with table prefix
christian8a
09-11-2008, 09:11 PM
EvilJohn thanx for helping other members :up: and glad that you got it working fine.
I dont know when we will be able to fix the table prefix, hopefully soon.
To disable the send yourself a gift just edit the gifts template on the memberinfo templates menu. Look for the letters send yourself a gift and delete them witht he url that is wrapping them.
DS MrSinister
09-11-2008, 11:11 PM
last problem i can't figure out.
List of Gifts admin side will show this error
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT
gift_type.gifttypeid, gift_type.title, gift_type.description,
gift_type.image, gift_type.active, gift_type.categoryid,
gift_categories.title AS categorytitle
FROM prefix_gift_type
LEFT JOIN prefix_gift_categories AS gift_categories ON gift_type.categoryid = gift_categories.categoryid
ORDER BY categoryid DESC;
MySQL Error : Unknown column 'gift_type.gifttypeid' in 'field list'
Error Number : 1054
EvilJohn
09-12-2008, 08:56 AM
EvilJohn thanx for helping other members :up: and glad that you got it working fine.
I dont know when we will be able to fix the table prefix, hopefully soon.
To disable the send yourself a gift just edit the gifts template on the memberinfo templates menu. Look for the letters send yourself a gift and delete them witht he url that is wrapping them.
Thanks! :)
katie hunter
09-12-2008, 01:20 PM
Don't give up Katie. I had the same problems in the admin CP. Here is what I did to get it working.
Go to upload/includes/xml/bitfield_gifts and cpnav_gifts
Change this line in both documents.
<navgroups product="MYLs1_gifts"> to <navgroups product="myls1_gifts">
Then over write via FTP.
When I did this all worked fine. (Me waits on gift) LOL
Edit: Thanks for this mod BTW. How can I disable the "Send yourself a gift"
Thanks John <3 I will try that today and see ):
Sweeks
09-12-2008, 02:05 PM
Great idea and one that id love to have, but getting database errors when enabled and inability to view users profiles.
________
Glass Pipe (http://glasspipes.net/)
I dont know when we will be able to fix the table prefix, hopefully soon.
I will wait for this.
Daisyboo
09-12-2008, 08:26 PM
Can someone explain what the table prefix means? How will I know if mine is - sorry I know its probably a basic question but hey ho!
DS MrSinister
09-12-2008, 09:06 PM
Can someone explain what the table prefix means? How will I know if mine is - sorry I know its probably a basic question but hey ho!
in your config.php file open it and look for table prefix see if you enter any info..
katie hunter
09-12-2008, 11:09 PM
How can i send gifts if i see this message =s
Niiyuka, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
nvm usergroups =]
katie hunter
09-13-2008, 12:03 AM
Hi,
I don't know if someone can fix this bug, but all the gift shows in one page =s Even if i set 12 gifts per page, that function doesn't work..
P.s actually 25 gift per page and the rest of the gift doesn't show on the next page =s
christian8a
09-13-2008, 10:55 AM
Hi,
I don't know if someone can fix this bug, but all the gift shows in one page =s Even if i set 12 gifts per page, that function doesn't work..
P.s actually 25 gift per page and the rest of the gift doesn't show on the next page =s
sweetie, sorry you are still having problems. It worked fine on other sites what makes me wonder what the issues were, I double checked the files and I think I found something that needed to be fixed so I uploaded other version, try reuploading the files and reinstalling the product by selecting overwrite file on the product/manager.
Let me know if it works ;)
EvilJohn
09-13-2008, 11:00 AM
I have two ladies on my forums who use "<3" in their user names. I receive an error when trying to send them a gift. I suggested they may want to change their user names.
BTW what did you change? May upload the fix later.
christian8a
09-13-2008, 11:04 AM
I have two ladies on my forums who use "<3" in their user names. I receive an error when trying to send them a gift. I suggested they may want to change their user names.
BTW what did you change? May upload the fix later.
There was a navigation problem on the main page where you choose the gift to send wich I uploaded a new files for it, double checked the problem with the includes/xml files.
I'm very curious as to why the newly uploaded memberinfo template suddenly includes this:
<if condition="$show['member']">!<else />! <a href="http://www.newmusicstage.com/fcb.php" class="smallfont">(Buy it now!)</a></if>
A link to your paid product is only allowed when the product is a Lite version, and even then, promotional language such as "(Buy it now!) (http://www.newmusicstage.com/fcb.php)" is not allowed in the link.
Lite versions of commercial modifications are permitted to be released here as long as:
E. A single link back to the commercial version is permitted, as long as no pricing or promotional language is used in the link or embedded into the lite version.
Daisyboo
09-13-2008, 01:16 PM
in your config.php file open it and look for table prefix see if you enter any info..
Ahh I thought it was someting like that but I assumed that all databases had a prefix...so yes I do.
Would've loved this, will have to wait I guess!
Thanks for your reply :)
DS MrSinister
09-13-2008, 01:38 PM
Ahh I thought it was someting like that but I assumed that all databases had a prefix...so yes I do.
Would've loved this, will have to wait I guess!
Thanks for your reply :)
your welcome
katie hunter
09-13-2008, 01:49 PM
sweetie, sorry you are still having problems. It worked fine on other sites what makes me wonder what the issues were, I double checked the files and I think I found something that needed to be fixed so I uploaded other version, try reuploading the files and reinstalling the product by selecting overwrite file on the product/manager.
Let me know if it works ;)
Hi Chris =) do i need to do this editing again ? why you change it to this ?
<bitfields product="cole_gifts">
Don't give up Katie. I had the same problems in the admin CP. Here is what I did to get it working.
Go to upload/includes/xml/bitfield_gifts and cpnav_gifts
Change this line in both documents.
<navgroups product="MYLs1_gifts"> to <navgroups product="myls1_gifts">
Then over write via FTP.
When I did this all worked fine. (Me waits on gift) LOL
Edit: Thanks for this mod BTW. How can I disable the "Send yourself a gift"
Chadi
09-13-2008, 03:46 PM
Is there a way to mass import (add) gifts based on folder name?
Sweeks
09-13-2008, 05:50 PM
Any ideas on when or if the table prefix bug will be fixed? I love this mod
________
Fisting Wife (http://www.++++tube.com/categories/580/wife/videos/1)
christian8a
09-13-2008, 06:56 PM
Hi Chris =) do i need to do this editing again ? why you change it to this ?
That was causing the problem, I renamed the product I forgot some files but now they are all named the same way, be sure to reupload the files not just reinstall, except for the images folder. Put overwrite when you reinstall and your settings will not change.
Is there a way to mass import (add) gifts based on folder name?
The way you add smilies, that would be nice addon, hopefully soon.
Any ideas on when or if the table prefix bug will be fixed? I love this mod
Not yet man, sorry but hopefully somebody here would get a fix for that, I just dont know how to fix that.
katie hunter
09-13-2008, 08:35 PM
Hi Chris =s this new update has more bugs then ever, first the gift are repeated twice in my profile, and let say you have 24 gifts in one category, only 20 of them will show.
p.s i had two gift xml in my product, it wasn't one ( i mean it didn't overwrite) it added anew xml product , i had to restore my forum because that new one caused db error in my admin cp =/
EvilJohn
09-13-2008, 10:34 PM
I'm very curious as to why the newly uploaded memberinfo template suddenly includes this:
<if condition="$show['member']">!<else />! <a href="http://www.newmusicstage.com/fcb.php" class="smallfont">(Buy it now!)</a></if>
A link to your paid product is only allowed when the product is a Lite version, and even then, promotional language such as "(Buy it now!) (http://www.newmusicstage.com/fcb.php)" is not allowed in the link.
I know this mod was for sale at one time. He has now released it for free. So just an oversight on his part.
christian8a
09-14-2008, 04:47 AM
Hi Chris =s this new update has more bugs then ever, first the gift are repeated twice in my profile, and let say you have 24 gifts in one category, only 20 of them will show.
p.s i had two gift xml in my product, it wasn't one ( i mean it didn't overwrite) it added anew xml product , i had to restore my forum because that new one caused db error in my admin cp =/
Sorry to hear that, there are no bugs, in your case it might just got mixed with the other one. Please keep in mind that everytime you install a product you should use a test forum, untill it works perfectly you use it on your main site, by experience I tell you this :)
Did you try, uninstalling both, and reinstalling the new one, with its new files uploaded?
R-D if you are very curios about why, is because some after some people having problems with the one I installed on my site, I went over and exported the actual one that I have on my site wich had that link, theres no more sale for that product so I could care less about a promotional link there.
Instead because of you I added now a credit link (wich is allowed), for a bit of appreciation of our work ;) so make sure you add it if you use the product, thanx.
EvilJohn
09-14-2008, 08:44 AM
LOL Haa Thanks R-D :D I knew, I like you for some reason christian8a. Personal I have no need to update. LOL
katie hunter
09-14-2008, 07:13 PM
Sorry to hear that, there are no bugs, in your case it might just got mixed with the other one. Please keep in mind that everytime you install a product you should use a test forum, untill it works perfectly you use it on your main site, by experience I tell you this :)
Did you try, uninstalling both, and reinstalling the new one, with its new files uploaded?
R-D if you are very curios about why, is because some after some people having problems with the one I installed on my site, I went over and exported the actual one that I have on my site wich had that link, theres no more sale for that product so I could care less about a promotional link there.
Instead because of you I added now a credit link (wich is allowed), for a bit of appreciation of our work ;) so make sure you add it if you use the product, thanx.
well.. All i did was upload the new files to the ftp and imported the xml, after i did that, the old xml wasn't overwrite, so i had, 2 xml for gift, and when i looked at the profile, all my gifts was repeated twice, and the category didn't show all the gifts i have, only 20 of them.
I restored my forum with a recent back up though :3
EvilJohn
09-14-2008, 08:08 PM
One thing I did that may help you lady. Rather than have a lot of gifts in one category, or a few categories. I created a lot of categories with about 5 or so gifts in each. Everything is working fine for me. My users are in love with the gifts mod.
My categories: animals, artist, balloons, drinks, evil, flowers, food, love, musical, sexy.
Has anyone tried an animated gif?
Chadi
09-15-2008, 12:43 AM
A changelog would be nice.
christian8a
09-15-2008, 12:49 AM
One thing I did that may help you lady. Rather than have a lot of gifts in one category, or a few categories. I created a lot of categories with about 5 or so gifts in each. Everything is working fine for me. My users are in love with the gifts mod.
My categories: animals, artist, balloons, drinks, evil, flowers, food, love, musical, sexy.
Has anyone tried an animated gif?
Yea man it works, try with .gif or animated .gif .png .jpeg .bmp
TheSupportForum
09-15-2008, 08:43 AM
this does not work for 3.7.3, it messes with the tabs after you place the
$blocks[gifts] in
please can this be sorted out for this version this mod should otherwise be put ino the graveyard until it is sorted
christian8a
09-15-2008, 11:21 AM
this does not work for 3.7.3, it messes with the tabs after you place the
$blocks[gifts] in
please can this be sorted out for this version this mod should otherwise be put ino the graveyard until it is sorted
It should be put on top of the tabs man, somebody already said that. Is not intended to be inside the tabs anyway
dartho
09-15-2008, 12:59 PM
I have two ladies on my forums who use "<3" in their user names. I receive an error when trying to send them a gift. I suggested they may want to change their user names.
To fix this, open gifts.php in your forum root and search for
$pm->set_recipients($recipient['username'], $do);
and replace with
$pm->set_recipients(html_entity_decode($recipient['username']), $doit);
I also modified it an integrated with vbookie so members buy the gifts as opposed to just give them out for free. Probably easy to do this with any other cash system which has a column off the user table.
TNCclubman
09-15-2008, 01:22 PM
Is vbcredits the number 1 cash system for vb? How about making it work for that? vbookie doesnt work for vb 3.7
TNCclubman
09-15-2008, 09:36 PM
I downloaded version 1.0 (same as above last week... But has the file been re-uploaded with changes since then?
xxalexkimxx
09-15-2008, 11:11 PM
hahah can i have my money back lol? jk
EvilJohn
09-16-2008, 03:54 AM
To fix this, open gifts.php in your forum root and search for
$pm->set_recipients($recipient['username'], $do);
and replace with
$pm->set_recipients(html_entity_decode($recipient['username']), $doit);
I also modified it an integrated with vbookie so members buy the gifts as opposed to just give them out for free. Probably easy to do this with any other cash system which has a column off the user table.
Thank you sir! Works perfect. :)
MissKalunji
09-16-2008, 04:10 AM
To fix this, open gifts.php in your forum root and search for
$pm->set_recipients($recipient['username'], $do);
and replace with
$pm->set_recipients(html_entity_decode($recipient['username']), $doit);
I also modified it an integrated with vbookie so members buy the gifts as opposed to just give them out for free. Probably easy to do this with any other cash system which has a column off the user table.
may i ask how?
MissKalunji
09-16-2008, 04:29 AM
this does not work for 3.7.3, it messes with the tabs after you place the
$blocks[gifts] in
please can this be sorted out for this version this mod should otherwise be put ino the graveyard until it is sorted
If you want it in the "block" a simple plugin would do
It should be put on top of the tabs man, somebody already said that. Is not intended to be inside the tabs anyway
you should perhaps edit your "instructions.txt" cause that's what it says.
EvilJohn
09-16-2008, 05:36 AM
If you want it in the "block" a simple plugin would do
you should perhaps edit your "instructions.txt" cause that's what it says.
You have to understand this mod was intended to be an add on.
See here:
https://vborg.vbsupport.ru/showthread.php?t=184175&highlight=gifts
ssandgirls
09-16-2008, 06:18 AM
The link for demo in the initial post has taken me to a car forum....
Where could I see a demo of this mod?
Many thanks
dartho
09-16-2008, 08:13 AM
the car forum had a link in the opening block:
http://www.myls1.com/images/misc/icons/profile.gif Profile (Demo) (http://www.myls1.com/member.php?u=1)
Click Demo to see ...
DS MrSinister
09-16-2008, 01:56 PM
can someone else test this to see if i fix the problem of table prefix..
MissKalunji
09-16-2008, 02:08 PM
You have to understand this mod was intended to be an add on.
See here:
https://vborg.vbsupport.ru/showthread.php?t=184175&highlight=gifts
oh i know :) i'm just saying adding the instruction IF you're not using the style that's all
can someone else test this to see if i fix the problem of table prefix..
Yes, its working fine with table prefix database.
Good Job buddy :)
Look at the screen shot bellow, its highlighting some areas of gifts page template, it should be fixed and more clean just like default vb templates, thanks.
Chadi
09-16-2008, 09:40 PM
I'm not understanding the lack of changelog. How are we to know what the changes are on the new updates? Please consider proving changelogs.
TNCclubman
09-16-2008, 10:57 PM
whats worse is I dont know if I downloaded the latest version... it always says gifts 1.0 but changes have been made and its been re-uploaded
christian8a
09-16-2008, 11:07 PM
I'm not understanding the lack of changelog. How are we to know what the changes are on the new updates? Please consider proving changelogs.
When I update something you will know what I did, when somebody else adds something or helps fixing a problem please read what was it about or ask them, I dont support that man, sorry.
DS MrSinister
09-17-2008, 12:07 AM
Yes, its working fine with table prefix database.
Good Job buddy :)
Thanks!
apiasto
09-17-2008, 12:13 AM
Look at the screen shot bellow, its highlighting some areas of gifts page template, it should be fixed and more clean just like default vb templates, thanks.
you lucky atleast you got this much lol
DS MrSinister
09-17-2008, 12:23 AM
you lucky atleast you got this much lol
If you are using table prefix go here..
https://vborg.vbsupport.ru/showpost.php?p=1623365&postcount=128
apiasto
09-17-2008, 11:22 AM
If you are using table prefix go here..
https://vborg.vbsupport.ru/showpost.php?p=1623365&postcount=128
it is working fine,thnx.you are the man:up:
Chadi
09-17-2008, 04:38 PM
When I update something you will know what I did, when somebody else adds something or helps fixing a problem please read what was it about or ask them, I dont support that man, sorry.
This does not make sense. How should I know what you did, or anyone here know for that matter? Even your version number has not changed at all. What's the big deal in providing a changelog like every other modder on this forum? I don't quite understand, but your choice.
TNCclubman
09-17-2008, 07:53 PM
The universal way to let us know what you did would be to for example put "Gifts 1.01" right on top of the page...
Its said 1.00 since the begining and you've uploaded 'fixed' versions several times already...
Thats why I have no idea if I have the latest version downloaded or not...
DS MrSinister
09-17-2008, 08:06 PM
it is working fine,thnx.you are the man:up:
your very welcome....
TNCclubman
09-18-2008, 03:49 AM
can we get this mod to display a block with 'new' gifts on everyone's profile when they log in when a new gift is created? Or some other way to let people know when a new gift is made? maybe a pm?
________________________________________
nevermind, I'll just get a sticky post made in the forum that I'll constantly update with a new post when a new gift is launched...
MissKalunji
09-18-2008, 09:49 PM
Here's One Template that you are missing (when there is no gift in a category) i've added it. for those who care
gifts_add_no_gifts
<td width="$width" class="alt1" align="center" valign="bottom">
<span><b>
There Is Currently no Gift In This Category
</b></span><br /></td>
Second There was about 5 templates uncached i dont remember each but here's the full list (so far) you can add the ones you are missing to the products.
Gifts Memberlist Cache
$globaltemplates[] = 'memberinfo_block_gifts';
$globaltemplates[] = 'gifts_list_row_start';
$globaltemplates[] = 'gifts_members_list_bit';
$globaltemplates[] = 'gifts_list_row_break';
$globaltemplates[] = 'gifts_list_member_nogifts';
$globaltemplates[] = 'gifts_list_nogifts';
$globaltemplates[] = 'gifts_add_category_select';
$globaltemplates[] = 'gifts_add_no_gifts';
Daisyboo
09-19-2008, 08:39 PM
If you are using table prefix go here..
https://vborg.vbsupport.ru/showpost.php?p=1623365&postcount=128
Thank you!! Works fine for me *yay*
DS MrSinister
09-19-2008, 08:47 PM
Thank you!! Works fine for me *yay*
Your Welcome!
carlosacgj
09-19-2008, 10:06 PM
what change on this new vercion?
christian8a
09-19-2008, 11:27 PM
what change on this new vercion?
Only if you are using a Table Prefix, now you are able to install it. No major changes to it except for a fix.
Moyses
09-20-2008, 01:47 AM
I have a question: (see the screenshot) how can I get that in my forums? :erm::confused: so this addon is not included? :erm: (I'm talking about postbits)
Daisyboo
09-20-2008, 08:19 AM
How can I change the wording in the pm that members get?
Thanks :)
DS MrSinister
09-20-2008, 12:13 PM
How can I change the wording in the pm that members get?
Thanks :)
Need to edit the gifts_pm_template...
Daisyboo
09-20-2008, 02:23 PM
Thank you!
RedeemedWarrior
09-21-2008, 11:53 AM
Fatal error: Cannot use object of type vB_DataManager_PM as array in ********/forums/includes/class_bbcode.php(344) : eval()'d code on line 29
only happens when trying to gift new members or non staff
Chadi
09-22-2008, 12:40 PM
This mod is completely a waste of time to be honest.
No changelog - instead the author says
When I update something you will know what I did, when somebody else adds something or helps fixing a problem please read what was it about or ask them, I dont support that man, sorry.
Absolutely amazing. Somehow, miraculously we'll know the changes.
Plugin still shows version 0.6 instead of 1.01
Impossible to import / add multiple images at once. Do you sit there adding one image at a time then?
Sorry, but its not worth the time.
With the author's lack of changelog and carefulness, this mod may do more damage than good in the long run.
MissKalunji
09-22-2008, 03:12 PM
This mod is completely a waste of time to be honest.
No changelog - instead the author says
Absolutely amazing. Somehow, miraculously we'll know the changes.
Plugin still shows version 0.6 instead of 1.01
Impossible to import / add multiple images at once. Do you sit there adding one image at a time then?
Sorry, but its not worth the time.
With the author's lack of changelog and carefulness, this mod may do more damage than good in the long run.
He gave you a SAMPLE you make it what you want....test it out add whatever you want etc....a lot of mod don't come all prepared and ready...you can even hire people to add things that you want so i wouldn't call it a "waste" a time i rarely update mods cause i usually mod them so much that it's more work to upgrade then to leave it.
and if someone wants they can make a changelog themselves....and share it with others. He did mention in the FIRST thread what he changed along the versions
TNCclubman
09-22-2008, 04:43 PM
This is hardly a waste of time. It really is amazing. I and all my members love it. Who cares if you upload 1 at a time. You only have to do it once, and the odd time when a new gift is added.
Keep up the great work Chris!
christian8a
09-22-2008, 08:22 PM
This mod is completely a waste of time to be honest.
No changelog - instead the author says
Absolutely amazing. Somehow, miraculously we'll know the changes.
Plugin still shows version 0.6 instead of 1.01
Impossible to import / add multiple images at once. Do you sit there adding one image at a time then?
Sorry, but its not worth the time.
With the author's lack of changelog and carefulness, this mod may do more damage than good in the long run.
Then man, DONT USE IT !!!!! , simple, but dont come here and write crap about everything.
This is hardly a waste of time. It really is amazing. I and all my members love it. Who cares if you upload 1 at a time. You only have to do it once, and the odd time when a new gift is added.
Keep up the great work Chris!
Thanx man, really appreciated.
TNCclubman
09-22-2008, 08:40 PM
Dont worry about, I personally bought vbulletin last week just to get this mod and your facebook pro theme.
You my friend, are the man!
MissKalunji
09-22-2008, 11:42 PM
Then man, DONT USE IT !!!!! , simple, but dont come here and write crap about everything.
Thanx man, really appreciated.
oh and thank you as well
speaking do you have any idea how to show the amount of gifts in postbit?
christian8a
09-23-2008, 01:26 AM
oh and thank you as well
speaking do you have any idea how to show the amount of gifts in postbit?
Yea man, add new plugin
Hook Location: showthread_postbit_create
Title: Gifts in Postbit Legacy
Execution Order: 5
Plugin PHP Code:
$num_gifts = $db->query_first("
SELECT COUNT(*)
FROM " . TABLE_PREFIX . "gifts AS gifts
WHERE recipientid = " . $post['userid']
,DBARRAY_NUM);
$post['gifts'] = $num_gifts[0];
Plugin is active: yes
Then on the postbit where you want to display it just put
(<a href="member.php?$session[sessionurl]u=$post[userid]">$post[gifts]</a>) gifts
inciarco
09-23-2008, 01:56 AM
This Mod is a Great Gift, Thank You Very Much for Sharing it. :up::up:
My Best Regards.
:)
MissKalunji
09-23-2008, 01:57 AM
^^ Thank You
edit :
Do you have any idea how to optimize the code? cause it's adding 14 queries to showthread
TNCclubman
09-24-2008, 02:09 AM
when we upgrade vbulletin, does the gift module have to be re-installed? whats the procedure...
sorry just bought vbulletin
compact123
09-26-2008, 12:33 AM
Super be mod. Thanx sir.
DS MrSinister
09-26-2008, 11:21 AM
this product file contains the missing template called gifts_add_no_gifts . thanks to MissKalunji . i also added that you don't need to make any template edits. it will add memberinfo edit and the postbit edit..
feel free to add it to the main zip file..
Vinyljunky
09-26-2008, 12:54 PM
Can we charge VBCredits for the gifts?
Thanks
VJ
TNCclubman
09-26-2008, 12:54 PM
Is it possible to add a feature to this?
Like limit the amount of gifts to a set number, once that amount of people download it, it becomes unavailable?
Like limited amount 1,000 total of a given gift?
2nd feature,
Limit the giving of gifts to 1 every 100 posts... tie it to posts...
Vinyljunky
09-26-2008, 01:36 PM
Is it possible to add a feature to this?
Like limit the amount of gifts to a set number, once that amount of people download it, it becomes unavailable?
Like limited amount 1,000 total of a given gift?
2nd feature,
Limit the giving of gifts to 1 every 100 posts... tie it to posts...
I like those ideas:up: We could do that if we could charge VBCredits for each gift :o
TNCclubman
09-27-2008, 01:52 PM
This is definitely my favorite mod and our members love it! Hopefully Christian keeps coming out with new features to it.
Vinyljunky
10-02-2008, 11:23 AM
<font size="3">FEATURE REQUEST</font>
Can this be made to use VBCredits? what I mean is charge for buying/sending gifts
Thanks
VJ...
christian8a
10-03-2008, 05:56 AM
This is definitely my favorite mod and our members love it! Hopefully Christian keeps coming out with new features to it.
We will man ;)
I dont know what is vbcredits or how it works, but this product itself can be upgraded and allowing members to buy gifts, hopefully soon we will add that feature.
TNCclubman
10-03-2008, 07:53 PM
maybe tie it to 'reputation' that comes with vbulletin by default...
i cant get this working.
pls guide. when i click the send gift. it give me the permission errors. tks
DS MrSinister
10-04-2008, 12:35 PM
sounds like you did not set the user permissions.. i would double check the each user group and make sure you have them set correctly.
sounds like you did not set the user permissions.. i would double check the each user group and make sure you have them set correctly.
thank you.:)
solboy
10-05-2008, 11:49 PM
works great on vb 3.7.3. Only need a mass import feature now.
christian8a
10-07-2008, 06:53 AM
works great on vb 3.7.3. Only need a mass import feature now.
Mass import is needed, hopefully soon we can get that done
Sweeks
10-07-2008, 06:37 PM
How about an automatic gift from x member (probably admin) upon registration ;) keep this updated our members love it. Thank you very much!
________
Universal health warehouse (http://uhwh.com/)
Forum Lover
10-07-2008, 06:57 PM
Tagged at this moment and waiting most eagerly to see the update to lcik "Installed". :)
TNCclubman
10-07-2008, 07:06 PM
works great on vb 3.7.3. Only need a mass import feature now.
mass import of what?
Sweeks
10-07-2008, 11:13 PM
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT COUNT(*)
FROM gifts AS gifts
WHERE recipientid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Tuesday, October 7th 2008 @ 07:06:47 PM
Error Date : Tuesday, October 7th 2008 @ 07:06:47 PM
Please help fix this. It is showing when a member clicks another page like next page.
Thank you if you can help me
________
T350 (http://www.cyclechaos.com/wiki/Suzuki_T350)
Sweeks
10-07-2008, 11:23 PM
Ive turned off the system temporarily until the db error is able to be fixed. Please help. Thanks
________
VAPOR AIR ONE (http://vaporizer.org)
christian8a
10-08-2008, 02:49 AM
I havent seen that problem before, have you tried reinstalling it?
Sweeks
10-08-2008, 08:09 AM
Well I am doing another install today. I used the code you gave someone for a plugin earlier in this thread so it may be that but I didnt think of that and removed the whole add on aswell as over 200 gifts :(
I am reinstalling now and I will let you know if we get the same errors at all.
Thank you
________
Fisting Pussy (http://www.++++tube.com/categories/577/pussy/videos/1)
crkgb
10-08-2008, 10:29 AM
What is the difference between this mod and the $35 one?
dartho
10-08-2008, 11:02 AM
a $35 discount ...
Sweeks
10-10-2008, 01:50 PM
Working now perfectly, make sure you remove the plugin for the postbit or fix it as that caused the DB error.
Any chance in the future people can upload their own gifts? my members want this
________
Motorcycle tires (http://www.motorcycle-tech.com/tires/motorcycle-tires)
DS MrSinister
10-11-2008, 02:04 AM
J12610AFE2D3
which product file did you install?
also do you have table prefix?
solboy
10-11-2008, 02:28 AM
Mass import is needed, hopefully soon we can get that done
Yeah or a feature where members can upload their own set of gifts. That would be good also.
solboy
10-11-2008, 02:29 AM
mass import of what?
Gifts into the system.
Sweeks
10-11-2008, 04:31 PM
J12610AFE2D3
which product file did you install?
also do you have table prefix?
I used the original product file from the coder and no I dont have a table prefix :)
I think what was causing the problem was a plugin the coder wrote earlier in this thread for the postbit display of gift count.
What it was causing was for certain pages from threads to throw up a DB error. It didnt affect all of them only a few.
________
++++stube (http://www.++++tube.com/)
christian8a
10-12-2008, 11:22 AM
I used the original product file from the coder and no I dont have a table prefix :)
I think what was causing the problem was a plugin the coder wrote earlier in this thread for the postbit display of gift count.
What it was causing was for certain pages from threads to throw up a DB error. It didnt affect all of them only a few.
Thats weird, I never had that problem :confused:
christian8a
10-12-2008, 11:52 PM
What is the difference between this mod and the $35 one?
Free for all the members on here and with a valid vbulletin license.
DS MrSinister
10-13-2008, 01:20 AM
J12610AFE2D3
see if this one any better for you ...........
https://vborg.vbsupport.ru/showpost.php?p=1630825&postcount=164
ShawneyJ
10-13-2008, 01:28 AM
Excellent, would be great for more gifts but thanks ;)
7lanet
10-18-2008, 08:42 PM
please add gifts in post
$post[gifts]
put the same blocks in Memberinfo
christian8a
10-21-2008, 12:07 PM
please add gifts in post
$post[gifts]
put the same blocks in Memberinfo
what do you mean
christian8a
10-24-2008, 11:40 AM
Excellent, would be great for more gifts but thanks ;)
Yep, soon ;)
MissKalunji
10-24-2008, 06:40 PM
the memberinfo block template has a link to your website when someone isn't logged in can i remove it?
Miknan
11-04-2008, 02:17 PM
This is what I get when I try to send a gift or view gifts:
Val, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
No problems to this point, great mod by the way! So how do I give permissions?
Cobra-J82
11-04-2008, 08:41 PM
Table Prefix is Fixed
Permissions is given from the Usergroup admincp link
More gifts can be downloaded from facebook as .png which wil give better quality images muhaha
I purchaced this hack like 2 months ago I guess
Never had a problem
but make sure if you have diferent template to include the gifts in the template images folder.
If you have problem with the $postbit
---
You have to add a new plugin to display gifts on the postbit legacy...
Hook Location: showthread_postbit_create
Title: Gifts in Postbit Legacy
Execution Order: 5
Plugin PHP Code:
$num_gifts = $db->query_first("
SELECT COUNT(*)
FROM " . TABLE_PREFIX . "gifts AS gifts
WHERE recipientid = " . $post['userid']
,DBARRAY_NUM);
$post['gifts'] = $num_gifts[0];
Plugin is active: yes
Then on the postbit where you want to display it just put
(<a href="member.php?$session[sessionurl]u=$post[userid]">$post[gifts]</a>) gifts
---
Cheers Christian love ur work
hope you can create more of facebook stuff for vb
Cobra-J82
11-04-2008, 08:45 PM
But one question this is the same version 0.6 yea?
Miknan
11-05-2008, 11:54 AM
I tried to give permission in the usergroup but I'm confused as to what permission I need to check or whatever. Do I need to make a new usergroup or something?
Cobra-J82
11-05-2008, 01:22 PM
I tried to give permission in the usergroup but I'm confused as to what permission I need to check or whatever. Do I need to make a new usergroup or something?
Go to you AdminCp
UserGroup
UserGroup Manager
Click Edit UserGroup On Administrator and Click Go
Scroll Untill U see Gift Permissions
christian8a
11-05-2008, 05:41 PM
cheers man, hopefully soon we get more applications done. :up:
Miknan
11-05-2008, 06:27 PM
Go to you AdminCp
UserGroup
UserGroup Manager
Click Edit UserGroup On Administrator and Click Go
Scroll Untill U see Gift Permissions
Thank you for all your help! I looked in the usergroup Admin and there is no gift permissions there. Does that mean somewhere along the line something didn't go right? I'm usually pretty good about figuring this stuff out but this time I'm lost! lol
Cobra-J82
11-05-2008, 07:54 PM
Thank you for all your help! I looked in the usergroup Admin and there is no gift permissions there. Does that mean somewhere along the line something didn't go right? I'm usually pretty good about figuring this stuff out but this time I'm lost! lol
well did u install the product?
if yes
then just uninstall the product and reinstall it
Miknan
11-05-2008, 08:36 PM
I went back through all the posts and found my solution! Thank you! Great mod!!!
tonyswifey
11-09-2008, 12:38 PM
*Installed*
Everything came out fine but when I do this step:
When they click on Give a gift, it will take them to a page where the categories are.
There is a category, but there are no gifts it's blank. I goofed somehow. Can someone please help me? I know it mentions go to your Admin CP to set url's for gifts, but I'm confused on this step.
smooth-c
11-09-2008, 01:24 PM
Database error in vBulletin 3.7.3:
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 vb_gifts AS gifts
LEFT JOIN vb_gift_type AS gift_type ON(gifts.gifttypeid = gift_type.gifttypeid)
WHERE recipientid = 1136
ORDER BY dateline DESC
LIMIT 4;
MySQL Error : Table 'discussdb.vb_gifts' doesn't exist
Error Number : 1146
Request Date : Sunday, November 9th 2008 @ 03:22:36 PM
Error Date : Sunday, November 9th 2008 @ 03:22:36 PM
Script : http://www.maximum-jackson.com/discussion/member.php?u=1136
Referrer : http://www.maximum-jackson.com/discussion/index.php
IP Address : xx.xx.xx.xxx
Username : smooth-c
Classname : vB_Database
MySQL Version : 5.0.45-log
Any ideas?
Ohiosweetheart
11-09-2008, 01:25 PM
Interesting! I like the option for my members to give gifts without having to install another add-on such as vbCredits and others. This is nice and simple. I'll have to try it on one of my sites.
EDIT: I see, from reading all of these posts, that getting this mod to work has been largely, a group effort. I think that acknowledgements to these contributors should be posted in the original post, Chris.
ALSO, the xml's that have been released to help enhance your mod (such as adding the gift count to postbit) should be included in the first post, so that people don't have to go through every post on the thread to find the links.
smooth-c
11-11-2008, 11:37 AM
Any support?
Prisim
11-11-2008, 02:12 PM
So wot about postbit or postbit_legacy templet
tonyswifey
11-11-2008, 04:29 PM
I really don't want to uninstall this, it was easy to do for me but I'm missing the part where you enter the url for gifts. No gifts show up when I click on category. I missed a step and want to know how to fix it so I don't have to uninstall this thing.
Thanks to anyone who can help.
DS MrSinister
11-11-2008, 08:07 PM
Database error in vBulletin 3.7.3:
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 vb_gifts AS gifts
LEFT JOIN vb_gift_type AS gift_type ON(gifts.gifttypeid = gift_type.gifttypeid)
WHERE recipientid = 1136
ORDER BY dateline DESC
LIMIT 4;
MySQL Error : Table 'discussdb.vb_gifts' doesn't exist
Error Number : 1146
Request Date : Sunday, November 9th 2008 @ 03:22:36 PM
Error Date : Sunday, November 9th 2008 @ 03:22:36 PM
Script : http://www.maximum-jackson.com/discussion/member.php?u=1136
Referrer : http://www.maximum-jackson.com/discussion/index.php
IP Address : xx.xx.xx.xxx
Username : smooth-c
Classname : vB_Database
MySQL Version : 5.0.45-log
Any ideas?
looks like you have something wrong with your tableprefix.. try this one it might help..
https://vborg.vbsupport.ru/showpost.php?p=1630825&postcount=164
I really don't want to uninstall this, it was easy to do for me but I'm missing the part where you enter the url for gifts. No gifts show up when I click on category. I missed a step and want to know how to fix it so I don't have to uninstall this thing.
Thanks to anyone who can help.
in the admincp you need to go to gifts and add a new gift. don't forget to set the usergroup Permissions for each group..
smooth-c
11-11-2008, 08:29 PM
looks like you have something wrong with your tableprefix.. try this one it might help..
https://vborg.vbsupport.ru/showpost.php?p=1630825&postcount=164
in the admincp you need to go to gifts and add a new gift. don't forget to set the usergroup Permissions for each group..I re-installed it and looked at a profile and noticed there were no errors, was about to say a massive thanks (still will hehe) but when I looked in the gift settings in the AdminCP I was confronted with these errors;
atabase error in vBulletin 3.7.3:
Invalid SQL:
SELECT
gift_categories.title, gift_categories.categoryid, gift_categories.description
FROM vb_gift_categories
ORDER BY categoryid DESC;
MySQL Error : Unknown column 'gift_categories.title' in 'field list'
Error Number : 1054
Request Date : Tuesday, November 11th 2008 @ 10:26:17 PM
Error Date : Tuesday, November 11th 2008 @ 10:26:17 PM
Script : http://www.maximum-jackson.com/discussion/admincp/gifts.php?do=listcategories
Referrer : http://www.maximum-jackson.com/discussion/admincp/index.php?do=nav
IP Address : xx.xx.xx.xxx
Username : smooth-c
Classname : vB_Database
MySQL Version : 5.0.45-log
Any help in resolving this issue would be greatly appreciated :)
Thank you very much
DS MrSinister
11-11-2008, 08:39 PM
did you downloaded the zip file from the first post? try re download the file and upload them and overwrite them see if that helps..
tonyswifey
11-11-2008, 09:32 PM
in the admincp you need to go to gifts and add a new gift. don't forget to set the usergroup Permissions for each group..
I am in the admincp and I am in user gifts and I just do not see the place to set url's and add a new gift. Sorry am I just overlooking something? and how would I Edit Usergroup Permissions for this mod? Thanks for your help!
DS MrSinister
11-12-2008, 01:18 AM
I am in the admincp and I am in user gifts and I just do not see the place to set url's and add a new gift. Sorry am I just overlooking something? and how would I Edit Usergroup Permissions for this mod? Thanks for your help!
ok for the image url'
Log in to the admincp expand the gift goto add new gift see where it says Image URL. thats where you enter the paths of the image.
for usergroup permissions login to the admincp to expand usergroup go to usergroup manager and edit each group..
Reeve of shinra
11-13-2008, 01:03 AM
Is there a way to limit the amount of gifts a user can give in a day or to a certain user?
DS MrSinister
11-13-2008, 02:13 AM
Is there a way to limit the amount of gifts a user can give in a day or to a certain user?
not yet that i know of..
Ohiosweetheart
11-13-2008, 02:58 AM
Has the mod author given up supporting this mod?
christian8a
11-13-2008, 03:22 AM
Has the mod author given up supporting this mod?
Most of the questions had been answered by DS MrSinister, I must have missed something.. sorry been busy :(
Reeve of shinra
11-13-2008, 04:20 AM
not yet that i know of..
Is there a chance this will be an option like the reputation system has? Something that says a user can only send X amount of gifts a day? I love this hack and I know people will be abusing it when I put it on my main forum if that limitation isn't there.
DS MrSinister
11-13-2008, 08:16 PM
Is there a chance this will be an option like the reputation system has? Something that says a user can only send X amount of gifts a day? I love this hack and I know people will be abusing it when I put it on my main forum if that limitation isn't there.
sorry that's out my league.. you would have to ask christian8a for that in the next release.
i hope he is taking request.
christian8a
11-13-2008, 10:16 PM
Yea, the new version will have alot of extras, but will be released for vb 3.8 I think.
Reeve of shinra
11-13-2008, 10:59 PM
Yea, the new version will have alot of extras, but will be released for vb 3.8 I think.
I know I'll be up to 3.8 very soon. Is there an ETA on this hack? I hate to pester but like I said...this is something that I know the members of the board will love. :)
vip_inc200
11-14-2008, 12:17 AM
looks cool thank you
lostguy
11-14-2008, 09:13 PM
Btw can it make show under the USERNAME fill those gift ? Maybe we can create small icon for small gift which will be locate at USERNAME spot...somewhere bottom the post count ?
I mean it will be awesome if those gift showup only bottom our Nickname...or somewhere after our avatar place ?
I kinda miss the small icon at every post we create in the forum .
Losty
lostguy
11-14-2008, 09:22 PM
Sorry my english kinda poor..maybe i just draw it LOL
https://vborg.vbsupport.ru/external/2008/11/46.jpg
It will be kewl if small gift icon show bottom there..pls can it be done ? im big fan your script
Cobra-J82
11-15-2008, 03:19 AM
U need to think about resizing ever gift u uploaded, unless auto script was mad to generate it.
lostguy
11-15-2008, 03:52 AM
U need to think about resizing ever gift u uploaded, unless auto script was mad to generate it.
Well resize those small Gift not a problem . Smaller even load faster .
christian8a
11-15-2008, 08:30 AM
Sorry my english kinda poor..maybe i just draw it LOL
https://vborg.vbsupport.ru/external/2008/11/46.jpg
It will be kewl if small gift icon show bottom there..pls can it be done ? im big fan your script
adding a plugin to display gifts there but it will look distorted, unless your gifts images are really a small fixed size
Ohiosweetheart
11-15-2008, 01:34 PM
Most of the questions had been answered by DS MrSinister, I must have missed something.. sorry been busy :(That's ok christian. I'm just hoping that you'll consider the suggestions that I made in the post below, to make it easier for your users to find the add-ons to your mod.
Interesting! I like the option for my members to give gifts without having to install another add-on such as vbCredits and others. This is nice and simple. I'll have to try it on one of my sites.
EDIT: I see, from reading all of these posts, that getting this mod to work has been largely, a group effort. I think that acknowledgements to these contributors should be posted in the original post, Chris.
ALSO, the xml's that have been released to help enhance your mod (such as adding the gift count to postbit) should be included in the first post, so that people don't have to go through every post on the thread to find the links.
lostguy
11-16-2008, 04:06 AM
I really wish the gift image / icon can be locate at the image i showed u...I got TONS this kinda small images..if u want i can email them u . Opss they already transparent
Lostguy
christian8a
11-17-2008, 08:20 AM
That's ok christian. I'm just hoping that you'll consider the suggestions that I made in the post below, to make it easier for your users to find the add-ons to your mod.
Got cha, I will go over the posting and see what to add ;)
sensimilla
11-17-2008, 12:33 PM
When i go to ADD Category i get a blank page. Any ideas ? TIA
edit: sorry ive forgot ive renamed admincp now it works fine! :)
cindy helmond
11-18-2008, 03:53 AM
Nice stuff but one question if a send a gift then i see only the subject and not the message its in the box or see only the user this ? i have not take the option private on
thx
christian8a
11-18-2008, 07:44 AM
When i go to ADD Category i get a blank page. Any ideas ? TIA
edit: sorry ive forgot ive renamed admincp now it works fine! :)
No problem ;)
Nice stuff but one question if a send a gift then i see only the subject and not the message its in the box or see only the user this ? i have not take the option private on
thx
The message area is just for Private Message, the Title would be the Public Gift description. I know it looks as if its title and subject, that will change in the next version :up:
cindy helmond
11-18-2008, 10:43 AM
No problem ;)
The message area is just for Private Message, the Title would be the Public Gift description. I know it looks as if its title and subject, that will change in the next version :up:
thx !!
RedTrinity
11-18-2008, 10:50 AM
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT COUNT(*)
FROM gifts AS gifts
WHERE recipientid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Tuesday, October 7th 2008 @ 07:06:47 PM
Error Date : Tuesday, October 7th 2008 @ 07:06:47 PM
Please help fix this. It is showing when a member clicks another page like next page.
Thank you if you can help me
I'm currently getting bombarded with this same error in numerous emails, for this add-on (https://vborg.vbsupport.ru/showpost.php?p=1628133&postcount=159). Would appreciate a fix.
Ohiosweetheart
11-18-2008, 04:00 PM
Got cha, I will go over the posting and see what to add ;)Great thanks. I'm sure the members here will appreciate seeing that postbit count xml in the first post. I really didn't want to have to wade through the thread again for it when I'm ready to install this!
I'm sure this has been asked and answered, but I'm too lazy today to look. :rolleyes:
Can you add more gift folders and gifts in them?
christian8a
11-19-2008, 05:29 AM
Yea for the next version ill add more gifts ;)
Vinyljunky
11-19-2008, 02:21 PM
Feature Request:
Can we charge for items with VBCredits?
Thanks
VJ
TNCclubman
11-21-2008, 01:36 PM
just upgraded to 3.7.4 pl1 and everything still works...
Good job!
GlamRockTalk
11-24-2008, 05:44 PM
This mod is going to be perfect for what I was looking for. I didn't want a complicated system with lots of points and credits and stuff....just something where folks can send a little 'gift' to each other. :D
My question is...looks like these images have a white background. Does anyone have them with a dark background or transparent that I could use for my site?
Cobra-J82
11-24-2008, 05:51 PM
This mod is going to be perfect for what I was looking for. I didn't want a complicated system with lots of points and credits and stuff....just something where folks can send a little 'gift' to each other. :D
My question is...looks like these images have a white background. Does anyone have them with a dark background or transparent that I could use for my site?
Go to facebook gifts and get the images from there muhaha 666
they are transperant and png high quality
GlamRockTalk
11-24-2008, 06:33 PM
Great suggestion! ;)
Thank you sir! :D
GlamRockTalk
11-24-2008, 08:33 PM
Anyone have the bottles of beer included in this mod transparent? I went to Facebook but couldn't find those beers there.
This mod is very cool...dare I say, it ROCKS! :D
Cobra-J82
11-24-2008, 09:09 PM
Well you can change background color of the bottles using photoshop if u want.
christian8a
11-24-2008, 11:05 PM
Anyone have the bottles of beer included in this mod transparent? I went to Facebook but couldn't find those beers there.
This mod is very cool...dare I say, it ROCKS! :D
Glad you like it ;)
I have a set of gifts with black background, I will include them on the new version for 3.8, but if you need them PM me an email where I can send a zip file
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.