-
Paul Gibbs posted on the forum topic Attempting to write new user password to database in the group How-To and Troubleshooting: 14 years, 10 months ago
No no no, there is absolutely no need to insert a user account with a direct SQL query
-
Paul Gibbs posted on the forum topic Upgrade 1.0RC to 1.1 (so that I may auto update) in the group How-To and Troubleshooting: 14 years, 10 months ago
Just replace the entire plugin with a new version, and visit any page in wp-admin. That’s all you have to do.
-
Paul Gibbs posted on the forum topic Activity Load-More Fails To Use Action Parameter in the group How-To and Troubleshooting: 14 years, 10 months ago
Can you put your change onto pastebin or similar so we can see what you’ve done?
-
Paul Gibbs posted on the forum topic Attempting to write new user password to database in the group How-To and Troubleshooting: 14 years, 10 months ago
BuddyPress doesn’t interfere with user registration at that level. I think you’re almost certainly doing something wrong if you are needing to create your own hash for the password, etc. The authentication class is overridable, and most stuff can be done via the ‘authenticate’ action (I think that’s the name). I would rethink the approach […]
-
Paul Gibbs posted on the forum topic Is there anything like facebook wall? in the group How-To and Troubleshooting: 14 years, 10 months ago
The activity stream is analogous to Facebook Wall
-
Paul Gibbs posted on the forum topic Upgrade 1.0RC to 1.1 (so that I may auto update) in the group How-To and Troubleshooting: 14 years, 10 months ago
Sorry, I was being unclear. When a newer version of BuddyPress is put in place in /plugins, when you as an admin visit /wp-admin/, it will fire an internal update script. That’s what I was referring to. I can’t remember how similar 1.0rc to 1.0 was. I have not recently tried to see if it’s […]
-
Paul Gibbs posted on the forum topic Upgrade 1.0RC to 1.1 (so that I may auto update) in the group How-To and Troubleshooting: 14 years, 10 months ago
BuddyPress 1.0 runs on WP 3.1? I wasn’t aware, impressive! The database schema changed a bit somewhere in the 1.0-1.2? releases, so try to stick to the upgrader if you can.
-
Paul Gibbs posted on the forum topic Affordable WordPress and BuddyPress plugins in the group Miscellaneous: 14 years, 10 months ago
It’s hard to remove a post and let you see the response, so I’m closing this one. Please refrain from posting any further about this, it’s beginning to look like spam (this is the third post that I’m aware of, in the last few days). Heck, the title of this thread is the sort of […]
-
Paul Gibbs posted on the forum topic Affordable WordPress and BuddyPress plugins in the group Miscellaneous: 14 years, 10 months ago
I’m writing a response to this.
-
Paul Gibbs posted on the forum topic xprofile fields display backslash before ' in the group How-To and Troubleshooting: 14 years, 10 months ago
-
Paul Gibbs posted on the forum topic Subdomain Install – Pages Not Found in the group Installing BuddyPress: 14 years, 10 months ago
That might work but I can’t guarantee that it will not cause any weird bugs or issues down the line. I’d recommend that you test with this setting, and remove the BP_ROOT_BLOG customisation:
define ( ‘BP_ENABLE_MULTIBLOG’, true );
-
Paul Gibbs posted on the forum topic Upgrade 1.0RC to 1.1 (so that I may auto update) in the group How-To and Troubleshooting: 14 years, 10 months ago
This is such a huge, complicated issue. I’ve not even tried this myself. BP 1.2’s theme system changed, so you will be reverting back to the new default theme unless you build a new theme. Any specific BuddyPress plugins you are running will almost certainly stop working in some way. You’ve also got several WordPress […]
-
Paul Gibbs posted on the forum topic [Bug Report] Achievements not firing for network subsite actions in the group Achievements: 14 years, 10 months ago
Ah hah, well done. Yes, I think your solution is the approach I’d take and it looks to be robust enough. Thanks for sticking through this issue ๐
-
Paul Wong-Gibbs posted a new activity comment 14 years, 10 months ago
What question? Link me!
-
Paul Gibbs posted on the forum topic Achievements for actions through other plugins in the group Achievements: 14 years, 11 months ago
As you found, the dpa_handle_action is required. I found a better way to do that, via create_function, have a look in my development SVN on http://code.google.com/p/achievements/source/detail?r=926 (click on the “+”). The reason for the intermediate function is because the do_action’s arguments weren’t being passed along to the main handler if…[Read more]
-
Paul Gibbs posted on the forum topic Achievements for actions through other plugins in the group Achievements: 14 years, 11 months ago
Well done ๐ Could you let me know what part of the documentation you found (or maybe you didn’t find it; on achievementsapp.com) tricky to understand so I can improve it?
-
Paul Gibbs posted on the forum topic โ..you need to upload an image to the WordPress Media Libraryโ. Plenty of images though. in the group Achievements: 14 years, 11 months ago
Weird, thanks for the detail. I’ll try to look at this in the next week and see if I’ve done something wrong ๐
-
Paul Gibbs posted on the forum topic Achievements translation to Spanish (Mรฉxico) in the group Achievements: 14 years, 11 months ago
Thanks so much
I’ll put it in a release coming out this week ๐ -
Paul Gibbs posted on the forum topic LOAD MORE in the group How-To and Troubleshooting: 14 years, 11 months ago
We’ve fixed this tricky one for BuddyPress 1.3, too ๐
-
Paul Gibbs posted on the forum topic Query/Call @mentions List in the group How-To and Troubleshooting: 14 years, 11 months ago
Nothing magical. It’s the regular activity stream loop (look in /activity/activity-loop.php if you need a reference). In your call to bp_has_activities(), set ‘scope’ to ‘mentions’. This may need some trial and error, but like this:
if ( bp_has_activities( 'scope=mentions' ) ) - Load More
@djpaul
Active 1 month, 2 weeks ago