Tried versions 1.1 and 1.17, 1.18..
Tried all suggested changes in forums...
I'm running php-nuke and gallery on the same site.
globals turned on.
php is 4.3
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looks like phpnuke keeps language in variable $lang in session/cookie. In my case it is 'russian'.
I could be wrong but since PhpGedView is using the same PHP session as PHPnuke then he overwrites array $lang at some point by word from PHP cookie.
I checked it using print "<h1>$lang</H1>" in the beginning of index.php and got "Iussian" on a screen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The language changing is working with v1.19 in my site too. Thanks a lot!
But the changed language is effective only one page. Is this normal? And a little bug arises too: the titles of submenus are disappeared.
So the only siginficant bug is the one with the timeline-chart I have written to the another topic.
Istvn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried versions 1.1 and 1.17, 1.18..
Tried all suggested changes in forums...
I'm running php-nuke and gallery on the same site.
globals turned on.
php is 4.3
Did you take a look at the following two forums:
http://sourceforge.net/forum/forum.php?thread_id=784959&forum_id=185166
http://sourceforge.net/forum/forum.php?thread_id=785687&forum_id=185166
There is a problem running phpnuke with phpgedview. They both use the same variable names in their language files, but I'm not sure which ones.
Looks like phpnuke keeps language in variable $lang in session/cookie. In my case it is 'russian'.
I could be wrong but since PhpGedView is using the same PHP session as PHPnuke then he overwrites array $lang at some point by word from PHP cookie.
I checked it using print "<h1>$lang</H1>" in the beginning of index.php and got "Iussian" on a screen.
I've changed the language variable names for version 1.19. Download it and see if it works in a phpnuke environment.
It is working great now!
I tested English and Russian languages!
Thank you a lot!!!
Hello,
The language changing is working with v1.19 in my site too. Thanks a lot!
But the changed language is effective only one page. Is this normal? And a little bug arises too: the titles of submenus are disappeared.
So the only siginficant bug is the one with the timeline-chart I have written to the another topic.
Istvn