Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Not localized img_bbcode_include.php

Asked Modified Viewed 2,404 times
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
asked
Senior Member

The new img_bbcode_include.php included in the upgrade to v7.02.07 has no localization. Instead there is only hardcoded english. is not a valid Image.

Not very nice on a Dutch website.

I've noticed this from the error log:
getimagesize(http://www.fusion-games.eu/ss/ss_9.12.2009_12.16_141.png): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found


Put us translators to work!
Suggestion:
locale/Dutch/forum/main.php
$locale['506g'] = "geen geldige afbeelding";

locale/English/forum/main.php
$locale['506g'] = "is not a valid Image";


Also other areas need to be addressed where img bbcode is used.

So img_bbcode_include.php would become something like this.

            return "[img]$matches[1]$matches[3]$matches[4][/img] '"$locale['506g']"'";
         }
      }
      else
      {
         return "[img]$matches[1]$matches[3]$matches[4][/img] '"$locale['506g']"'";
0 replies
There are no post found.

Category Forum

Upgrading issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet