Plugin: BuddyPress Links

Join this plugin group to follow comments, support topics and reviews.

Frequently Asked Questions

What is the license?

Released under the GNU GENERAL PUBLIC LICENSE 3.0 (http://www.gnu.org/licenses/gpl.txt)

All original code is Copyright (c) 2009 Marshall Sorenson. All rights reserved.

How do I customize the default templates?

To override only certain templates from the bp-links-default theme directory,
create a directory named “bp-links-default” in your child theme,
and replace the template using the EXACT same path AND filename.

To create a totally custom theme in order to completely bypass any core links
themes you will need to define a custom theme name.

For example, if your active WordPress theme is ‘bluesky’, and you wanted
to define your links theme as ‘links-custom’, you would put your files in:

/path/to/wp-content/themes/bluesky/links-custom

And in wp-config.php you would place this define statement:

define( ‘BP_LINKS_CUSTOM_THEME’, ‘links-custom’ )

To find out which template files are required to exist, do a recursive search for ‘bp_links_load_template’

Where can I get support?

The support forum for the 0.4 branch can be found here: http://buddypress.org/forums/topic/buddypress-links-04x-releases-and-support

Where can I find documentation?

Coming soon

Where can I report a bug?

Look for MrMaz in #buddypress-dev

Or on buddypress.org http://buddypress.org/community/members/MrMaz/

Or on his website http://marshallsorenson.com/

Please search the forums first!!!