Search Results for 'buddypress'
-
Search Results
-
i Have this link now: https://domain.com/member/johndoe/activity/512/
but need this: https://domain.com/512/how i can do that by some php snippet? pls help
Something like this? but its bad code i mean
function custom_activity_link($activity_id = false) { global $bp; if (!$activity_id) { $activity_id = bp_get_activity_id(); } return home_url('/' . $activity_id . '/'); } function change_buddypress_activity_permalink() { global $bp; $bp->activity->root_slug = 'activity'; add_rewrite_rule('^([0-9]+)/?$', 'index.php?pagename=activity&p=$matches[1]', 'top'); } add_action('bp_init', 'change_buddypress_activity_permalink', 2); add_filter('bp_get_activity_thread_permalink', 'custom_activity_link', 10, 2);I am somewhat at a loss with all the changes. I am using LiveCanvas for templating. There is a conflict with Buddypress when it comes to the Dynamic Templating aspect of Buddypress. For some reason, Buddypress pages are not being excluded. Not even when I put the Buddypress templating files in the Child Theme, making the use of Buddypress not an option. Any assistance is greatly appreciated.
I have installed the buddypress plugin on my site. But there is no way to edit the generated page https://ohwhat.com/activity/ and https://ohwhat.com/members/ and others. Those two URLs are not listed in my WordPress “Page” dashboard.
Topic: Hi~ Newer for help !
I have installed the buddypress plugin on my site. But there is no way to edit the generated page https://ohwhat.com/activity/ and https://ohwhat.com/members/ and others. Those two URLs are not listed in my WordPress “Page” dashboard.
Hey guys,
I have been trying a lot but cannot find a working solution for my problem:
During registration, I don’t want the visitors to choose their own usernames. Instead I want them to have standardized ones, like 8-digit numbers so they all look like “24021515”,”24021516″, etc.
The reason behind this is the usage of the username while chatting on my buddypress site. The topic of the website is quite formal and I don’t want “crazy” usernames to be seen there.
Long story short: I have been trying to add functions in the bp_core_signup_user() but without success.
function custom_bp_core_signup_user($user_id, $user_login, $user_password, $user_email, $usermeta) { // Check if user is now registered if ($user_id) { // Create some dynamic ID $dynamic_id = ''; for ($i = 0; $i < 7; $i++) { $dynamic_id .= rand(0, 9); } // I want all the usernames to start with a "1" and then add 7 random digits $new_username = '1' . $dynamic_id; // Update the user wp_update_user(array('ID' => $user_id, 'user_login' => $new_username)); } } add_action('bp_core_signup_user', 'custom_bp_core_signup_user', 10, 5);I have been trying this with the functions.php and with some selfmade plugin. Can anyone help?
Thanks a lot !
Hi, I’m setting up BuddyPress 12.2.0 in WP 6.4.3. By default the BP url structure is at the root, e.g., http://www.mysite.com/members. I would like all BuddyPress pages to be in a subdirectory, e.g., http://www.mysite.com/community/members. I would also like indvidual user profiles to be in the members directory, e.g. http://www.mysite.com/community/members/user1 (not http://www.mysite.com/user1 as it is now). I found some similar questions about this but they were more than 10 years old and I think the old solution may have been deprecated. Should I use a rewrite function? Thanks for any help.
Running BuddyPress with legacy template pack. Unable to post any update to groups. Text window appears but there is no option to post it — enter/return only produces a carriage return.
Other activity in the groups is announced in the feeds but cannot find any setting or keyboard trigger to post manually entered updates. TIA for any assistance
Hello, my site is built with WordPress and uses wpDiscuz to manage comments. I have the BuddyPress plugin plus the wpDiscuz BuddyPress Integration plugin to tie it into wpDiscuz.
I am trying (desperately) to find a solution that will allow our members to block other members whom they don’t want to interact with. I have looked at the BudddyPress Block Members and BuddyPress Block Users plugins. The former does not work with wpDiscuz, only with the BuddyPress user profile page. I have not heard back about the latter plugin.
Is there a solution available that will work with wpDiscuz that will add a blocking feature?
Thanks, David
Hi,
When a mail sent to notify something (for exemple, a new private message), the urls inside the mail are false.
This is because it add “http” + “https” :
http://https//mydomain.comDo you know this problem ?
WP : 6.4.3
BuddyPress : 12.2.0Thank you for your help !
NB. Sorry for my bad english…
Topic: Notifications page
I have a problem with the notifications page, because when you are in the user’s profile, and you want to see your notifications, the page is not shown, a page error appears, because it does not exist.
https://tudominio.com/miembros/horacios/notifications/
BuddyPress Versión 12.2.0I don’t have any idea how fix it.
BuddyPress says:
“For better results, make sure to upload an image that is larger than 1300px wide, and 225px tall.”
Well, that’s what I did.I uploaded 1920 x 750 thinking that I would be able to crop the top or bottom off a bit… instead to my surprise, there is NO way to crop, edit, expand, reduce, the uploaded image.
Instead, and worse, BoddyPress chops a chunk out of the middle of the BIG picture and plops it into my cover. Hideous.
I would have expected at least that the big pic was to be sized proportionately to the 808 pixel width of the visible cover and I could have slid the pic up or down to crop the height. But no.
So, then, WHAT was the point of uploading a larger picture to ensure “better results”?
Then, another bad surprise. My avatar is a CLEAR PNG.
But BuddyPress arbitrarily turned the clear part see-through white and put a white square line around it. Hideous.
That’s the first thing I tried to do in BuddyPress, and I’m really not the least bit impressed with this half-baked cover and avatar system and its terrible result.
I just agreed to pay a guy to configure this program of yours. Now, I’m gonna put a halt on it and try to find something else that WORKS, because I sure can’t afford to pay him to rewrite BuddyPress.
And, by the way, I’m not entirely “unwashed”. I took computer graphics and art in university; so among other things, I do know a bit about layouts and excess white space. In fact, the guy who’s getting my cash also sold me a decent theme and was going to add a left sidebar to all posts and pages, centered between a left and right sidebar, to help resize the posts & pages to look better.
Every time I think I’ve solved the basic problem of what system to use, by paying for a different theme and customizations as a ‘work-around’, a new problem crops up. This is very disturbing.