@viewfavorites
Not recently active
-
Paul Gibbs posted an update in the group Welcome Pack: 14 years, 6 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.
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,