-
modemlooper replied to the forum topic sharing with Facebook? in the group BuddyPress Share It 14 years, 3 months ago
Facebook has been trying to kill share in favor of like buttons so I wouldn’t lose sleep over sharing to Facebook. I will eventually be forced to switch Facebook share to like in this plugin.
-
modemlooper started the forum topic Help translate this plugin in the group BuddyPress Share It 14 years, 3 months ago
Translate each numbered text below and what language it is.
1. You do not have sufficient permissions to access this page.
2. settings saved.
3. BuddyPress Share it Settings
4. Please check sharing buttons to show.
5. Please […] -
modemlooper replied to the forum topic new subpage for every user in the group How-To and Troubleshooting 14 years, 3 months ago
The BuddyPress skeleton component plugin is a base example o how to create new tabs/pages for users.
it will create a slug like /member/user/example
-
modemlooper replied to the forum topic Component slug vs root slug in the group Creating & Extending 14 years, 3 months ago
Did you look in the skeleton component? Not sure if this will work but you create a page/tab/slug attached to a root slug with something like this.
`function bp_foo_setup_nav() {
global $bp;bp_core_new_subnav_item( […]
-
modemlooper replied to the forum topic Can I remove the "public groups" phrase on the group admin page? in the group How-To and Troubleshooting 14 years, 3 months ago
what is the url when you are on the page you want to remove the text? what I told you does remove the group type from a displaying in a group near where the group avatar is.
-
modemlooper replied to the forum topic if (is_user_logged_in()) in the group How-To and Troubleshooting 14 years, 3 months ago
Are you using a cache plugin?
-
modemlooper replied to the forum topic Upload Picture in the group BuddyPress Mobile 14 years, 3 months ago
Apple does not allow you to upload from mobile web. You can do it from Android but it would require you to do a custom registration. This is not something I will add to the plugin. If you read the forum it has been discussed before. […]
-
modemlooper replied to the forum topic Can I remove the "public groups" phrase on the group admin page? in the group How-To and Troubleshooting 14 years, 3 months ago
bp-default/groups/single/group-header.php
remove:
<span class="highlight"></span> -
modemlooper replied to the forum topic v.1.5 b2(4926) activity comment buttons not working also Delete & blog integration. in the group How-To and Troubleshooting 14 years, 3 months ago
I do not see blog posts or a filter for blog posts on the latest trunk.
http://demo.buddiphone.com/activity/ <— check the show filter.
-
modemlooper replied to the forum topic How do you mark a splogger as NOT a splogger in the group WangGuard 14 years, 3 months ago
also, deactivate Wanggaurd while you develop to avoid this issue.
-
modemlooper replied to the forum topic how to put a "sign up" form in my sidebar in the group How-To and Troubleshooting 14 years, 3 months ago
If I’m not mistaken BuddyBoss require you to click a join link. The box you refer to is the login form.
-
modemlooper replied to the forum topic How do you mark a splogger as NOT a splogger in the group WangGuard 14 years, 3 months ago
This is not buddyPress related. You need to contact Wanguard http://www.wangguard.com/contact
-
modemlooper replied to the forum topic Advanced settings for group forums? in the group How-To and Troubleshooting 14 years, 3 months ago
You should use bbpress separately. You could create a poll plugin with the group extension api.
-
modemlooper replied to the forum topic v.1.5 b2(4926) activity comment buttons not working also Delete & blog integration. in the group How-To and Troubleshooting 14 years, 3 months ago
On my 1.5 tes install there is no activity post when you post a blog nor is there a filter in the drop down. Either it’s been removed from BuddyPress or this is a glaring omission.
-
modemlooper replied to the forum topic v.1.5 b2(4926) activity comment buttons not working also Delete & blog integration. in the group How-To and Troubleshooting 14 years, 3 months ago
This is most likely due to the fact that 1.5 does not register blog posts in the activity stream and those are old database entries linking to something that no longer exists.
-
modemlooper replied to the forum topic How to use Group Extension API in the group Creating & Extending 14 years, 3 months ago
I’m thinking BP should have in core the same profile field creation but for groups.
-
modemlooper replied to the forum topic How to use Group Extension API in the group Creating & Extending 14 years, 3 months ago
Ok, so there still is a need for global custom group fields. Making an enhancement ticket for it.
-
modemlooper replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 14 years, 3 months ago
@Karmatosed I hate responsive themes because they are misused. You do not need it for desktop. Ever. If you use responsive css then it should give […]
-
modemlooper replied to the forum topic sharing with Facebook? in the group BuddyPress Share It 14 years, 3 months ago
-
modemlooper replied to the forum topic Capital Letters in BuddyPress Usernames in the group Requests & Feedback 14 years, 3 months ago
Add this to functions.php or bp-custom.php
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
- Load More
@modemlooper
Active 3 months, 2 weeks ago