-
shanebp started the topic buddypress.org login broken in the forum Requests & Feedback 11 years, 4 months ago
While logged-in, clicking the Support link…
– the page displays, but shows me as ‘anonymous’
– clicking the ‘login’ link just reloads the page
– opening any topic and sometimes I am anon, sometimes shanebpdev– any individual forum shows as me as ‘shanebpdev’
So the support page is not recognizing / or displaying the current logged-in user
-
shanebp replied to the topic Looking to Hire BuddyPress Expert in the forum Miscellaneous 11 years, 4 months ago
You can contact me at PhiloPress.
We do a lot of custom work / extensions for both WordPress and BuddyPress. -
shanebp replied to the topic Users can not post in Forums in the forum How-to & Troubleshooting 11 years, 4 months ago
@mercime
Thx for the link.
It’d be nice to have a choice.Have you tried the beta?
-
shanebp replied to the topic [Resolved] select the first tab in the nav profile in the forum How-to & Troubleshooting 11 years, 4 months ago
in wp-config.php, on its own line, paste:
define( 'BP_DEFAULT_COMPONENT', 'profile' );
-
shanebp replied to the topic Debug in the forum How-to & Troubleshooting 11 years, 4 months ago
>it is conflicting with other plugin
What other plugin ?
Deactivate that plugin. Does the Notice disappear?That notice means that something, probably a plugin, is calling bp_setup_current_user too early.
But it’s just a Notice, not an Error.
So it may not be the source of the problem you’re having. -
shanebp replied to the topic Adding extra field data to Members Directory in the forum How-to & Troubleshooting 11 years, 5 months ago
@mercime
Thanks for pointing the OP to our PhiloPress plugin@daol9999
Thanks for the purchase -
shanebp replied to the topic How do you add something to bp_group_header_actions ? in the forum How-to & Troubleshooting 11 years, 5 months ago
function tweak_button ( $button ) {
$button[link_text] = 'my icon ' . $button[link_text];
return $button;}
add_filter( 'bp_get_group_join_button', 'tweak_button', 1, 1 ); -
shanebp replied to the topic BuddyPress Lke Plugin Updated in the forum Creating & Extending 11 years, 5 months ago
@darrenmeehan
>I’m not sure whether to fix a few things at a time or to do the massive rehaul I’d like to.The old ‘improvements vs. legacy support’ dance.
It’s a free plugin ( and a sweet one ) so do what’s best for you.
I’d do the overhaul and require BP 1.7 + going forward.
-
shanebp replied to the topic Create Group in the forum How-to & Troubleshooting 11 years, 5 months ago
do you have ‘user groups’ selected in wp-admin Settings > BP ?
do you have ‘allow members to create groups’ selected in wp-admin Settings > BP > Settings ?
-
shanebp replied to the topic Users notification stats in the forum How-to & Troubleshooting 11 years, 5 months ago
see wp_usermeta table
There should be, per member, a row for each notification setting
-
shanebp replied to the topic Compose Message and Private Message link problem in the forum Showcase 11 years, 5 months ago
Messages send is okay.
Just sent to kizmark and oz_adminYou have to use the correct name: kiz mark will fail.
-
shanebp replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 5 months ago
>is that hard to make?
Not if you understand S2, mysql and pre-query BP filters
-
shanebp replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 5 months ago
-
shanebp replied to the topic Tranfering / Moving Domain Name in the forum How-to & Troubleshooting 11 years, 5 months ago
BP also hard-codes urls all over the place instead of making them relative.
Dunno why. Perhaps there is some setting to avoid this?
And what about serialized strings?So use this:
search / replace -
shanebp replied to the topic [Resolved] bbPress forum posts occasionally not appearing in activity stream in the forum How-to & Troubleshooting 11 years, 5 months ago
The stray posts never appear in the group stream?
Or don’t appear until some hours have past?Inconsistent behaviour is a tough bug.
But at least it’s specific to Group forums.Are you using Page Caching in the cache plugins?
That can cause BP problems re serving stale pages, but you most likely would have seen that issue elsewhere on your…[Read more] -
shanebp replied to the topic Buddypress Issue in the forum How-to & Troubleshooting 11 years, 5 months ago
To make ‘Profile’ the default tag on a member’s page, put this in wp-config
define( 'BP_DEFAULT_COMPONENT', 'profile' );
Re ‘I fixed that issue by editing the bp-custom.php. ‘
We have no idea what you did or why.
If the Profile subnav is not showing up, then you have some other problems, probably theme related.
Change your theme to the WP…[Read more] -
shanebp replied to the topic [Resolved] template compat – override profile in the forum How-to & Troubleshooting 11 years, 5 months ago
Client wants Extended Profiles turned off, so the override was profile-wp, not profile-loop
now working thanks to @hnla
pls mark as resolved.
-
shanebp replied to the topic Modify hook for posting new activity comment in the forum Ideas 11 years, 5 months ago
Submit an enhancement ticket at
https://buddypress.trac.wordpress.org/
using the same user / pw you use here -
shanebp replied to the topic [Resolved] template compat – override profile in the forum How-to & Troubleshooting 11 years, 5 months ago
no luck, but also tried over-writing
/wp-content/plugins/headway-community-builder/templates/members/single/profile/profile-loop.php -
shanebp replied to the topic [Resolved] template compat – override profile in the forum How-to & Troubleshooting 11 years, 5 months ago
fyi – just in case, tried using
add_theme_support( 'buddypress' );
but it trashes the layout - Load More
@shanebp
Active 16 hours, 43 minutes ago