vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - MyLs1 Gifts ( Send gifts or drinks! ) (https://vborg.vbsupport.ru/showthread.php?t=189788)

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

Quote:

Originally Posted by katie hunter (Post 1616954)
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

Quote:

Originally Posted by EvilJohn (Post 1619649)
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!

Code:

</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



Code:


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

Quote:

Originally Posted by christian8a (Post 1620132)
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

Quote:

Originally Posted by EvilJohn (Post 1619649)
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

Veer 09-12-2008 07:24 PM

Quote:

Originally Posted by christian8a (Post 1620132)
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

Quote:

Originally Posted by Daisyboo (Post 1620752)
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

Quote:

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

Quote:

Originally Posted by katie hunter (Post 1620836)
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

Quote:

Originally Posted by EvilJohn (Post 1621070)
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.

R-D 09-13-2008 01:09 PM

I'm very curious as to why the newly uploaded memberinfo template suddenly includes this:
Code:

<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!)" is not allowed in the link.

Quote:

Originally Posted by vBorg rules
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

Quote:

Originally Posted by DS MrSinister (Post 1620770)
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

Quote:

Originally Posted by Daisyboo (Post 1621173)
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

Quote:

Originally Posted by christian8a (Post 1621066)
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 ?

Quote:

<bitfields product="cole_gifts">
Quote:

Originally Posted by EvilJohn (Post 1619649)
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

christian8a 09-13-2008 06:56 PM

Quote:

Originally Posted by katie hunter (Post 1621193)
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.

Quote:

Originally Posted by chadi (Post 1621285)
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.

Quote:

Originally Posted by J12610AFE2D3 (Post 1621370)
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

Quote:

Originally Posted by R-D (Post 1621166)
I'm very curious as to why the newly uploaded memberinfo template suddenly includes this:
Code:

<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!)" 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

Quote:

Originally Posted by katie hunter (Post 1621461)
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

Quote:

Originally Posted by christian8a (Post 1621719)
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

Quote:

Originally Posted by EvilJohn (Post 1622191)
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

Quote:

Originally Posted by simonhind (Post 1622509)
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

Quote:

Originally Posted by EvilJohn (Post 1621070)
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
Code:

                $pm->set_recipients($recipient['username'], $do);
and replace with
Code:

                $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?


All times are GMT. The time now is 05:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01680 seconds
  • Memory Usage 1,854KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete