-
Paul Gibbs posted on the forum topic Why I gave up on Buddypress… in the group Requests & Feedback: 14 years, 11 months ago
Thanks for your comments, and good luck with your site.
-
Paul Gibbs posted on the forum topic Mashable running BP? in the group Gallery: 14 years, 11 months ago
Not aware, but hopefully it gives an idea of what anyone else could recreate with a bit of time, a pinch of expertise, and BuddyPress.
-
Paul Gibbs posted on the forum topic Compilation of error messages in the group How-To and Troubleshooting: 14 years, 11 months ago
If this is a new build, wipe it all clean again, and just install WordPress. Test that a default, out-of-the-box WordPress works fine. This means things like writing posts, editing posts, writing comments, changing theme, and — specifically — make sure you can customise the permalinks (Settings -> Permalinks, in wp-admin).
-
Paul Gibbs posted on the forum topic Can't access a group I created in the group How-To and Troubleshooting: 14 years, 11 months ago
Ah, yes; you’ve run into a known issue when if WordPress is in a subdir, the BuddyPress URL can’t share any of the same words. In this case, you need to rename the mentors group to something else.
-
Paul Gibbs posted on the forum topic Jquery ui tabs not working in the group How-To and Troubleshooting: 14 years, 11 months ago
Anything in your browser’s javascript console?
-
Paul Gibbs posted on the forum topic BBpress Forums Installation in the group Installing BuddyPress: 14 years, 11 months ago
That is a pretty cool bit of template to share. Maybe we could add it to codex.buddypress.org — perhaps add a new page or section about forums so we can link to it rather than having to re-type all the options available each time
-
Paul Gibbs posted on the forum topic removing /members/ from permalink (like facebook) in the group How-To and Troubleshooting: 14 years, 11 months ago
Hi, take a look at https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Specifically, you’ll want:
define ( 'BP_ENABLE_ROOT_PROFILES', true ); -
Paul Gibbs posted on the forum topic Editing CSS for Dropdown/Combo box in the group Achievements: 14 years, 11 months ago
If you run Firefox, get Firebug, or if you’re running Chrome or Safari, use the developer tools to inspect the element you’re trying to change. You can figure out what might be overriding your style changes. It might take a little time to become familiar with the process, but it’ll pay dividends in the future
-
Paul Gibbs posted on the forum topic Editing CSS for Dropdown/Combo box in the group Achievements: 14 years, 11 months ago
Hi @s37n
You’re looking in the right place. /css/admin.css is used on the edit/add screens. For the dropdown boxes, look at
form.achievement-edit-form select. It looks like I only set the width, not the font size. That must be coming from your theme (or from the BP-Default theme). -
Paul Gibbs posted on the forum topic Rate anything: new plugin in development, soliciting architecture advice in the group Creating & Extending: 14 years, 11 months ago
I’m wondering why you want to store meta in the posts table as opposed to, say, the posts meta table? 🙂
-
Paul Wong-Gibbs posted an update 14 years, 11 months ago
@cnorris23 are you on twitter?
-
Paul Gibbs posted on the forum topic suggestion: for removing activity, instead of "Delete", say "Hide" in the group Requests & Feedback: 14 years, 11 months ago
I disagree. The activity stream item’s delete button does delete the activity stream item, not hide it. There’s no way to get it to reappear, so “hide” would be inaccurate. There’s a bit of an uneasy tension between the activity stream items and the actual content that they refer to, but I don’t think renaming […]
-
Paul Gibbs posted on the forum topic True BP compatibility with Multisite in the group Requests & Feedback: 14 years, 11 months ago
Most? all? of the core patches suggested by wpmuguru have made it into trunk (v1.3). I think there’s one patch still to look at. I don’t know what else would be required beyond this point. Boone and John have made a number of changes as to where we store data in certain multisite situations, so […]
-
Paul Gibbs posted on the forum topic Progress Bar Numerical Value Display in the group Achievements: 14 years, 11 months ago
You’ll have to look at the tempting function used for the progress bar. Without looking, I can’t remember if I added a direct function for such a thing or not.
-
Paul Gibbs posted on the forum topic Can't send email from BuddyPress to addresses that use country code extensions in the group How-To and Troubleshooting: 14 years, 11 months ago
Ok – so you’re going to your profile’s private message, compose; what type of search term do you enter in the name field? Do you get any autocompletion results (an AJAX script ought to be running)? Does the search term match up to a particular user? Just trying to understand where it’s falling out. BuddyPress […]
-
Paul Gibbs posted on the forum topic Rate anything: new plugin in development, soliciting architecture advice in the group Creating & Extending: 14 years, 11 months ago
Hello! Achievements is being re-written to use post types; I think it’s up to one post type and two custom taxonomies so far. I think you can and should use a custom post type for this. Don’t underestimate the power of the post types and taxonomies APIs, but remember you can also make your own […]
-
Paul Gibbs posted on the forum topic How to contribute to Buddypress code development in the group Third Party Components & Plugins: 14 years, 11 months ago
You can do what you, but I think there’s not much scope other than post formats for any more changes to the theme on the upcoming release cycle. If you want to prove me wrong, I suggest making some mockups before you start writing code.
-
Paul Gibbs posted on the forum topic How to contribute to Buddypress code development in the group Third Party Components & Plugins: 14 years, 11 months ago
Regarding the theme: if you want to make your own version, do as hnla suggests. Otherwise, how about mocking up some designs for post formats support and see how things go?
-
Paul Gibbs posted on the forum topic How to contribute to Buddypress code development in the group Third Party Components & Plugins: 14 years, 11 months ago
Yep. ‘svn diff > patchfile’ I what I usually do. Trunk is where the dev is happening, so if you’ve spotted things you want to fix, check out a trunk install and check that we haven’t fixed it already. If you’re looking for things to fix, typically any ticket on trac is valid and warrants […]
-
Paul Gibbs posted on the forum topic Can't send email from BuddyPress to addresses that use country code extensions in the group How-To and Troubleshooting: 14 years, 11 months ago
The private messaging doesn’t use the email addresses directly. I spent a bunch of hours this last weekend fixing problems with the private messaging system in certain situations involving differences between the user’s log in, and user nickname fields, and when the compat mode constant is set (I assume you have set this in your […]
- Load More
@djpaul
Active 1 month, 2 weeks ago