-
@modemlooper updated the Theme Compatibility page, on the BuddyPress Codex 11 years, 9 months ago
BuddyPress 1.7 has built-in theme support. All required elements such as front-end editing are included. This means that all functionality will work, even when a theme has no specific BuddyPress templates or code […]
-
@modemlooper updated the Developer page, on the BuddyPress Codex 11 years, 9 months ago
Welcome to the BuddyPress Developer Codex, the online manual for BuddyPress Developers and a living repository for BuddyPress information and documentation.
On the right you will find subpages of Developer help […]
-
modemlooper replied to the topic Video: BuddyPress 1.7 Overview in the forum Miscellaneous 11 years, 9 months ago
you can use cache plugins but they are only for posts/pages. You would have to add code to bust the cache when BP content is updated.
In other words, plugin developers have not added BuddyPress support
-
modemlooper replied to the topic Help web project with BP in the forum Requests & Feedback 11 years, 9 months ago
there many ecommerce plugins for WordPress but none are 100% integrated into BuddyPress to allow a user to run a shop inside the BuddyPress install. Other option is to run WP multi-site and allow users to have […]
-
modemlooper replied to the topic Help web project with BP in the forum Requests & Feedback 11 years, 9 months ago
anything is possible if you have the skill to code. There is no off the shelf solution
-
modemlooper started the topic Video: BuddyPress 1.7 Overview in the forum Miscellaneous 11 years, 10 months ago
Core developer Boone gives an overview of BuddyPress 1.7
-
modemlooper replied to the topic upgrading to 1.5 prior to 1.6 (with a hail mary 🙂 in the forum Installing BuddyPress 11 years, 10 months ago
Brave! I would have just created a new child theme or got a new BP theme and call it a redesign. 😉
-
modemlooper replied to the topic WP Symposium Vs BuddyPress in the forum Ideas 11 years, 10 months ago
I would not recommend using multiple social plugins on the same site
-
modemlooper replied to the topic Removing link from comment box in the forum How-to & Troubleshooting 11 years, 10 months ago
Is there a comments.php file?
-
@modemlooper updated the groups_get_groupmeta() page, on the BuddyPress Codex 11 years, 10 months ago
Function to get custom group meta.
If you don’t pass a meta_key it returns ALL meta data associated with that group_id.Returns String or Array of Meta Values.
Odd Behavior: If you pass no meta key to get […]
-
@modemlooper updated the How to Edit Group Meta Tutorial page, on the BuddyPress Codex 11 years, 10 months ago
This tutorial will show you how to add a custom field to the registration process as well as the admin->”edit details” section. I will also show you how to print that out into the header and how to echo that data […]
-
@modemlooper updated the Customizing page, on the BuddyPress Codex 11 years, 10 months ago
There are various ways to customize your BuddyPress site. You can choose one of the many BuddyPress plugins in the WordPress.org repository, create your own plugin or develop a custom theme.
The BuddyPress […]
-
modemlooper replied to the topic Subject field in private messages in the forum Creating & Extending 11 years, 10 months ago
This field is required. If you don’t want a user to have to enter something then you have to hide it and fill it in for them.
-
modemlooper replied to the topic Subject field in private messages in the forum Creating & Extending 11 years, 10 months ago
I did not test this but go into the theme folder members/single/messages/compose.php
find this:
<input type="text" name="subject" id="subject" value="<?php bp_messages_subject_value(); ?>" />
change it […]
-
modemlooper replied to the topic Codex Posting in the forum Miscellaneous 11 years, 10 months ago
What I wrote above are guidelines that are used on the wp.org codex. We should follow the same methods. There are no “hacks” on the WP codex. There is this page https://codex.wordpress.org/Hacking_WordPress. Like […]
-
modemlooper replied to the topic Codex Posting in the forum Miscellaneous 11 years, 10 months ago
True, but tagging is better for hierarchy. Managing this many nested pages can get crazy.
-
modemlooper replied to the topic Changing Buddpress' width? A few pixels getting clipped. in the forum Installing BuddyPress 11 years, 10 months ago
Ok, when editing the template files during the template pack install you added an extra div with id content. I would fix that first. Remove extra div from all bp template files.
-
modemlooper replied to the topic Changing Buddpress' width? A few pixels getting clipped. in the forum Installing BuddyPress 11 years, 10 months ago
The file you pasted into gist is the default theme not Blox. How did you get BuddyPress support into theme? On the theme’s store page it doesn’t say it supports BP
-
modemlooper replied to the topic Changing Buddpress' width? A few pixels getting clipped. in the forum Installing BuddyPress 11 years, 10 months ago
firstly, you should never have two elements with the same id http://imgur.com/vytJvgI
div id=content is duplicated.
div.item-list-tabs ul {
width: 98%;
} -
modemlooper replied to the topic Codex Posting in the forum Miscellaneous 11 years, 10 months ago
I totally understand wanting a place to put the code snippets that can answer those repetitive forum topics.
The best way is to write a topic in the Creating and Extending forum with title that says what code […]
- Load More
@modemlooper
Active 10 months ago