matthijsv's
Activity Stream →
-
matthijsv posted a reply on the forum topic bp-events for bp 1.1 needs testing!: 6 months ago
Installed the plug-in, it’s looking good! I’ll post results after I’ve done some testing.
Question: I want to create a widget just like the wordpress calender:
but than for the events. Any idea’s how I can do this quickly? -
matthijsv posted a reply on the forum topic If you’re using inviteFriends plugi-in post a link here: 6 months ago
Is there any news on BP1.1 compatibility, Giovanni?
-
matthijsv posted a reply on the forum topic FEATURES REQUEST Classifieds (Plugin): 6 months, 1 week ago
Nice to see that you’re still working on the plugin! I’m very interested.
-
matthijsv posted a reply on the forum topic BuddyBar for bbPress: 6 months, 2 weeks ago
Any updates on compatibility with BP1.1? I’ve installed the latest bleeding version of BP but when including the wp-blog-header.php I now get a blank screen at the forums.
Any idea’s? -
matthijsv posted a reply on the forum topic BuddyBar for bbPress: 8 months ago
Some more debuggin for the admin bar in combination with Transposh(and maybe some other WP-plugins that manipulate output in a special way)
if(!strpos($_SERVER,'forums/rss.php') and !strpos($_SERVER,'admin')) {
if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
define( 'WP_USE_THEMES', false );
//
// You will need to get the ABSOLUTE path to this file |
// [...]