Hi,
I just installed 1.3.10 and would like to know how to remove [en] besides the questions?
also where are those variables (ie. $msgTopTen) stored in? I want to modify $msgTopTen and i checked main.php, parser.php, function.php but just couldn't find it
thanks
remove [en]
Moderator: Thorsten
Hi,
to remove the language hints: search in inc/functions.php for the function printThemes($category) and edit this line:
to
To edit the language variables just edit the file engish.php inside the directory lang/.
bye
Thorsten
to remove the language hints: search in inc/functions.php for the function printThemes($category) and edit this line:
Code: Select all
$output .= "<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."aktion=artikel&rubrik=".$row->rubrik."&id=".$row->id."&lang=".$row->lang."\">".stripslashes($row->thema)."</a> [".$row->lang."]<br><div class=\"little\">(".$visits." ".$msgViews.")</div></li>";
Code: Select all
$output .= "<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."aktion=artikel&rubrik=".$row->rubrik."&id=".$row->id."&lang=".$row->lang."\">".stripslashes($row->thema)."</a> <br><div class=\"little\">(".$visits." ".$msgViews.")</div></li>";
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist