-
@modemlooper updated the IIS7 web.config page, on the BuddyPress Codex 11 years, 1 month ago
Not sure how correct or valuable this is, but this is currently the web.config file that I use for local Windows 7 II7 development.
-
modemlooper replied to the topic Adding bp-default's ajax.js and global.js to your theme in the forum How-to & Troubleshooting 11 years, 1 month ago
No. In the past you could do that but not with new template compatibility. You would need to unhook bp adding those files and then add your own.
-
modemlooper replied to the topic Avatar WP administration in the forum How-to & Troubleshooting 11 years, 1 month ago
avatar changing is at: yoursite.com/members/USERNAME/profile/change-avatar/
-
@modemlooper updated the Deprecated page, on the BuddyPress Codex 11 years, 1 month ago
The following functions are considered deprecated as of BuddyPress 1.1. They will still work, but have been replaced by newer, more powerful functions. In the future, codex documentation will link current and […]
-
@modemlooper updated the Support Forum page, on the BuddyPress Codex 11 years, 1 month ago
This page is a welcome message for the Support Forums. This introduction is designed to help you find your way around the forums and to hopefully get you started as quickly as possible. The BuddyPress support […]
-
@modemlooper updated the Action Reference page, on the BuddyPress Codex 11 years, 1 month ago
BuddyPress follows exactly the same plugin API as WordPress. You’ll find that there are hundreds of actions and filters within BuddyPress that will allow you to hook into and modify existing functionality.
By […]
-
@modemlooper updated the Function Reference page, on the BuddyPress Codex 11 years, 1 month ago
The files of BuddyPress define many useful PHP functions. Some of the functions, known as Template Tags, are defined especially for use in BuddyPress Themes. There are also some functions related to actions and […]
-
@modemlooper updated the Loops Reference page, on the BuddyPress Codex 11 years, 1 month ago
Just as you use “The Loop” to loop through posts in WordPress, each content type in BuddyPress has its own custom loop.
By using these loops in your template, you can output any kind of information and really […]
-
@modemlooper updated the Class Reference page, on the BuddyPress Codex 11 years, 1 month ago
Please use the type filter or search box to find BuddyPress Classes.
-
@modemlooper updated the Frequently Asked Questions page, on the BuddyPress Codex 11 years, 1 month ago
Registration
I don’t see the register button on my BuddyPress site!Login to the WP admin area, navigate to “Settings > General”, and make sure “Anyone can register” is checked.
If you’re using WordPress in […]
-
@modemlooper updated the Plugin Development page, on the BuddyPress Codex 11 years, 1 month ago
Introduction
BuddyPress allow easy modification, customization, and enhancement to a BuddyPress powered WordPress site. Instead of changing the core programming of BuddyPress, you can add functionality with […] -
modemlooper replied to the topic Adding classes to profile fields in the forum How-to & Troubleshooting 11 years, 1 month ago
If you are referring to what the users see and not the admin like in your screenshot you can just target with CSS no need to use a function.
The CSS is:
#buddypress .standard-form .field_2 div.checkbox label
field_2 could be different depending on where you placed the checkboxes in the admin.
-
modemlooper replied to the topic Add extended profile fields programmatically in the forum Creating & Extending 11 years, 1 month ago
// Insert New Field
xprofile_insert_field(
array (
'field_group_id' => 1,
'name' => 'Twitter',
'field_order' => 1,
'is_required' => false,
'type' => 'textbox'
)
); -
modemlooper replied to the topic How to get the profile field name and its value in the members loop? in the forum Installing BuddyPress 11 years, 2 months ago
Location: <?php bp_member_profile_data('field=Location'); ?>
-
modemlooper replied to the topic considering BuddyPress in the forum Requests & Feedback 11 years, 2 months ago
1. members are searched by profile fields
2. you can create unlimited profile fields
3. there may be an events plugin
4. BP has invite only private groups
5. there was a geo plugin, not sure its up to date
6. members are unlimited -
modemlooper replied to the topic Database Schema Map in the forum How-to & Troubleshooting 11 years, 2 months ago
That is not the current schema. That is for version 1.3 and there has been a ton of changes to make the database more efficient since 1.3
-
modemlooper replied to the topic [Resolved] Trying to use bp_profile_field_data() and oEmbed in the forum How-to & Troubleshooting 11 years, 2 months ago
bp_get_member_profile_data
-
modemlooper replied to the topic What does this mean? in the forum How-to & Troubleshooting 11 years, 2 months ago
Missing an argument
-
modemlooper replied to the topic How To Remove Only Buddypress Sidebars to Enable Full Width Pages in the forum How-to & Troubleshooting 11 years, 2 months ago
super simple. If your theme has a full width page template just copy it and rename it buddypress.php
https://codex.buddypress.org/theme-development/theme-compatibility-1-7/template-hierarchy/
-
modemlooper replied to the topic BuddyPress Notifications Plugin in the forum Installing BuddyPress 11 years, 2 months ago
BuddyPress already has notifications, what is the benefit of your plugin?
- Load More
@modemlooper
Active 9 months, 4 weeks ago