Re: BuddyPress-Links 0.3 FINAL is here at last
@MrMaz, I’m a big fan of Theme Hybrid so my customisations are only being done on Hybrid child themes.
The only edits that I find need to be done are on the files that use
<?php get_header() ?>
<div id="content">
<div class="padder">
a grep & replace fixes any child theme issues & all seems to work as expected.
Thankfully your plugin only uses those on the 3 files mentioned above so all is nice & easy & works as expected if the calls to template files use locate_template
rather than require_once