-
intimez posted on the forum topic dead link when viewing activity in the group BuddyPress Usernames Only: 14 years, 6 months ago
@r-a-y Wow!! Not sure what the problem was but after replacing the function, it works. Thank you!
-
intimez started the forum topic dead link when viewing activity in the group BuddyPress Usernames Only: 14 years, 6 months ago
When clicking on view for activity feed page, it goes to invalid page. It’s odd that not all view link are changed.
plugin deactivated, no error
http://example.com/subfolder/activity/p/1234/plugin activated, error
http://example.com.com/admin/activity/p/1234/wordpress2.9.2+buddypress1.2.4.1
-
jillsays started the forum topic Buddypress Top Nav Bar in BBPress (Using WordPress, Not MU) in the group How-To and Troubleshooting: 14 years, 6 months ago
Is it possible to add the Buddypress navigation bar to my linked installation of BBPress? I’m finding directions from @r-a-y on how to do it with a WordPress MU installation, but what about standard wordpress installs?
Iām using WP2.9.2 and BP1.2.4
-
piphut posted on the forum topic private messaging broke on 1.2.4 upgrade in the group How-To and Troubleshooting: 14 years, 6 months ago
More info: for some reason it returns my username as “admin” even though I deleted the “admin” user a long time ago. My profile page even uses “admin” in the URL: http://piphut.com/members/admin However I user @r-a-y ‘s username only plugin and it shows up correctly as “piphut” in my blog comments. So the problem appears to […]
-
Paul Gibbs posted on the forum topic Welcome Pack has blank text zones in the group Third Party Components & Plugins: 14 years, 6 months ago
@r-a-y Hey, even better for me! š
-
Paul Gibbs posted on the forum topic Welcome Pack has blank text zones in the group Third Party Components & Plugins: 14 years, 6 months ago
@r-a-y I hadn’t, yet, but there are filters on that name in bp-core-templatetags.php, which is where I copied it from. Using that filter does match what BP does for its templatetag loop. I’ll look at it in more detail after work. @pjnu I hate to be boring, but disable each plugin other than BuddyPress and Welcome Pack […]
-
Paul Gibbs posted on the forum topic Welcome Pack has blank text zones in the group Third Party Components & Plugins: 14 years, 6 months ago
Heh, that’s a new feature in the latest version: Stealth Mode™, to stop people looking over your shoulder.
Seriously however, I bet you’re using @r-a-y‘s user names only plugin? I have heard it causes this problem.
-
Peterverkooijen posted on the forum topic Is it possible to create a Community where people can use thier real names ? in the group Creating & Extending: 14 years, 6 months ago
@r-a-y (“Usernames are unique.”) Only when they are required to be unique. You could also require display/real names to be unique. The emerging standard is that the email address has to be unique. The @mentions system could check by the email address connected to the real name. There really is no excuse to keep a username […]
-
rossagrant posted on the forum topic BP Usernames Only ā Plugin Announcements in the group BuddyPress Usernames Only: 14 years, 6 months ago
@r-a-y I take it that it is this area of code
/* MEMBER OVERRIDES —————— */
// used in member directory
function ray_bp_member_username() {
global $members_template;return $members_template->member->user_login;
}
add_filter( ‘bp_member_name’ , ‘ray_bp_member_username’ );How should it look after it’s edited? I’m still finding…[Read more]
-
hnla posted on the forum topic Upgraded to 1.2.4 and now No Blogs Showing! in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y yep works beautifully and of course one doesn’t remove the amended sql query just the function call in functions.php.
-
hnla posted on the forum topic Upgraded to 1.2.4 and now No Blogs Showing! in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y ah thanks I’ll give that a shot, but reverting the changes after successful completion will just produce the same issue if one dectivates/reactivates BP or am I thinking that through incorrectly (guess I’ll know after running it š )
-
hnla posted on the forum topic Upgraded to 1.2.4 and now No Blogs Showing! in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y what file are you referring to with that sql query earlier as at the moment each deactivation reactivation of BP simply wipes the reset fields in that table. Users seem correct. tbh I’m not prepared to waste too much time on this as it was only out of curiosity and I hadn’t intended trying to […]
-
nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending: 14 years, 6 months ago
if you want to have a look, suggestions are quite appreciated, thanks!
if you want to help to finish the update, it will be appreciated too, because I need the plugin if I want to finish the professional social network I’d like to create. -
rossagrant posted on the forum topic BP Usernames Only ā Plugin Announcements in the group BuddyPress Usernames Only: 14 years, 6 months ago
Hil,
Just noticed that this plugin and Paul’s Welcome Pack plugin are incompatible as when the usernames only plugin is active NO names show under the Friends Pop down in Welcome pack.Any way to make them compatible?
Thanks
Ross šI’ve sent this to Paul too.
-
Paul Gibbs posted on the forum topic Upgraded to 1.2.4 and now No Blogs Showing! in the group How-To and Troubleshooting: 14 years, 6 months ago
@russnm – the avatar problem has been reported (#2400) and @r-a-y‘s contributed a solution. There may be several avatar problems.
Please someone report any other issues, including this blog list one, to https://trac.buddypress.org/. I’m wondering if something added for WP 3.0 has broken WP 2.9.x installs.
-
jesperpopma posted on the forum topic BP 1.2.4 ā Custom BP_AVATAR_URL change in the group How-To and Troubleshooting: 14 years, 6 months ago
I have added your line:
define( 'BP_AVATAR_URL', 'http:///nijmegeneet.nl/club/wp-content/uploads' );
to my bp-custom.phpThat works fine. Thanks for helping me out!
-
rossagrant posted on the forum topic BP Usernames Only ā Plugin Announcements in the group BuddyPress Usernames Only: 14 years, 6 months ago
@r-a-y Works like a charm R-A-Y! Thank you!
-
dre1080 posted on the forum topic Is it possible to create a Community where people can use thier real names ? in the group Creating & Extending: 14 years, 6 months ago
-
jesperpopma posted on the forum topic BP 1.2.4 ā Custom BP_AVATAR_URL change in the group How-To and Troubleshooting: 14 years, 6 months ago
I’m using BuddyPress on a subdirectory:
After upgrading to 1.2.4 my avatars are gone!
I’m not using a custom BP_AVATAR_URL
Any ideas how to fix this? Thanks!
-
mercime posted on the forum topic BP 1.2.4 ā Custom BP_AVATAR_URL change in the group How-To and Troubleshooting: 14 years, 6 months ago
Thank you @r-a-y. “bookmarked”
- Load More
@r-a-y
Active 5 months ago