-
Boone Gorges replied to the forum topic Error message on activation in the group BP Group Reviews 13 years, 2 months ago
I have a version of the plugin that’s 1.5-compatible almost finished. I’ll try to release it today.
-
Boone Gorges replied to the forum topic Will I be able to upgrade via dash if I use 1.5 RC1 ? in the group How-To and Troubleshooting 13 years, 2 months ago
If I manually install 1.5 RC1, will I be notified and be able to update normally/successfully via the dashboard when 1.5 is released?
Yes.
Since 1.2.11 is in the works, I’m assuming 1.5 isn’t going to be […]
-
Boone Gorges wrote a new post on the site BuddyPress.org 13 years, 2 months ago
BuddyPress Template Pack is a Totally Tubular plugin that helps you to bring BuddyPress functionality to any WordPress theme. And now, after a bit of elbow grease, the latest version (1.2) is fully compatible with […]
-
Boone Gorges replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 13 years, 2 months ago
@valuser Thanks for your patience, and for the kind words 🙂
-
Boone Gorges replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 13 years, 2 months ago
Just to be clear, bp-default has been fixed to do automatically what @karmatosed suggests you do manually. This is only an issue for the BP Template Pack.
In the meantime, why not just use more specific […]
-
Boone Gorges replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 13 years, 2 months ago
It probably means that the stylesheet for bp-template-pack is being loaded after your custom styles. For now, either use !important, or just use a more specific selector. I’ll open a ticket on Github to see if […]
-
Boone Gorges replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 13 years, 2 months ago
Are you sure that the styles are coming from bp-default, and not from the bp-template-pack CSS? (It would be very strange indeed if it came from bp-default, unless of course your theme is a child theme of […]
-
Boone Gorges replied to the forum topic Will this work with BB Press 2.0 in new BP 1.5? in the group BuddyPress Group Email Subscription 13 years, 2 months ago
The plugin does not use a real cron job. it’s wp’s “pseudo-cron”, and it will stop a soon as the plugin is disabled.
-
Boone Gorges replied to the forum topic Will this work with BB Press 2.0 in new BP 1.5? in the group BuddyPress Group Email Subscription 13 years, 2 months ago
The command would be something along the lines of
DELETE FROM wp_bp_groups_groupmeta WHERE meta_key = 'ass_subscribed_users';
though I must say that I do not recommend doing this, as there is no undo!
-
Boone Gorges replied to the forum topic Will this work with BB Press 2.0 in new BP 1.5? in the group BuddyPress Group Email Subscription 13 years, 2 months ago
BPGES doesn’t create any tables. It stores some data in _bp_groups_groupmeta, with the key ass_subscribed_users, as well as some usermeta. Probably not worth cleaning out, unless you have serious performance issues.
-
Boone Gorges replied to the forum topic Add menu/link item to Group admin bar upon Group creation? in the group BuddyPress Groupblog 13 years, 2 months ago
See https://codex.buddypress.org/developer-docs/group-extension-api/, especially the edit_screen(), create_screen(), and corresponding “save” methods. If you don’t want to have a public tab associated with the […]
-
Boone Gorges replied to the forum topic 3 Questions PLEASE help in the group How-To and Troubleshooting 13 years, 2 months ago
2 – You would have to write some javascript that does the refreshing. I don’t know of any ready-made implementations.
3 – There’s no automatic way to filter these out in BuddyPress at the moment. You could […]
-
Boone Gorges replied to the forum topic Screen options in dashboard not opening after upgrade to BP 1.2.10 using WP 3.2.1 in the group How-To and Troubleshooting 13 years, 2 months ago
Very strange. Well, if the problem arises again, take careful note of what plugins you may have turned on/off around that time, and then post again here. Thanks for your patience.
-
Boone Gorges replied to the forum topic Screen options in dashboard not opening after upgrade to BP 1.2.10 using WP 3.2.1 in the group How-To and Troubleshooting 13 years, 2 months ago
Sorry about that, I misread what you were writing. I understand now.
Have you, by chance, turned off any BP plugins recently? I have a hypothesis that there are notifications in your database corresponding to a […]
-
Boone Gorges replied to the forum topic BP – xprofile_get_field_data() in the group How-To and Troubleshooting 13 years, 2 months ago
So what happens when you do
var_dump( $major );
after all of this? Does it show up asfalse
, or undefined? If false, the problem is that the user has not filled in the data (or the field doesn’t exist). If […] -
Boone Gorges replied to the forum topic Screen options in dashboard not opening after upgrade to BP 1.2.10 using WP 3.2.1 in the group How-To and Troubleshooting 13 years, 2 months ago
Hm. Your upgrade must not have completed properly. In BP 1.5 RC1, there is no file called bp-core/bp-core-notifications.php. That file, along with the files that called it, must be left over from your pre-upgrade […]
-
Boone Gorges replied to the forum topic Screen options in dashboard not opening after upgrade to BP 1.2.10 using WP 3.2.1 in the group How-To and Troubleshooting 13 years, 2 months ago
Very strange. I wonder how old notifications might have caused this problem. You don’t happen to have access to your server’s PHP error log, do you? It might help to see whether this is a problem with BP itself.
-
Boone Gorges replied to the forum topic Fatal Error when activating RC in the group How-To and Troubleshooting 13 years, 2 months ago
The plugin folder must be called ‘buddypress’. Yours is called ‘1.5-rc-1’.
-
Boone Gorges replied to the forum topic 1.5 Child Theme Not Working in the group How-To and Troubleshooting 13 years, 2 months ago
The current stable version of the template pack has not been verified as compatible with BP 1.5. You can get the dev version from https://github.com/boonebgorges/bp-template-pack
-
Boone Gorges replied to the forum topic Can't create a group after update in the group How-To and Troubleshooting 13 years, 2 months ago
Did you upgrade from BP 1.2.9 or another version?
- Load More
@boonebgorges
Active 1 year, 4 months ago