Paul Gibbs @DJPaul ?
active 8 hours, 51 minutes agoBuddyPress Forum Moderator & Plugin Developer. I contribute to BuddyPress, enjoy speaking at WordCamps and consult on projects and create custom plugins for your site; contact me at paul@byotos.com. Find me helping out on the BuddyPress.org forums, in #buddypress-dev on freenode, or on twitter as @pgibbs.
-
Javier Arques posted on the forum topic LOVINGFUTBOL.COM in the group Gallery:
Thanks a lot!!
@DJPaul I love your achivements plugin! -
addisonkirk posted on the forum topic Where do I get the theme shown in the Intro Video? in the group Creating & Extending:
It worked! Thank you SO much @mercime and @DJPaul! Why not use this version? Is there any way to get this theme on the new version? I am creating a Motion Picture Casting site. The main part of my site is allowing users to create a profile for themselves (an online application, basically), and then join a [...]
-
addisonkirk posted on the forum topic Where do I get the theme shown in the Intro Video? in the group Creating & Extending:
I’ve installed 1.1 and buddypress from trac. How do I get that theme now?
-
Paul Gibbs posted on the forum topic Where do I get the theme shown in the Intro Video? in the group Creating & Extending:
That’s the 1.0/1.1 theme. It’s out of date and doesn’t work any more.
-
Paul Gibbs posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting:
That’s not possible in the current version. You can only reorder the text that’s already substituted in by BuddyPress, for the “%s” or “%d” placeholders.
-
katemgilbert posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting:
@djpaul – Thanks! Inserting the function code at the top of admin.js worked. I now see the fields.
Where can I find the syntax for calling member and site data in the customized email? For example, username, password, site URL, site name, etc.
-
Paul Gibbs posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting:
Ah hah. Yes, this is something I’ve fixed for the next version. It occurs when you aren’t using The default theme’s JavaScript.
Have a read through http://buddypress.org/community/groups/welcome-pack/forum/topic/couple-of-issues-with-2-1/ for now. -
katemgilbert posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting:
@djpaul – thanks for your response. Yes, http://domain.com/wp-content/plugins/welcome-pack/includes/js/admin.js exists. I am using Firefox. I checked for javascript errors and it looks like it found 3, all relates to the emails in welcome pack. Here’s a screenshot of the error report: http://img203.imageshack.us/img203/1227/jserrors.png. Here is a screenshot of the dropdown expanded: http://img299.imageshack.us/img299/9350/dropdown.png. Looks normal to me. I am going to [...]
-
Paul Gibbs posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting:
1) Is there anything in that dropdown?
2) Does http://your domain/wp-content/plugins/welcome-pack/includes/js/admin.js exist? Can you open it in a web browser ok?
3) What browser are you on? If you know how to check the javascript console for errors, anything? -
Paul Gibbs posted on the forum topic Some members cant post? in the group How-To and Troubleshooting:
Assuming those aren’t spammer user accounts, they need to log in to your site at least once after BuddyPress has been installed to show up.
-
katemgilbert posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting:
@djpaul – I see the Email tab, but when I enable email customization and choose an email to customize from the drop-down, there are no fields to modify the email text itself. I save settings but can’t find any edit fields for the email subj and body. Here’s a screenshot of what I see: http://img825.imageshack.us/img825/6920/welcomepack.png. What am [...]
-
sushkov posted on the forum topic Can't get it working after hours of trying in the group BuddyPress ScholarPress Courseware:
-
Roger Coathup posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
-
Roger Coathup posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
@nuprn1 – yes, they were running sequentially, but the second one was just returning the same activities as the first. As @djpaul suggests, I’ll make sure it’s getting a fuller set of parameters passed in its bp_has_activities() initiation, to keep it showing all activities. Hopefully, this should fix the PHP call. It’s late here – I’ll leave [...]
-
Roger Coathup posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
@djpaul – I put some edits in my comment above – it looks like our posts crossed.
My two streams are independent (i.e. not nested)… I’ll try setting them both up with a full set of parameters specified, and see if that allows them to show different content.
Cheers, Roger
-
Paul Gibbs posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
AJAX clashing is going to be harder to fix. You will probably first have to make sure that your Activity Stream widget doesn’t share any class/ID from the main Activity Stream, then we can figure out what Javascript we need to reimplement.
-
Paul Gibbs posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
Some of the function’s parameters are what I call “smart”; depending on what type of object it controls, and who is logged in and what part of the site is being viewed, if arguments are specified, it will put in some defaults. Obviously if you have a loop that’s changing content from page-to-page that you [...]
-
Roger Coathup posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
@djpaul, @nuprn1 – I ran into a stack of problems with this approach: 1. A call to make a new BP_Activity_Template requires a full set of parameters (it doesn’t default them). 2. All the bp_ functions, e.g. bp_has_activities() work on a single global activities template ($activities_template) 3. The methods (functions) you can call directly on the BP_Activity_Template [...]
-
Roger Coathup posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
@djpaul, @nuprn1 : I was thinking both the AJAX and the PHP switching tabs (e.g. between Personal, Friends, etc. on the Profile .. Activity page). I have a mini activity sidebar widget that’s permanently around showing all site activity. When a user is on a profile activity page, there is also the main activity stream. Essentially, I [...]
-
Paul Gibbs posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
Oh, you just posted some as I was writing. As far as I’m aware this should work.
- Load More