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
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 |
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 |