How to change the default user profile forum title

Hi, im running a french website and the default forum of a profile is :  NICKNAME's forum posts

i want to change it to : Sujets du forum de NICKNAME

 

how can i do that?

 

thx

Quote · 26 Mar 2014

There is language key for this in modules/boonex/forum/integrations/base/langs/XX.php file, XX is your custom language code

'%s\'s forum posts' => '%s\'s forum posts',

you should have something like this:

'%s\'s forum posts' => 'Sujets du forum de %s',

Then recompile your custom language from forum administration panel.

Rules → http://www.boonex.com/terms
Quote · 31 Mar 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.