-
Boone Gorges replied to the forum topic CKEditor – problem integrating it in BP activity post form in the group Creating & Extending 13 years, 3 months ago
That’s one way to work around it 🙂
-
Boone Gorges replied to the forum topic pluggable.php on line 897 Agh! What? in the group How-To and Troubleshooting 13 years, 3 months ago
WP/BP versions? It’s hard to match line numbers without specific versions.
-
Boone Gorges replied to the forum topic CKEditor – problem integrating it in BP activity post form in the group Creating & Extending 13 years, 3 months ago
I know what the problem is, but not necessarily how to solve it.
These JS rich text editors work by hiding the HTML textarea, and hijacking the form submit process; when you submit the form, the CKeditor takes the content of […]
-
Boone Gorges replied to the forum topic Last update seems to have broken 1.2.9+ (Group Subscription Plugin) in the group BuddyPress Group Email Subscription 13 years, 3 months ago
@menelik Thanks a million for looking into this.
You’re right that your solution will probably work. But the reason why it’s necessary is because […]
-
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
@foxly Thanks. Yeah, it must be stripping iframe tags from non-Administrators. (And this is a separate install from wordpress.com, so it doesn’t have […]
-
Boone Gorges replied to the forum topic Is this really the best way to check if I'm on a member profile? in the group How-To and Troubleshooting 13 years, 3 months ago
In BP 1.5, there is a function
bp_is_user()
, which will return true on any member page.If you need to support BP 1.2.x, do the following:
`global $bp;
if ( !empty( $bp->displayed_user->id ) ) {
// member page stuff […] -
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
@foxly I’m not sure I have the authority to make you a super admin, but I’m happy to try embedding it myself. Can you give me the URLs for the docs, […]
-
Boone Gorges replied to the forum topic Last update seems to have broken 1.2.9+ (Group Subscription Plugin) in the group BuddyPress Group Email Subscription 13 years, 3 months ago
@menelikseth – Glad it’s working with a fresh installation. Would you mind sending the old zip to boonebgorges at [gmail] so that i could have […]
-
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
-
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
I knew you knew @foxly 🙂
-
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
I’m a bit confused at what this discussion is trying to accomplish 🙂
When you set up globals, as in the function excerpted above, you should hook to bp_setup_globals.
When you set up navigation, as with functions like bp_core_new_nav_item(), […] -
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
Thanks for posting that tutorial, @foxly. The ‘wp’/’admin_menu’ hook is a very old technique that has nonetheless continued to work. I’ve got that on my list of things to write about on bpdevel.wordpress.com. Maybe I’ll […]
-
Boone Gorges replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 3 months ago
I kind of agree with @djpaul. The average user will (or at least should!) have WP_DEBUG disabled, and will (or should!) have error reporting turned off. In that sense, those plugins are in fact compatible with BP 1.5. (To put […]
-
Boone Gorges posted an update 13 years, 3 months ago
-
Boone Gorges replied to the forum topic Website crashed twice using BP in the group Installing BuddyPress 13 years, 3 months ago
What do you mean that the website “crashed”?
It’s highly, highly unlikely that BuddyPress would have caused you to lose any data. If, after activating BuddyPress, your screen goes white, it usually suggests that you have […]
-
Boone Gorges replied to the forum topic BuddyPress 1.5 user fullname save/show errors in the group How-To and Troubleshooting 13 years, 3 months ago
Great!
If you’ve got command-line access to your server, you can check out latest development version via Subversion. Create an empty directory /wp-content/plugins/buddypress/, and then
svn co https://svn.buddypress.org/trunk
[…] -
Boone Gorges replied to the forum topic BuddyPress 1.5 user fullname save/show errors in the group How-To and Troubleshooting 13 years, 3 months ago
When’s the last time you svn upped your installation? Or are you using one of the BP 1.5 betas? I’ve been told that this issue has been identified and fixed since BP 1.5-beta-2: https://buddypress.trac.wordpress.org/ticket/3469#comment:1
-
Boone Gorges replied to the forum topic BuddyPress 1.5 user fullname save/show errors in the group How-To and Troubleshooting 13 years, 3 months ago
oops, you answered my question before I asked it 🙂
Yes, that sounds like a bug. I have opened a Trac ticket, which you can follow for updates: https://buddypress.trac.wordpress.org/ticket/3469
-
Boone Gorges replied to the forum topic BuddyPress 1.5 user fullname save/show errors in the group How-To and Troubleshooting 13 years, 3 months ago
I was not able to reproduce either issue. When new users sign up, their display name is correct. And data is correctly synced back and forth between display_name and the BP name field.
Have you changed the name of your Full […]
-
Boone Gorges replied to the forum topic changing the Docs tab name in the group BuddyPress Docs 13 years, 3 months ago
It’s working fine for me on BP 1.2.9, as well as BP 1.5.
- Load More
@boonebgorges
Active 1 year, 4 months ago