-
Paul Gibbs posted on the forum topic wp_bp_messages …. in the group How-To and Troubleshooting: 15 years, 11 months ago
No, but it’s a good idea. Out of interest, how big is big? 🙂
-
Paul Gibbs posted on the forum topic This templates speech bubble when posting in the group How-To and Troubleshooting: 15 years, 11 months ago
Have a look at the HTML using Firebug or even the ‘View Source’ option in your browser; the text area’s wrapped in two divs, and the outermost div has a background graphic assigned. You just need to customise your theme so that the posting textarea has the same divs, and add the CSS.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 11 months ago
Thanks Jonathan!
-
Paul Gibbs posted an update in the group Welcome Pack: 15 years, 11 months ago
2.0.3 has just been uploaded. Fixes:
* Fixed the welcome message sender receiving copy of the message.
*Removed duplicate function calls when using email customisation. -
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
When a plugin is updated, the group page version number and readme.txt content is updated immediately — ace! However, “Last Updated” hasn’t updated.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 11 months ago
@apeatling says he’s going to be releasing a plugin which does that soon
-
Paul Gibbs posted on the forum topic Welcome Pack update request in the group Creating & Extending: 15 years, 11 months ago
@dennis_h The “jq” variable was added in BuddyPress 1.2.3. Not being on the latest BuddyPress would give you that error. What version are you running?
-
Paul Gibbs posted on the forum topic Welcome Pack update request in the group Creating & Extending: 15 years, 11 months ago
@Erich73 On WPMU, the user database is shared between all sites. The user registration is executed on the main blog. In Welcome Pack’s case, there’s not a lot of difference therefore if it runs sitewide or on a per-blog basis, so I set it to run sitewide just in case there is some unusual way that […]
-
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
Works fine for me in Chrome. Might be browser caching.
-
Paul Gibbs posted on the forum topic BuddyPress.org Theme differences from BP default theme in the group Miscellaneous: 15 years, 11 months ago
Go file a bug report, r-a-y 😉
-
Paul Gibbs posted on the forum topic WordCamp San Francisco – Any BP Peeps Going? in the group Miscellaneous: 15 years, 11 months ago
I know that Andy Peatling and John James Jacoby will be at WCSF
-
Paul Gibbs posted on the forum topic default Gravatar in the group How-To and Troubleshooting: 15 years, 11 months ago
Not much, though the uploaded picture directory was moved a few versions agao.
-
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
@r-a-y You can edit your own posts. At the moment, none of the moderators have moderator powers in any of the groups, so maybe you were looking at someone else’s post?
-
Paul Gibbs posted on the forum topic buddypress photo upload in the group How-To and Troubleshooting: 15 years, 11 months ago
You need to ask the plugin’s author which you can do on https://buddypress.org/community/groups/buddypress-group-forum-extras/
-
Paul Gibbs posted on the forum topic Creating .MO File in the group Creating & Extending: 15 years, 11 months ago
Jeff, we can’t move forum threads at the moment.
-
Paul Wong-Gibbs posted an update 15 years, 11 months ago
@johnjamesjacoby hello to everyone at Orange County WordCamp!
-
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
Avatars aren’t linked under “Inbox” on the profile page
-
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
Plugin meta information not parsing properly.
For example, http://svn.wp-plugins.org/welcome-pack/trunk/readme.txt:
“Requires at least: WP/MU 2.9, BuddyPress 1.2.3
Tested up to: WP/MU 2.9, BuddyPress 1.2.3”It looks like this on the group page: http://tweetphoto.com/19766321
-
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
No way of marking a thread as favourite?
-
Paul Gibbs posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 11 months ago
From JJJ:
The template for the indivudal activity items redirects also.
https://buddypress.org/community/activity/p/86/ - Load More
@djpaul
Active 1 month, 4 weeks ago
Very amazing plugin! Give up the good work sir!
Thanks Jonathan!
Hey Paul. Great work on the plugin. FYI though, on a clean install with WP3 beta 1 and BP 1.2.3 the admin interface breaks. Changing all instances of jq() in admin.js to j() fixes it.
Is your theme loading /bp-default/_inc/global.js ?
Hey Paul. Yes, it is. in my global.js i have the following :
// AJAX Functions
var j = jQuery;
Include is written as follows: [path-to-theme]/_inc/global.js?ver=3.0-beta1
Sorry, should have clarified. The theme i’m using is completely built around the default buddypress theme (it was my starting point) and i have not changed global.js at all.
Look at https://svn.buddypress.org/tags/1.2.3/bp-themes/bp-default/_inc/global.js, which is global.js for 1.2.3. It declares it as jq.
Thanks Paul. I can see that. Do you know when this change took place as I’m definately using 1.2.3 and my global.js is definately using j, not jq. Anyway, not to worry, i just saw i wasn’t the only one having this issue so thought i’d try and shed some light on it. Thanks.
It was in this revision https://trac.buddypress.org/ticket/2151 which went into the 1.2 branch about 6 weeks ago,