-
modemlooper started the topic Codex Posting in the forum Miscellaneous 11 years, 10 months ago
You want to add to the codex, great!
A couple guidelines to keep the codex in order.
There are enough top level components, types and contexts to manage all content. Please choose one of the existing options […]
-
@modemlooper updated the Modifying the topic post date format page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: 1.6.4 and probably some previous too !
in: functions.phpThe only thing you have to modify to fit what you want is the ‘M d,Y’ part. The example ouput below is JAN 15, 2013
For other […]
-
modemlooper replied to the topic New Menu Tab In Group in the forum How-to & Troubleshooting 11 years, 10 months ago
If each group is linking to individual content then why not just place that content inside group. If you want to add the content from the admin you can place a loop on the group tab page instead of sending user […]
-
modemlooper replied to the topic Converting a WP plugin to work in Activity in the forum Creating & Extending 11 years, 10 months ago
You just need to filter the activity content instead of the_content
add_filter('bp_get_activity_content_body','mh_youtube_wmode');
-
modemlooper replied to the topic New Menu Tab In Group in the forum How-to & Troubleshooting 11 years, 10 months ago
That is difficult and messy to pull off. The tabs are really for content inside the group. Not site navigation.
What are you linking to? What kind of content?
-
modemlooper replied to the topic New Menu Tab In Group in the forum How-to & Troubleshooting 11 years, 10 months ago
-
modemlooper replied to the topic Looking for a way to override the pagination system in the forum Creating & Extending 11 years, 10 months ago
function bp_remove_pagination() {
If ( ! is_user_logged_in() )
return false;
}
add_filter( ‘bp_get_groups_pagination_links’, ‘bp_remove_pagination’ ); -
modemlooper replied to the topic How do I Remove BuddyPress Auto Status Updates from the Activity Feed? in the forum How-to & Troubleshooting 11 years, 10 months ago
-
@modemlooper updated the Participate and Contribute page, on the BuddyPress Codex 11 years, 12 months ago
Themes
Create a BuddyPress-enhanced WordPress theme and submit it to the WordPress Theme repository.
Plugins
Create a BuddyPress-compatible plugin or bridge an existing WordPress plugin to work in BuddyPress […] -
@modemlooper updated the Template Pack Walkthrough – Twenty Ten page, on the BuddyPress Codex 12 years ago
-
@modemlooper updated the Template Pack Walkthrough – Twenty Eleven page, on the BuddyPress Codex 12 years ago
-
@modemlooper updated the Template Pack Walkthrough – Easy Level page, on the BuddyPress Codex 12 years ago
BP TEMPLATE PACK 1.0.2 with MOTION THEME 1.0.7 on WORDPRESS 3.0.1 and BUDDYPRESS 1.2.5.2
After moving the BP Template Pack component folders into your active WordPress theme in Step 1 and getting a success […]
-
@modemlooper updated the Installing a Compatible Theme page, on the BuddyPress Codex 12 years ago
After you activate BuddyPress, you’ll get this message under the header of the Plugins page:
BuddyPress is ready. You'll need to activate a BuddyPress compatible theme to take advantage of all of the features. […]
-
@modemlooper updated the Upgrading a 1.0 Theme to 1.1 page, on the BuddyPress Codex 12 years ago
Starting at version 1.1, BuddyPress themes are simply WordPress themes with extra template files. The separation between a WordPress (old bphome) and BuddyPress (old bpmember) theme has been removed. All theme […]
-
@modemlooper updated the Legacy Docs page, on the BuddyPress Codex 12 years ago
The subpages are the legacy docs for versions < BuddyPress 1.7
-
@modemlooper updated the Building a Child Theme page, on the BuddyPress Codex 12 years ago
[Updated for BuddyPress 1.5.2]
The bp-default theme packaged with the BuddyPress plugin is a robust parent theme which includes network-centric template files in addition to special template files similar to […]
-
@modemlooper updated the Creating a Theme page, on the BuddyPress Codex 12 years ago
-
@modemlooper updated the Theme Development page, on the BuddyPress Codex 12 years ago
This article is about developing BuddyPress Themes. If you wish to learn more about how to install and use Themes, review Using Themes. This topic differs from Using Themes because it discusses the technical […]
-
@modemlooper updated the Writing a Plugin page, on the BuddyPress Codex 12 years ago
This article goes through the steps you need to follow, and things to consider when creating a well-structured BuddyPress Plugin.
Plugin Name
The first task in creating a BuddyPress Plugin is to think about […] -
@modemlooper updated the Developer Docs page, on the BuddyPress Codex 12 years ago
The developer docs are here to help you, as a developer understand how BuddyPress works and can be extended upon.
So far we have custom loops documented, which is important for theme developers who want to […]
- Load More
@modemlooper
Active 10 months ago