-
Pisanojm posted an update 15 years, 9 months ago
@nuprn1 Rich,
I’m trying to figure something out with your Forum Extra plugin… Before I put too much more effort into it…
Using the View Activity Comments on Forum Posts enabled -sub-plugin.
Should I be able to post a forum topic, have someone reply to it in the Group Activity Stream –> and the Group Stream TOPIC reply back in…[Read more]
-
Hoodie Mark posted an update 15 years, 9 months ago
@nuprn1 Yo Rich. You available for contract work?
-
sure, depends on what it is 😉 drop me a private message on http://etivite.com/members/nuprn1/
-
-
thekmen started the forum topic editing the Action field? in the group BuddyPress Edit Activity Stream: 15 years, 9 months ago
Hi @nuprn1, another handy plugin, thank you.
However, I’m a bit unsure about letting the Action field be edited. Any user could substitute the name & link to make it look like a status update came from someone else. -
thekmen posted on the forum topic Registration email, link to profile? in the group How-To and Troubleshooting: 15 years, 9 months ago
-
Hoodie Mark posted on the forum topic activity stream post ID? in the group How-To and Troubleshooting: 15 years, 9 months ago
@nuprn1 i tried:
if ( ‘new_blog_post’ == bp_get_activity_type() ) : echo $secondary_item_id => post_id; endif;
but still can’t get the post_idThe codex docs are pretty darned incomplete and without any examples it’s really hard to deal with the buddypress functions/filters. Any hints on how i echo that post id????
-
linusf posted an update in the group BuddyPress Activity Stream as Blog Comments: 15 years, 9 months ago
Great plugin! I really like most of your plugins and soon I’m using them all..
I have small problem with “BuddyPress Activity Stream as Blog Comments”. As far as I can understand this plugin is supposed to override the functionaly of blog comments, thats perfect. Now, I can’t seem to disable the “old” blog comment function. You talked…[Read more]
-
Hamed Takmil posted an update 15 years, 9 months ago
@nuprn1 Your Plug-ins are awesome and helped me a lot. Thanks.
-
@silvercover thanks!
-
-
David Wood posted on the forum topic Update requests for Forum Extras? in the group BuddyPress Forums Extras: 15 years, 9 months ago
Hey @nuprn1 – Rich – I’ve installed this, because I want replies in activity stream to show up in forum posts
but it’s not happening – the replies are not showing up.
the topic preview DOES work
ideas?
thanks
D
-
brianglanz started the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 15 years, 10 months ago
With thanks to @nuprn1 for member profile stats — de rigueur for social networking and I like them here at buddypress.org, too — I have two minor suggested changes then some enhancement ideas. First, change the text when topic_count is 0 — line 101 of bp-member-profile-stats.php — from ‘No forum posts made yet.’ to ‘No forum […]
-
Jeff Sayre posted on the forum topic Is BuddyPress Install Currently Broken? in the group Installing BuddyPress: 15 years, 10 months ago
Make sure that your WordPress installation is working before adding BuddyPress. Your hosting package must meet these requirements at a minimum. Also, as rich! @ etiviti ( @nuprn1 ) states, you can learn a lot about potential install issues by checking your server’s log files.
-
edelwater posted on the forum topic Auto Create Group in the group Creating & Extending: 15 years, 10 months ago
-
Aditya Singh posted on the forum topic Querying specific groups based on parameters in the group How-To and Troubleshooting: 15 years, 10 months ago
@nuprn1
bp_has_activities and bp_has_groups -> both were working smoothly when I was using the predefined parameters…it is just not working when i am trying to pass this variable… -
Boone Gorges posted on the forum topic adding new alert into activity stream in the group Creating & Extending: 15 years, 10 months ago
@ninanoki – There are three strategies for doing what you want to do. 1) Load WP/BP in the background when you, for instance, save a mediawiki edit. You can do that by including wp-load.php. Then you can use the BP activity API, as @nuprn1 suggests above. The downside is that you’ve got a lot of overhead, loading […]
-
paulhastings0 posted on the forum topic Feature Request – View Unbumped Stream in the group BuddyPress Activity Stream Bump to Top: 15 years, 10 months ago
@nuprn1, you’ll be glad to know that your plugin has a been a hit on my community ever since I activated it this morning. I’ve also had 6 members request an option to view both a “bumped” stream and an “unbumped” stream. Just thought I’d let you know. Overall you’ve got an awesome plugin. 5 […]
-
dre1080 posted on the forum topic Feature Request – View Unbumped Stream in the group BuddyPress Activity Stream Bump to Top: 15 years, 10 months ago
yes i would also like to do this on my site
@nuprn1 how could we go about making two separate streams with tabs only on the home page -
r-a-y posted on the forum topic Upgraded to 1.2.4 and now No Blogs Showing! in the group How-To and Troubleshooting: 15 years, 10 months ago
-
Becca posted on the forum topic Desired: Plugin for Admin Interface View / Edit of BuddyPress Registration Fields in the group Creating & Extending: 15 years, 10 months ago
@nuprn1 Thanks much … not quite what I’m looking for but as you say could be helpful in the interim 🙂 @boonebgorges Sweet thanks! That thread looks like it’ll give me a starting point. 🙂 Oh and I’m just about to post a “Desired” one that’s related rather more directly to you Group Management plugin. […]
-
Boone Gorges posted on the forum topic Making bp_has_activities() have a global scope in the group How-To and Troubleshooting: 15 years, 10 months ago
Here are some of the accepted arguments: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Also, check out the inline documentation in buddypress/bp-activity/bp-activity-templatetags.php.
@nuprn1 is right that you need to pass in user_id=0.
-
Aditya Singh posted an update 15 years, 10 months ago
@nuprn1 hi…can u help me with buddypress a bit…
i am new to both wp as well as bp…i am not sure where to turn to…. please see this… https://buddypress.org/community/groups/creating-extending/forum/topic/new-to-buddypress/ -
BOW posted an update 15 years, 10 months ago
@nuprn1 Hi Rich!
Just looking at your groups plugin. Have you considered if its possible to restrict group creation to members who have made X number of posts.
We would like to slow down the creation of groups so they are not set up willy nilly :o)
Cheers
Warren
- Load More
@nuprn1
Not recently active
All that subplugin does (View activity comments on forum posts) is display a button which expands down (ajax) and displays the activity comments made for that activity post/topic. (remember each activity stream record is just a short excerpt copy of the actual forum topic/post – there is a disconnect that runs in parallel if you leave activity…[Read more]