Menu

#36 Admin_Messages - multilingual ignored (with solution)

closed
nobody
None
5
2002-05-15
2002-04-09
Jorge
No

The first page of the site always display all the admin
messages, and do not take into account the language
preferences of the user.

The solution is really simple and easy, go to the
Admin_Messages module and under pnblocks directory edit
the messages.php file like this:

line nr. 73 now look like this:

if (pnConfigGetVar('multilingual' == 1)) {

much better whit the parenthesis on the right place :-)))

if (pnConfigGetVar('multilingual') == 1) {

bye,

Discussion

  • Jorge

    Jorge - 2002-04-10
    • summary: Admin_Messages - multilingual ignored --> Admin_Messages - multilingual ignored (with solution)
     
  • Jorge

    Jorge - 2002-05-15
    • status: open --> closed
     

Log in to post a comment.