Current time: 03-21-2010, 03:45 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Little translation issue
09-05-2008, 12:35 AM
Post: #1
[F] Little translation issue
In the file modcp.php you can find this line:
PHP Code:
$subject "<strong>{$lang->ipresult_post}</strong> <a href=\"".get_post_link($ipaddress['pid'], $ipaddress['tid'])."\">".htmlspecialchars_uni($ipaddress['subject'])."</a> by ".build_profile_link($ipaddress['username'], $ipaddress['uid']); 
The word "by" is not translatable.

Greets,
Michael
-------------
German MyBB-Site
MyBBoard.de
Get the german languagepack here
Visit this user's website Find all posts by this user
09-06-2008, 01:36 AM
Post: #2
RE: Little translation issue
Also on that note, in /admin/modules/user/users.php, at lines 1129 - 1149, you find this:

PHP Code:
    $sig_smilies "off";
    if(
$mybb->settings['sigsmilies'] == 1)
    {
        
$sig_smilies "on";
    }
    
$sig_mycode "off";
    if(
$mybb->settings['sigmycode'] == 1)
    {
        
$sig_mycode "on";
        
$signature_editor .= build_mycode_inserter("signature");
    }
    
$sig_html "off";
    if(
$mybb->settings['sightml'] == 1)
    {
        
$sig_html "on";
    }
    
$sig_imgcode "off";
    if(
$mybb->settings['sigimgcode'] == 1)
    {
        
$sig_imgcode "on";
    } 

"on" and "off" are not translatable, either.


Please do not PM me about problems you might be having with MyBB. Post a thread, and someone on the support or development team will take a look at it.
Visit this user's website Find all posts by this user
09-07-2008, 04:30 PM
Post: #3
[F] Little translation issue
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: