| Username | Post: mething wrong. | |
|---|---|---|
sb1963FusionBB Fanatic Posts 1636 |
08-18-08 05:17 PM - Post#78502
Not sure if this is a bug or me doing something wrong. I'm trying to add a couple of new links to the navigation bar but the titles keep changing to CAP's with underscores instead of spaces Example - instead of Forum Rules I'd get FORUM_RULES |
|
|
Couchtomatoe Code Monkey Posts 3049 |
08-18-08 06:13 PM - Post#78503
lets se... are your language files writeable? is the language directory where they reside writeable?
|
|
sb1963FusionBB Fanatic Posts 1636 |
08-19-08 01:31 AM - Post#78504
Could be although I have made some language changes successfully - folder/file permissions got a bit screwed during backup & transfer to a new host - hence me eagerly awaiting permission checking functionality of v3 |
|
sb1963FusionBB Fanatic Posts 1636 |
08-19-08 11:48 AM - Post#78506
My language folder & contents are now 777 but I still have the problem |
|
JoshPetFusionBB Developer Posts 6722 |
08-19-08 11:22 PM - Post#78518
If they weren't writable when you made the tab, then it couldn't create the language string that goes with it. You should be able to manually add the tab. For example if it's showing MY_TAB You can create $lang_str['MY_TAB'] = "My Tab"; But the tabs show the name of the key if the language string could not be created or is missing.
|
|
|