Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
In reply to: group forum slug
If you find a solution, i take ! I need similare slug
Just a workaround:
//This function changes the text wherever it is quoted
function change_translate_text( $translated_text ) { if ( $translated_text == 'x' ) { $translated_text = 'y'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );Give it a try only if you have slugs that are not ordinary words. Unfortunately I cannot use it for forum, since everytime a user writes “forum” it will be translated.
In reply to: group forum slugDashboard>settings>forums>etc.
That doesn’t work for my groups. It may work for the first level slug, but I don’t have a sitewide forum to verify. Thanks
In reply to: how to remove the login widget title?Finally I prefered the buddypress widget, because a developer of the buddypress forums helped me with more customization.
Thank you for your help! 🙂
In reply to: how to remove the login widget title?Hi,
thank you for your response. Here is the
URL
Viewing 4 replies - 1 through 4 (of 4 total)