vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - GamerCards Block in Profile Sidebar and Postbit (https://vborg.vbsupport.ru/showthread.php?t=232033)

Juggernaut 01-17-2010 02:41 AM

I get this error with one of my members on his xbox live postbit icon. :(

Quote:

Parse error: syntax error, unexpected T_STRING in /hermes/bosweb/web006/b60/ipg.username/includes/class_core.php(4029) : eval()'d code on line 5

BaziCenter 01-17-2010 06:39 AM

Quote:

Originally Posted by Destron (Post 1957828)
I get this error with one of my members on his xbox live postbit icon. :(


Only one has this error? can you pm me the link with this error?

ipg.username is your forum's folder name?

JVCode 01-17-2010 10:06 PM

Any more news about upcoming features/idea's ?

struff 01-18-2010 04:32 AM

I am using the default 4.0 style and I don't get any images in postbit. I verified that the image files were uploaded into the misc directory. What else can I try?

BaziCenter 01-18-2010 06:52 AM

Quote:

Originally Posted by Destron (Post 1957828)
I get this error with one of my members on his xbox live postbit icon. :(

This error occurs when the username contains ' character!

Quick fix:
in gamercard.php:
Find:
Code:

$userinfo = verify_id('user', $vbulletin->GPC['userid'], 1, 1);
Add after:
Code:

$userinfo['username'] = str_replace('\'', '\\\'', $userinfo['username']);

BaziCenter 01-18-2010 06:55 AM

Quote:

Originally Posted by JVCode (Post 1958684)
Any more news about upcoming features/idea's ?

What feature would you like to see in future release(s)?
Quote:

Originally Posted by struff (Post 1958901)
I am using the default 4.0 style and I don't get any images in postbit. I verified that the image files were uploaded into the misc directory. What else can I try?

Check the vB options -> GamerCards Block Options and see if the shows in the postbit is enabled or not.

jonty 01-18-2010 08:39 AM

Quote:

Originally Posted by BaziCenter (Post 1958966)
What feature would you like to see in future release(s)?

Leaderboards would be good :D

Used https://vborg.vbsupport.ru/showthread.php?t=139958 for 3.8 but additional platforms are something we've been looking out for. :up:

struff 01-18-2010 10:14 PM

Quote:

Originally Posted by BaziCenter (Post 1958966)

Check the vB options -> GamerCards Block Options and see if the shows in the postbit is enabled or not.


Yes, it is. And just in case something got stuck, I toggled it off and back on to see if it would help but it didn't.

Juggernaut 01-19-2010 01:44 AM

Quote:

Originally Posted by BaziCenter (Post 1958965)
This error occurs when the username contains ' character!

Quick fix:
in gamercard.php:
Find:
Code:

$userinfo = verify_id('user', $vbulletin->GPC['userid'], 1, 1);
Add after:
Code:

$userinfo['username'] = str_replace('\'', '\\\'', $userinfo['username']);

Thank you :D

BaziCenter 01-19-2010 06:10 AM

Quote:

Originally Posted by struff (Post 1959692)
Yes, it is. And just in case something got stuck, I toggled it off and back on to see if it would help but it didn't.

Did you modify your postbit template? if yes please revert it and if no then it would be good to send me your website link.


All times are GMT. The time now is 01:40 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.01555 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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