-
Andy Bailey posted on the forum topic Troubleshooting with blog registration on a subdomain in the group How-To and Troubleshooting: 14 years ago
I am just searching for an answer to this too. anyone have an idea?
I want all blogs that are created to be a subdomain on the root domain, not a subdomain of the subdomain -
Andy Bailey posted on the forum topic Way to disable admin bar on certain themes? in the group How-To and Troubleshooting: 14 years, 3 months ago
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’ ,8);
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ ,8);worked for me! thanks..it’s because the remove_action command requires the same priority as the original add_action that was used.
https://codex.wordpress.org/Function_Reference/remove_action
-
Andy Bailey posted on the forum topic errors in the error log saying database error due to BP_Follow->bulk_check_follow_status in the group BuddyPress Followers: 14 years, 3 months ago
any updates on this?
can someone using this plugin check their error_log and tell me if they see the same?
-
Andy Bailey started the forum topic errors in the error log saying database error due to BP_Follow->bulk_check_follow_status in the group BuddyPress Followers: 14 years, 4 months ago
I am getting a whole bunch of errors in the error log to do with the follower plugin… WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 1 for query SELECT leader_id, id […]
-
Andy Bailey joined the group BuddyPress Followers 14 years, 4 months ago
-
Andy Bailey posted on the forum topic is it absolutely necessary to have forums to be able to use groups? in the group How-To and Troubleshooting: 14 years, 4 months ago
that’s just awesome. 2 minutes to get an answer, thanks so much Boone (and David, what took you so long?) lol!
-
Andy Bailey posted on the forum topic hook available for preventing group creation? in the group How-To and Troubleshooting: 14 years, 4 months ago
oh that’s even better. I am allowing free subscription as a subscriber but charging for anything more powerful so it’ll do what I need out of the box! 🙂 I have gone through a lot of the code, nice work! I have done a lot of modification work to wpmu and wp but this is […]
-
Andy Bailey started the forum topic is it absolutely necessary to have forums to be able to use groups? in the group How-To and Troubleshooting: 14 years, 4 months ago
my current side project uses buddypress on wp3.0 ms , my partners want to be able to use the core functions of buddypress like friends, follow and groups etc but don’t want forums. I haven’t enabled bbpress on my local clone of the site but I am still able to create a group and even […]
-
Andy Bailey started the topic is it absolutely necessary to have forums to be able to use groups? in the forum How-to & Troubleshooting 14 years, 4 months ago
my current side project uses buddypress on wp3.0 ms , my partners want to be able to use the core functions of buddypress like friends, follow and groups etc but don’t want forums. I haven’t enabled bbpress on my local clone of the site but I am still able to create a group and even leave messages on it but obviously, the forum link results in an…[Read more]
-
Andy Bailey posted on the forum topic hook available for preventing group creation? in the group How-To and Troubleshooting: 14 years, 4 months ago
@nuprn1 thanks! I found that after I posted the message. I just need to prevent regular subscribers from creating a group. blog admins will be fine as they would have already gone through the paywall but I don’t want to let every single joeschmoe create any old group they want. I will see about editing the […]
-
Andy Bailey started the forum topic hook available for preventing group creation? in the group How-To and Troubleshooting: 14 years, 4 months ago
I can prevent a user from creating a blog with the wpmu_active_signup filter, I would like to do the same with creating groups.
Is there a hook or filter I can use in my custom plugins that prevents a user from creating a group?
-
Andy Bailey posted on the forum topic Issue with Member Profiles Redirecting to Homepage in the group How-To and Troubleshooting: 14 years, 4 months ago
@rossagrant I have tracked the problem down to a child theme function. The developer was actually the one who fixed it, it was due to removing some of the sub nav items.
all is good again now!
-
Andy Bailey posted on the forum topic Issue with Member Profiles Redirecting to Homepage in the group How-To and Troubleshooting: 14 years, 4 months ago
sorry @denisjanis, I didn’t see your reply. Look like you figured out overwriting the files with 1.2.41 works. @Johnjamesjacoby, you’re right, I’m using a child theme. The default buddypress theme works fine. I have the bp-follower plugin installed and using buddypress 1.25 breaks it. The menu items are still there but any notifications in the top…[Read more]
-
Andy Bailey posted on the forum topic Need help changing what my site names "members", please help i'm so frustrated. in the group How-To and Troubleshooting: 14 years, 4 months ago
I think this was to do with upgrading to 1.2.5
I downgraded back to 1.2.4.1 and was able to see domain.com/voggers/username again .
-
Andy Bailey started the forum topic bug? wp_bp_activity table saves value of BP_MEMBERS_SLUG in the action text in the group How-To and Troubleshooting: 14 years, 4 months ago
I recently changed the BP_MEMBERS_SLUG to something else but some links in the activity stream still point to the old value, I can see that the url gets written to the wp_bp_activity table with the value that was set at the time of the activity happening. Is this a bug or should changing the BP_MEMBERS_SLUG […]
-
Andy Bailey posted on the forum topic Issue with Member Profiles Redirecting to Homepage in the group How-To and Troubleshooting: 14 years, 4 months ago
I have the same issue. Reverting back to 1.2.4.1 makes it work again.
-
Andy Bailey posted on the forum topic Need help changing what my site names "members", please help i'm so frustrated. in the group How-To and Troubleshooting: 14 years, 4 months ago
I spoke too soon here, all the references to ‘members’ have changed to my new value ‘voggers’ but when I click on a user, it shows it should go to domain.com/voggers/username but when i click on it, it just goes to the home page. I can go to domain.com/voggers/ and it shows the list, it’s […]
-
Andy Bailey posted on the forum topic Need help changing what my site names "members", please help i'm so frustrated. in the group How-To and Troubleshooting: 14 years, 4 months ago
this was just what I was looking for!
I added my own .mo file to change the way the word ‘members’ was written and also added the BP_MEMBERS_SLUG define in wp-config.php and it was effective over the whole site, even in places where I’d not noticed the word ‘members’ .
big thanks!
-
Andy Bailey started the forum topic getting a users blog url in the group How-To and Troubleshooting: 14 years, 4 months ago
my plugin needs to get the users url if they are logged on to the site. It works on single wordpress and on multi-site but not on buddypress installed sites. In single install wordpress I use $url = $userdata->user_url (in buddypress that returns the users member page) if it’s multi-site I use $userbloginfo = get_blogs_of_user […]
-
Andy Bailey joined the group How-To and Troubleshooting 14 years, 4 months ago
@commentluv
Active 5 years, 2 months ago