I’ve never used this plugin but I believe you can change it in the page title or you can check the link page, in the beginning of it in somewhere there will be something like this:
<h3><?php _e( ‘Members Directory’, ‘buddypress’ ); ?></h3>
You change title name for what you want and voila. I think there is better way of doing this but the way I told you might work. Let me know!
Hiya,
Thank-you for your response.
The issue I have is finding the file, that that code block is in, hence allowing me to change the code.
Thanks
Ryan
hi @ryanmt,
you can change “link directory” from within the language file:
bp-links/languages/buddypress-links-xx_XX.po (safe method – xx is your language prefix)
or from within the template file ( ! this will be overriden at next update )
bp-links/themes/bp-links-default/index.php:8
<code><h3><?php _e( ‘Links Directory’, ‘buddypress-links’ ) ?></code>
Hello @Chouf1
Thank-you for your help, it has worked a treat. I have further question for you.
http://www.mediamoose.co.uk/members/mediamoose/links/
Within our profile area the tab says “Links” do you know of a way to change this to say “Showcase”. If you could advise please.
Ryan