Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress Skeleton Component v1.2 RC-2


Jeff Sayre
Participant

@jeffsayre

BeLogical-

Okay, several issues. You are still using the old v1.1 for the code that you sent me. Are you also using v1.1 for your bp-example.php file? This code, as you know, is outdated.

Just within this file, you need to replace every instance of MUPLUGINDIR with WP_PLUGIN_URL.

Then, make sure that in bp-example.php, you have this line and not the v1.1 version.

$bp->example->image_base = WP_PLUGIN_URL . \'/bp-example/images\';

Your best bet is to compare each file of v1.1 with the new v1.2 files. Also, make sure that your custom component is in /plugins/ and not /plugins/buddypress/.

Finally, make sure that you read the history.txt file to see some of the more substantive changes from v1.1.

Skip to toolbar