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)

Daisyboo 09-20-2008 02:23 PM

Thank you!

RedeemedWarrior 09-21-2008 11:53 AM

Quote:

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

Quote:

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

Quote:

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

Quote:

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


Quote:

Originally Posted by TNCclubman (Post 1627855)
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

Quote:

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

Quote:

Originally Posted by MissKalunji (Post 1628093)
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:
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.

:)


All times are GMT. The time now is 11:02 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.01321 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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