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?

Section Maintenance

Asked Modified Viewed 6,964 times
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
asked
Veteran Member

[mp]87[/mp]
0 replies

3 posts

J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

in file functions.php has a small defect, which does not allow to derive all the required language
there is too much .php
here is:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if (file_exists(SECTM."locale/".$settings['locale'].".php.php"wink) {
include SECTM."locale/".$settings['locale'].".php";
} else { include SECTM."locale/English.php"; }[/syntaxhighlighter]
is replaced by:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if (file_exists(SECTM."locale/".$settings['locale'].".php"wink) {
include SECTM."locale/".$settings['locale'].".php";
} else { include SECTM."locale/English.php"; }[/syntaxhighlighter]
Edited by jikaka on 21-12-2010 09:46,
0 replies
R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Thank you, jikaka.
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

Thanx for that - download files updated
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet