-
rich! @ etiviti posted on the forum topic isolating buddypress pages in the group How-To and Troubleshooting: 15 years, 5 months ago
try this (same principal)
http://wiki.dreamhost.com/index.php/Making_stats_accessible_with_htaccess#What_To_Change -
rich! @ etiviti posted on the forum topic Latest forum topics as standalone widget? in the group BuddyPress Forums Extras: 15 years, 5 months ago
correct, the widgets( topic and forum ) is part of the index subplugin as it uses the code from within to generate the index. i don’t have any plans to break it up – some of the stuff shares the same code and rather not manage derivatives of such. you could easily extract the needed […]
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
correct – etivite is running all the tips/plugins that i have created. i’ll probably look at this tomorrow
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
weird – i need to update my local env to WP3.0 – i’ll check it out and see if i can duplicate it.
-
Thanks so much! I’m using the group tags and group forum extras plugins as well, if that makes a difference.
-
I just checked, and deactivating the group tags plugin didn’t help. I’m assuming the tip works fine w/ the forums extras plugin, since that’s yours, right?
-
correct – etivite is running all the tips/plugins that i have created. i’ll probably look at this tomorrow
-
Thanks! I really really appreciate the help!
-
Hiya! Just checking in to see if you’ve been able to take a look at this yet 🙂
-
-
-
-
rich! @ etiviti posted on the forum topic Is it possible to update my activity stream via email? in the group How-To and Troubleshooting: 15 years, 5 months ago
what about xmlrpc? i’m working on a receiver plugin which allows profile activity updates and a new blog post updates (ie, if someone sent an update from an external wordpress blog when a new post is published)
-
rich! @ etiviti posted on the forum topic isolating buddypress pages in the group How-To and Troubleshooting: 15 years, 5 months ago
what about a rewriterule before the htaccess wordpress stuff?
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(mydirectory).*$
RewriteRule . – -
rich! @ etiviti posted on the forum topic When i de-activate buddypress – site crashes?? in the group How-To and Troubleshooting: 15 years, 5 months ago
make sure to disable all bp related plugins – some may not have a proper check yet if BP is disabled
-
rich! @ etiviti posted on the forum topic How to build a list of user_id's belonging to a group? in the group How-To and Troubleshooting: 15 years, 5 months ago
function groups_get_group_members i believe
-
rich! @ etiviti posted on the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 15 years, 5 months ago
ok, just made an update to v0.2 with an admin page to select which counts to display and fixed the wording. I’ll hold off on total blog posts until wp3.0 is out (i’m not set up on wpmu at the moment) also some various actions/filters/template tags so if you wanted to change things up (ie, […]
-
rich! @ etiviti posted on the forum topic Disable Activation Email in the group How-To and Troubleshooting: 15 years, 5 months ago
i don’t have the thread on hand but andy posted up a solution with filters/hooks to disable the email and change the user status
-
rich! @ etiviti posted on the forum topic Is it possible to update my activity stream via email? in the group How-To and Troubleshooting: 15 years, 5 months ago
what about wp-mail.php? i think that uses the wp.org -> settings > writing > Post via e-mail
-
rich! @ etiviti posted on the forum topic Sitewide activity new blog post output based on groups in the group How-To and Troubleshooting: 15 years, 5 months ago
sure
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/set the action to new_blog_post, object to groups, primary_id to the group_id
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
sure, depends on what it is 😉 drop me a private message on http://etivite.com/members/nuprn1/
-
rich! @ etiviti posted on the forum topic ISSUE: Group Forum Post – REPLY FROM ELSEWHERE (Activity Stream) – REPLY Doesn't Go Back to Forum in the group How-To and Troubleshooting: 15 years, 5 months ago
Let me see if I can’t help out here… both plugins in question require theme edits and only built against the default theme – so there might be discrepancies if you use something else. Remember the activity stream takes an excerpt copy of the content (forum topic, post, blog comment) for its own use. This […]
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
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]
-
rich! @ etiviti posted on the forum topic editing the Action field? in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
only the site admin can edit the action field
-
rich! @ etiviti posted on the forum topic Editing the BP Adminbar in the group How-To and Troubleshooting: 15 years, 5 months ago
give it more than 3 hours 😉 (those line numbers do not match up – fwiw, function bp_adminbar_random_menu() starts at line 219 ) do you want to change the wording? then use the locale file to override it do you want to add something? then hook on add_action( ‘bp_adminbar_random_menu’ ) Otherwise this is a core […]
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
@silvercover thanks!
-
rich! @ etiviti posted on the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 15 years, 5 months ago
thanks for the feedback! a bit basic/raw right now so i’ll definitely add in the options.
- Load More
@nuprn1
Not recently active
Thanks! I really really appreciate the help!
Hiya! Just checking in to see if you’ve been able to take a look at this yet 🙂