-
Babak Fakhamzadeh replied to the topic How to attach custom activities to groups? in the forum Creating & Extending 6 years, 8 months ago
A first step could be to add a custom tab on the groups pages. This works for that:
This worked for me:
function setup_group_nav(){[Read more]
global $bp;
/* Add some group subnav items */
$user_access = false;
$group_link = '';
if( bp_is_active('groups') && !empty($bp->groups->current_group) ){
$group_link =… -
sheraton started the topic Extend groups admin ui in the forum How-to & Troubleshooting 8 years, 6 months ago
Could somebody give me some ideal, how to code my buddypress side with this feature. I like to add HTML meta box in groups.
Regards
-
Aslan Guseinov replied to the topic registration page styling in the forum How-to & Troubleshooting 8 years, 7 months ago
Hey, do a shortcode for registration form!
We will insert it in a full width page, and this would be it!
As I understand the page hierarchy, it can be all pages with sidebar or without.
Where is the third option?Will this help?
.registration #buddypress {
width: 100% !important;
}.page-id-64 div#right-sidebar {
display: none;
} -
VegasKev88 replied to the topic 500 Error after upgrade to 1.7 in the forum Installing BuddyPress 12 years, 11 months ago
my best suggestion is to try and reinstall WordPress and BuddyPress & bbPress manually via ftp.
If that doesn’t work, you’re best bet is to reinstall the most recent versions of those (before the upgrade of course) and then upload your most recent .sql backup via phpmyadmin to restore your site pre-upgrade.Once your site is back…[Read more]
-
tifire replied to the forum topic creat a new blog post using buddypress's "post update" in the group How-To and Troubleshooting 14 years, 8 months ago
thanks a lot pcwriter. I will try TDO-Mini-Forms.
@keikoflynn
Active 3 years, 7 months ago