MyBBHacks.com Plugins for MyBB

Full Version: Language Variable needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just translating ezGalleryPro to german

For "Who is online" the word "viewing" is hard coded in inc/plugins/ezgallery.php on line 1295

PHP Code:
$plugin_array['location_name'] = "Viewing <a href=\"ezgallery.php\">" $lang->gallery_whoonline "</a>"
Fixed in latest release that I posted.
Latest Version is 5.2.3, from witch I posted the code
and another one:

variable for (bytes) needed
found two times in the plugin-file (line 1604 + 5552)
thank you for the language-variable in 5.2.4

still missing the (bytes) variable Wink
I put it in here, cause it's a language variable problem too

another problem with a language variable
The variable "guests" overwrites the variable of the same name from MyBB
In my german forum I suddenly had the word "guests" in the "who is online", until I translated this variable.
Fixed for next update both.
thanks
Thank you!!