-
Famous replied to the topic [Resolved] How do I create a link that gets me back to Blog in the forum How-to & Troubleshooting 10 years ago
Hello @danbp I used the code that you gave me, however it created a list of my blogs rather than pointing me back to the original blog I signed in with. Any ideas?
Thanks
-
John Doe's profile was updated 10 years ago
-
Famous started the topic [Resolved] How do I create a link that gets me back to Blog in the forum How-to & Troubleshooting 10 years ago
How do I create a link that takes me back from the BP profile to my original blog I signed into? I’ve tried
[Read more]
<?php home_url( 'name' ); ?>
<?php bp_root_domain(); ?>/<?php bp_blogs_root_slug(); ?>
<?php echo bp_loggedin_user_domain() . bp_get_blogs_slug(); ?>
<?php echo bp_get_loggedin_user_link(); ?>
<?php bloginfo( $post->post_author ); ?>
<?php… -
Frank Neumann-Staude started the topic PostID from GroupForumPermalink? in the forum How-to & Troubleshooting 10 years ago
Hi,
we have bbpress as forum in our buddypress groups. so i have permalinks like
http://groups.domain.tld/groups/frank-testgroup/forum/topic/new-topic/i need the postID from the topic. The function url_to_postid() returns 0
Does anyone get an idea how I made the permalink to the postID?
best regards
Frank -
vaughancavca started the topic Changing "base" text in the forum How-to & Troubleshooting 10 years ago
Hi there,
I’d like to change the “base” text that appears throughout BuddyPress, and I’d usually go through the php to change text like this, but I’m having a hard time trying to find any mentions to “base”.
Whereabouts in the code could I go to customise this?
WP Version: 4.5.2
BP Version: 2.5.2 -
Henry Wright replied to the topic Sorting activity stream in the forum Miscellaneous 10 years ago
do you have any idea how to use this filter ?
add_filter( 'bp_activity_total_activities_sql', function( $sql, $where_sql, $sort ) {
// Manipulate $sql here.return $sql;
}, 10, 3 ); -
Henry Wright replied to the topic Sort Members in the forum Third Party Plugins 10 years ago
Check out
BP_User_Querysearch_terms,meta_keyandmeta_valuecould be helpful depending on where you’ve stored your label data. I haven’t tried it, butxprofile_querymight also be useful. -
kuzmicki's profile was updated 10 years ago
-
Stacy (non coder) started the topic Want to design the group page with categories and sub groups in the forum Creating & Extending 10 years ago
Toggles or trees are much cleaner. Or the ability to default sorting with hierarchy even if the group doesn’t function as a hierarchy.
Also, I want to use a different theme when on bp pages than the rest of my site.
-
Stacy (non coder) replied to the topic Group cover photos not uploading in the forum Creating & Extending 10 years ago
“An error occurred. Please try again later.”
I’m able to get a 400×300 photo to upload as the user avatar. Should show this dimension suggestion in the prompt.
For group cover photo I’m able to upload size 480×480 that’s 73kb. When it does upload it says ” for better results upload larger than 660x 225″. However doesn’t upload that size or…[Read more]
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 10 years ago
Your theme is outputting those links.
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 10 years ago
I,m am very sorry but… You did make those changes somehow, wordpress and buddypress only outputs lowercase slugs.
You are not typing internet adresses directly into your browser? Those links in your chase are generated by your theme? Did you try a different theme? Did you try to change the page slug?
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 10 years ago
More examples
Works
example.org/group/
example.org/group/TESTGROUP/Doesnt work only shows pagetitel
example.org/GROUP/
Works but goes to page not found themepage
example.org/group/testgroup/Members
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 10 years ago
Redirect or building of BP pages doesn’t work right when using capatalized letters inside the slug.
After the pagetitel is printed the page breaks.
Happens with all BP slugs. -
Andrew Tibbetts replied to the topic Double Dots in Gmail Addresses in the forum How-to & Troubleshooting 10 years ago
Ya, I found that’s true, as well. But nothing in the registration process gives indication of that. Validation shouldn’t allow it. Maybe this is an issue upstream / with WP? Chrome’s built-in email field validation even let’s the .. slip by. This might be a futile endeavor…
-
Famous replied to the topic [Resolved] BuddyPress Links URLs in the forum Creating & Extending 10 years ago
Exactly what I needed, thanks @danbp
-
Famous started the topic [Resolved] BuddyPress Links URLs in the forum Creating & Extending 10 years ago
Does someone know how to specify buddy press urls? For instance:
<?php echo esc_url( home_url( '/' ) ); ?>
the above is to point to WordPresses homepage.But what is the url for a buddypress’s profile, sites, etc… page?
Thank you!
-
Andrew Tibbetts started the topic Double Dots in Gmail Addresses in the forum How-to & Troubleshooting 10 years ago
Gmail ignores dots in the name of emails. Useful if you want to use one email to keep test registering for a site without having to use multiple emails. But it seems Buddypress gets a bit confused if there are 2 dots in a row. So, I’ll get a confirmation email at
myname@gmail.comandmy.name@gmail.combutmy..name@gmail.comslips by validation…[Read more] -
Andrew Tegenkamp replied to the topic BuddyPress – Auto join group in the forum Creating & Extending 10 years ago
There is also a free plugin at http://www.buddyboss.com/purchase/buddypress-auto-group-join/ if that helps.
-
Andrew Tibbetts started the topic Get Notification Format Empty in the forum How-to & Troubleshooting 10 years ago
I am trying to add a new notification for all members of a group when a new user joins a group. I have registered a new dummy component, can successfully get the notification into the db, but returning the notification for formatting / display comes up empty. Here’s my code:
[Read more]
add_filter( 'bp_notifications_get_registered_components',… - Load More