This is a discussion on smartDark: button blank in Private Messages within the Theme packs forums, part of the nukemods releases category; Where it should be displaying {L_GO}, it's actually evaluating as blank. I checked the lang_main under modules/Forums/language/lang_english, and L_GO is ...
smartDark: button blank in Private Messages -
04-09-2003, 11:42 AM
Where it should be displaying {L_GO}, it's actually evaluating as blank. I checked the lang_main under modules/Forums/language/lang_english, and L_GO is defined as uh, "Go"...as it should be. But the button is blank. So it's not getting in there somehow...
your private message module uses its own lang file. the definition for Go as far as I can tell in the /modules/private_messages/language/lang-english.php should be
define("_BBGO","go");
Thats the only instance of "go" in the entire lang-english.php file, unless you added a hack.
this is of coarse assuming you are using nuke6.0 with Toms bbtonuke port.
Sorry to hear it, 6.5 is awesome ;-). It's not that big of a deal...I mean the button in Private Messages to sort the PM's is blank. But it works. I'm not *that* concerned
I've noticed the GO missing from the button in the PM's also.
It seems to be prevelont in every nuke6.5 theme/template package. Wierd...I'll try to investigate it closer to see if I can find the problem. I would guess it's possibly because it's not getting the language definition right..maybe a path problem..who knows..hehe