-
ds123 replied to the forum topic BuddyPress Activity Stream Bump to Top in the group Creating & Extending 13 years, 1 month ago
@jwack it works for up 1.2.10 but says it fails for buddypress 1.5 …. can someone please take this over am willing to pay and make it compatible with 1.5 ?
-
Lily posted on the forum topic WTF? Disable Blog creation during registration in the group How-To and Troubleshooting: 13 years, 11 months ago
@jwack good luck!
-
Lily posted on the forum topic WTF? Disable Blog creation during registration in the group How-To and Troubleshooting: 13 years, 11 months ago
@jwack – Yep – Yes, it’s not the most accessible-friendly way to prevent splogging but we do require people use the code in order to register at all, instead of a captcha. And we haven’t had a single spammer since. But for the few who don’t know it, we also provide the link where they can […]
-
Lily posted on the forum topic WTF? Disable Blog creation during registration in the group How-To and Troubleshooting: 13 years, 11 months ago
@jwack hi, I had similar issues… even after removing the blog signup at registration, spammers would sign up, activate their accounts, and then create a new splog. to help cut down, I tried these steps: – changed my registration slug in bp-custom.php: define ( ‘BP_REGISTER_SLUG’, ‘join’ ); – also added a redirect of wp-signup.php inside…[Read more]
-
Paul Gibbs posted on the forum topic Question about achievement count in the group Achievements: 14 years ago
Hi @jwack What you describe in your first sentance is what I call “retroactive achievements”, or rather, retroactive awarding of existing Achievements. It’s not possible in the current release, but I’m trying hard to find a good way of doing it for the next release. Regarding Achievements for creating 10 posts and 50 posts. If you […]
-
mercime posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 1 month ago
-
Roger Coathup posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 1 month ago
-
mercime posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 1 month ago
@jwack @rogercoathup something like this? http://wpmututorials.com/plugins/featured-posts-plugin-and-widget/
-
Roger Coathup posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 1 month ago
@jwack – it won’t be easy as a non-programmer. Your best route is probably to make use of switch_to_blog(); and use a ‘standard’ WordPress posts loop on each blog in turn. Search ‘wordpress loop’ in Google. You’ll also need to call functions to fetch the author, etc. You may be able to figure out your loop […]
-
Roger Coathup posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 1 month ago
@jwack – you’ll hit some performance problems – You’ll need to use switch_to_blog(blog_id) to change to each blog, and extract the post, author, etc. details. Each call to switch_to_blog incurs a performance overhead. Your alternative is to store the information you need in the activity stream when a post is saved: Most of the information you need […]
-
pcwriter posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 1 month ago
Here are good places to get you started:
https://codex.wordpress.org/Function_Reference -
Paul Gibbs posted on the forum topic Achievements Achievements Achievements in the group Creating & Extending: 14 years, 2 months ago
Thanks for the feedback 🙂
-
r-a-y posted on the forum topic Analytics kills Dashboard with Blank page in the group Third Party Components & Plugins: 14 years, 6 months ago
@jwack – That’s why it’s called example code 😉
-
r-a-y posted on the forum topic Analytics kills Dashboard with Blank page in the group Third Party Components & Plugins: 14 years, 6 months ago
It still applies, @jwack .
@jwack
Not recently active