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)
-   -   Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele") (https://vborg.vbsupport.ru/showthread.php?t=238043)

AA_ 03-13-2010 06:51 AM

Quote:

Originally Posted by TimberFloorAu (Post 2002518)
Ok style issue fixed.
Upload the team icons, to vbsoccer/images folder. But not displaying

where you read it? the name of the directory is: do_not_upload :erm:

TimberFloorAu 03-13-2010 07:34 AM

Quote:

Originally Posted by AA_ (Post 2002644)
where you read it? the name of the directory is: do_not_upload :erm:

That would be the same directory as these then ??

Quote:


zipfile -> /do_not_upload/sources/images/leagues -> 24 icons
zipfile -> /do_not_upload/sources/images/countries -> 54 icons
zipfile -> /do_not_upload/sources/images/teams -> 398 icons

Perhaps you should add some install instructions:) so that what we all get half appears like what you get :)

Could you explain to me then why you have a do not upload folder that you point people to, when they cant upload,... erm indeed

MrD 03-13-2010 08:47 AM

Hi,
to install the Team/League Icons, you must do it over the ACP Vbsoccer Settings.
Manage Team /League and then Edit Team or League
Then Search the Icon file on your Computer and save .

You must do it for every Team/League

Ok, it´s a little bit of work at the first time, but if the Icons are in the Soccer Game the would be aviable for all Leagues if a Team is in.
eg. Championsleague,Premier league, Bundesliga etc.

AA_ 03-13-2010 09:07 AM

Quote:

Originally Posted by TimberFloorAu (Post 2002657)
(...)
Could you explain to me then why you have a do not upload folder that you point people to, when they cant upload,... erm indeed

icons are not an official part of this add-on. (license legal problems, name protection, marketing right, ...) In Germany, there are some problems and legal uncertainties with the trademark. The use is your own risk.

TimberFloorAu 03-13-2010 09:16 AM

Quote:

Originally Posted by MrD (Post 2002679)
Hi,
to install the Team/League Icons, you must do it over the ACP Vbsoccer Settings.
Manage Team /League and then Edit Team or League
Then Search the Icon file on your Computer and save .

You must do it for every Team/League

Ok, it?s a little bit of work at the first time, but if the Icons are in the Soccer Game the would be aviable for all Leagues if a Team is in.
eg. Championsleague,Premier league, Bundesliga etc.

Thanks but already tried that, images still do not appear.

Perhaps its a cacheing issue, appreciate your explanation tho :)

TimberFloorAu 03-13-2010 09:18 AM

Quote:

Originally Posted by AA_ (Post 2002688)
icons are not an official part of this add-on. (license legal problems, name protection, marketing right, ...) In Germany, there are some problems and legal uncertainties with the trademark. The use is your own risk.

Distibution of such , with your admittance is also copyright infringement.

Copyright law: the use of and or distribution of such material is prohibited.

AA_ 03-13-2010 09:36 AM

This add-on is used in 192 communities with no problems and is in Europe and especially in Germany very popular. it's really all self-explanatory in the add-on?

your problems are completely new to me. I can not afford 24-hour-support for you. sorry :)

KURTZ 03-13-2010 10:43 AM

1 Attachment(s)
a little update of the Italian Language :)

TheSupportForum 03-13-2010 10:46 AM

current issue

vbsoccer.php?do=overallranking

Warning: DateTime::modify() [datetime.modify]: Failed to parse time string (+ HOURS) at position 0 (+): Unexpected character in /public_html/vbsoccer.php on line 3174

AA_ 03-13-2010 10:56 AM

Quote:

Originally Posted by simonhind (Post 2002724)
current issue

vbsoccer.php?do=overallranking

Warning: DateTime::modify() [datetime.modify]: Failed to parse time string (+ HOURS) at position 0 (+): Unexpected character in /public_html/vbsoccer.php on line 3174

thanks!

QUICK FIX:
search in vbsoccer.php (~ line 3174):
PHP Code:

        $dt->modify('+' $vbulletin->userinfo['timezoneoffset'] . ' HOURS'); 

replace with:
PHP Code:

    if (!empty($vbulletin->userinfo['timezoneoffset']))
    {
        
$dt->modify('+' $vbulletin->userinfo['timezoneoffset'] . ' HOURS');
    } 



All times are GMT. The time now is 01:06 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.02156 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
  • (2)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
  • (3)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