Recent Topics

1 Jan 31, 2008 13:41    

My b2evolution Version: 2.4

Hi

I want to get ridd of the "category:" in front of the category name when i've clicked on it.

I also want to know which files i have to edit to translate frontend...

Thanks

Novek

2 Feb 05, 2008 19:19

The first will require hacking a core file. Open inc/items/model/_itemlistlight.class.php and change lines 899 and 900 to the following:

				'category_text' => '',
				'categories_text' => '',

The second I'm not sure I understand. Translation is normally done by creating a language pack and creating a folder for your locale and an appropriate "messages.po" file. http://manual.b2evolution.net/Localization should help you out with that?

Hey I just thought of something. Someone could probably get away from hacking core files by making a new locale and simply changing the bits they want changed in the new messages.po file. I'll have to tinker with that one day...

3 Feb 10, 2008 21:28

Thank you.. that did it:D Now there is only the contact form left to translate... the rest has been done by the "try, fail, learn" method.


Form is loading...