vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   eBay Integration Mod (https://vborg.vbsupport.ru/showthread.php?t=97450)

Tulsa 11-19-2005 05:50 PM

Ah, leaking like a sieve is it? I just have a small little place with about 1700 members doing about 250 to 300 posts a day. Not open to the general public.

Ted S 11-27-2005 03:57 AM

Ok everyone, I think I tracked down the issue... Basically it would appear the default code is calling an array that deals with the specific user (i.e. who you are logged in as) rather than the user you are looking up info on. That's why it works if you view your own auctions but not if you view them as another member who doesn't have any auctions setup.

Open up ebay_hack.xml and scroll down until you reach the member_complete hook. Look for the line:

Code:

if ($vbulletin->userinfo['field38'])
And change it to:

Code:

if ($userinfo['field38'])
Save the file and upload it.

Alternatively, if you already have this plugin installed, go to your plugin manager, locate the plugin "Ebay - Member - Bit" and make the same one line modification I just described there instead.

Hopefully that does the trick for everyone until the coder has a minute to come back and fix this up himself.

jellybaby 11-29-2005 02:12 PM

That still doesnt work for me, should it work on 3.5.1?

C.Birch 12-03-2005 01:47 PM

my users are reporting that sometimes the icon shows and then other times it dont show.

funinthesun 12-03-2005 06:37 PM

Does anyone have a screenshot?

jellybaby 12-06-2005 09:18 AM

Does anyone actually have it working

AWI 12-09-2005 05:03 AM

Installed on 3.5.2 and works fine, also added the Memberinfo add from Christianb...much thanks to you both. If I have any problems I will report.

VBUsers 12-20-2005 04:44 PM

the snipet creator link does not work and when i try to connect to the ebay link i have set in my profile it sends me to a page on my site with the link to my ebay auction. no hyperlink just the text of the url. is there a way to fix this issue? ive been trying to get this link to work but no go.

never mind i got it to work. instead of a link in your profile just put your login name and change the field in the snipet code and your good to go. if anyone needs help ill be here

kofoid 12-27-2005 06:05 PM

Why is it that only admins can see the link in the postbit?

AquilaEagle 12-27-2005 09:56 PM

Would like to see an example :)


All times are GMT. The time now is 09:36 AM.

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.01153 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_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
  • (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