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)
-   -   Sports Team Icons v2.3 for vbBux / vbPlaza (https://vborg.vbsupport.ru/showthread.php?t=108771)

Geez 02-19-2008 10:48 AM

Quote:

Warning: require_once(/hsphere/local/home/------/the-sportszone.net/forums/includes/functions_vbplaza.php): failed to open stream: No such file or directory in /admincp/plugin.php(1970) : eval()'d code on line 177
Fatal error: require_once(): Failed opening required '/hsphere/local/home/------/the-sportszone.net/forums/includes/functions_vbplaza.php' (include_path='.:/hsphere/shared/apache/libexec/php5ext/php/') in /hsphere/local/home/------/the-sportszone.net/forums/admincp/plugin.php(1970) : eval()'d code on line 177

any suggestions?

StRiKeR035 04-28-2008 01:32 AM

Fatal error: Cannot redeclare vbplaza_calculate_post_points() (previously declared in /home/oneshoth/public_html/forum/vbplaza/functions.php:0) in /home/oneshoth/public_html/forum/includes/functions_vbplaza.php on line 175
help?

stickskills 05-08-2008 05:06 AM

Any chance of this ever coming to 3.7?

stwilson 05-16-2008 03:15 AM

3.7????? Also, any chance this could be expanded to allow for any category that matches a site, for example, car brands?

pforp 05-20-2008 02:48 PM

hello,

i was interested in having something like this for my web site, however, i do not want to install vbbux nor vbplaza (i even searched and found out they were not being offered on here anymore). could someone please recommend a 'sports icon' hack i could install that doesn't require other hacks to be installed for it to work?

also, one where the icons work on a dark as well as a light background?

i would appreciate any help.

thanks.

GraNdMaStEr-B 06-30-2008 03:13 AM

is this being made for 3.7?

PGAmerica 07-04-2008 03:15 PM

I have this installed in my vbulletin v3.7.2 system along with vbPlaza v1.6.0. I have all the images and files uploaded and have turned on the category and items in the ACP. I even purchased an item in the vbPlaza.

The problem is that it is not showing up in the postbit? I looked and saw that the postbit additions were there.

Ideas?

PGAmerica 07-07-2008 11:42 PM

Anybody? Anybody?

PGAmerica 07-11-2008 10:15 PM

Anybody supporting this at all?

PGAmerica 07-14-2008 02:59 AM

I guess this is just another unsupported hack. It sucks when a hack dies like this.

Why is this hack even here?

GraNdMaStEr-B 07-16-2008 03:46 AM

anyone gonna try and revive this hack for 3.7?

PGAmerica 08-16-2008 04:39 PM

They are selling this on their website with no support at all

pnosko31 09-28-2008 12:01 PM

I got it working with 3.7 :)

just have to do this.....


open plugins/vbplaza_postbit_imicons.php

above
Code:

?>
add

Code:

                                // Make sure the store is on
                                if ($vbulletin->options['vbplaza_enabled'] == 1)
                                {
                                        // Set it to show the icons
                                        $show['sports_icons'] = true;
                                       
                                        // Lets find and show the mlb icon
                                        if ($userinfo['mlb_icon'] != '')
                                        {
                                                $mlb .= "<img src=\"images/mlb/$userinfo[mlb_icon].gif\" alt=\"" . $userinfo[mlb_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[mlb_icon]) . "\" border=\"0\"> \n";
                                        }
                               
                                        // Lets find and show the nba icon
                                        if ($userinfo['nba_icon'] != '')
                                        {
                                                $nba .= "<img src=\"images/nba/$userinfo[nba_icon].gif\" alt=\"" . $userinfo[nba_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[nba_icon]) . "\" border=\"0\"> \n";
                                        }
                               
                                        // Lets find and show the nfl icon
                                        if ($userinfo['nfl_icon'] != '')
                                        {
                                                $nfl .= "<img src=\"images/nfl/$userinfo[nfl_icon].gif\" alt=\"" . $userinfo[nfl_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[nfl_icon]) . "\" border=\"0\"> \n";
                                        }
                               
                                        // Lets find and show the nhl icon
                                        if ($userinfo['nhl_icon'] != '')
                                        {
                                                $nhl .= "<img src=\"images/nhl/$userinfo[nhl_icon].gif\" alt=\"" . $userinfo[nhl_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[nhl_icon]) . "\" border=\"0\"> \n";
                                        }
                               
                                        // Lets find and show the nascar icon
                                        if ($userinfo['nascar_icon'] != '')
                                        {
                                                $nascar .= "<img src=\"images/nascar/$userinfo[nascar_icon].gif\" alt=\"" . $userinfo[nascar_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[nascar_icon]) . "\" border=\"0\"> \n";
                                        }
                               
                                        // Lets find and show the premier icon
                                        if ($userinfo['premier_icon'] != '')
                                        {
                                                $premier .= "<img src=\"images/premier/$userinfo[premier_icon].gif\" alt=\"" . $userinfo[premier_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[premier_icon]) . "\" border=\"0\"> \n";
                                        }
                                       
                                        // Lets find and show the ncaa icon
                                        if ($userinfo['ncaa_icon'] != '')
                                        {
                                                $ncaa .= "<img src=\"images/ncaa/$userinfo[ncaa_icon].gif\" alt=\"" . $userinfo[ncaa_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[ncaa_icon]) . "\" border=\"0\"> \n";
                                        }
                                       
                                        // Lets find and show the mls icon
                                        if ($userinfo['mls_icon'] != '')
                                        {
                                                $mls .= "<img src=\"images/mls/$userinfo[mls_icon].gif\" alt=\"" . $userinfo[mls_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[mls_icon]) . "\" border=\"0\"> \n";
                                        }
                                       
                                        // Lets find and show the fifa icon
                                        if ($userinfo['fifa_icon'] != '')
                                        {
                                                $fifa .= "<img src=\"images/fifa/$userinfo[fifa_icon].gif\" alt=\"" . $userinfo[fifa_icon] = preg_replace(array ("/_/", "/-/"), array ("&nbsp;", "&nbsp;-&nbsp;"), $userinfo[fifa_icon]) . "\" border=\"0\"> \n";
                                        }
                                       
                                        // Time to show the icons
                                        $userinfo['sportsicons'] .= $mlb . $nba . $nfl . $nhl . $ncaa . $nascar . $premier . $mls . $fifa;
                                        }

if you are not using vbbux

Cromags21 12-25-2009 12:44 PM

I am having issue with using this xml file with 3.8.4 forums.Is there an updated version of the post icons???

It's tell me this

Warning: require_once([path]/includes/functions_vbplaza.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/plugin.php(1995) : eval()'d code on line 177

Fatal error: require_once() [function.require]: Failed opening required '/home/me66z/public_html/forum/includes/functions_vbplaza.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/me66z/public_html/forum/admincp/plugin.php(1995) : eval()'d code on line 177

can someone help me out


All times are GMT. The time now is 05:54 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.01276 seconds
  • Memory Usage 1,781KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)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