-
shanebp replied to the topic Activity post time incorrect under Ajax in the forum Installing BuddyPress 11 years, 8 months ago
Yes, it was an undo.
My guess was that it was related to an issue where timezone is set via wp-admin, but gmt_offset remains empty.I haven’t looked at the ajax re your report, but that would be the next step.
-
shanebp replied to the topic Activity post time incorrect under Ajax in the forum Installing BuddyPress 11 years, 8 months ago
You’ll need to paste this snip in bp-custom, load the site, and then remove the snip.
update_option( 'gmt_offset', '0' );
-
shanebp replied to the topic Activity post time incorrect under Ajax in the forum Installing BuddyPress 11 years, 8 months ago
Do you feel comfortable adding a code snippet to bp-custom.php or your theme’s functions.php ?
If so, try adding this:
update_option( 'gmt_offset', '-5' );
And then see if the problem still exists. […]
-
shanebp replied to the topic Activity post time incorrect under Ajax in the forum Installing BuddyPress 11 years, 8 months ago
And your timezone is EST ?
And in wp-admin/settings you’ve chosen an East Coast city in the timezone option ?What version of WP and BP are you using ?
-
shanebp replied to the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
@bphelp this conversation should be taking place in the Issues area of the git repo.
If a moderator could truncate our conversation on this thread, that would be great.
-
shanebp replied to the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
I can’t duplicate what you state.
I’m not checking roles (admin, etc) at all.I do know it’s easy to get confused while testing.
And I forgot to _not show the block button when viewing your own profile. […] -
shanebp replied to the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
> Is there a way to turn those debug messages on and off?
Sure, just comment out or delete those ‘echo’ lines.> The plugin that caused the error …
Thanks for the update.
Possible conflicts with […] -
shanebp replied to the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
this ugly code appears
Those are debug messages, viewing the custom sql – not errors.
I could have made that clearer.Also after you press the block button the text “block” turns into […]
-
shanebp started the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
Here’s the start of a 1.7 only plugin for blocking members.
I did something similar awhile back in 1.5 for a client.
It worked but was a real pile of spaghetti.This approach adjusts queries in an […]
-
shanebp replied to the topic BP Member Notes – beta in the forum Creating & Extending 11 years, 8 months ago
Now in the repo:
https://wordpress.org/extend/plugins/bp-member-notes/ -
shanebp replied to the topic zenthemes? in the forum Creating & Extending 11 years, 8 months ago
I’ve never used zenthemes.
But their Buddies theme page says:
“WordPress 3.3.1 & BuddyPress 1.5.3.1, bbPress 2 compatible”So it’s out of date – should be at least WP 3.5 and BP 1.6
-
shanebp replied to the topic Customize profile but keeping links in the forum How-to & Troubleshooting 11 years, 8 months ago
Take a look at xprofile_filter_link_profile_data() in bp-xprofile-filters.php
I think you can call it directly.Or you can just build your own href strings.
They’re very simple –`site_url() . […]
-
shanebp replied to the topic BP Member Notes – beta in the forum Creating & Extending 11 years, 8 months ago
-
shanebp replied to the topic BP Member Notes – beta in the forum Creating & Extending 11 years, 8 months ago
>P.P.S. Do I still need to do the bug test?
No need re BP Member Notes.
But it might be useful re the larger context of why the fatal error occurred.
The plugin file should never have loaded – due to the […] -
shanebp replied to the topic BP Member Notes – beta in the forum Creating & Extending 11 years, 8 months ago
I’m curious about what caused the error on your install, while no errors on mine.
So I created a simple plugin to test for whether BP is activated here: […] -
shanebp replied to the topic BP Member Notes – beta in the forum Creating & Extending 11 years, 8 months ago
@mercime
Thanks for the new issue report.
I can’t duplicate, but made a tweak.
Could you please test again ?[ just posting here in case you aren’t rec’ing issue updates ]
-
shanebp replied to the topic [Resolved] Activity template – sidebar disappears? in the forum How-to & Troubleshooting 11 years, 10 months ago
In bp-default, single activity uses: activity/entry.php
But it is used by activity/activity-loop.php to display each entry in the entries list.
So any changes to entry.php will show up in the loop.
And […] -
shanebp replied to the topic Re-order profile menu items in the forum How-to & Troubleshooting 11 years, 10 months ago
-
shanebp replied to the topic How to add members to a group in the forum How-to & Troubleshooting 11 years, 10 months ago
3. The group admin can invite friends to join their group.
To invite members that are not friends of the group admin, use this plugin:
-
shanebp replied to the topic in the forum shanebp 11 years, 10 months ago
Please don’t double post
https://buddypress.org/support/topic/bp-profile-search-dont-show-members-directory/#post-150835
- Load More
@shanebp
Active 9 hours, 18 minutes ago