rich! @ etiviti @nuprn1 ?
active 9 minutes agoC8 H10 N4 O2, Hops (IPA), Cars, Programming, Conceptual Frameworker, BuddyPress, Mr. Mom, and For Hire. Follow me on Twitter My Blog My Demo BuddyPress Site (for my plugins, tweaks, hacks, tips, etc) The BuddyPress action and filter hook reference guide (do_actions, apply_filters) ***Note, I may not be available for the next month or so as we are expecting our first child in early Oct. I will do my best to answer questions and fixes for plugins but there will be a slight delay. Regards.***
-
rich! @ etiviti posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting:
maybe interim solution – autoassign a group admin at group creation (sample code, just need to have a account setup and replace the user_id. ie, in my case i use a dummy groupadmin user for all groups) http://etivite.com/groups/buddypress/forum/topic/quick-tip-auto-assign-member-as-group-mod-or-admin-to-new-groups/#topic though, i don’t know if that fixes the original issue with a legacy creator_id (then again, i [...]
-
rich! @ etiviti posted on the forum topic BuddyPress Forum Posts: how to allow full HTML embed, div and object tags? (no limitations) in the group How-To and Troubleshooting:
you can add allowed tags via the filter bp_forums_allowed_tags but deep within bbPress there is another hook for
add_filter('pre_post', 'bb_encode_bad');and will convert certain tags. (look at the file bp-forums/bbpress/bb-includes/functions.bb-formatting.php) -
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 [...]
-
rich! @ etiviti posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
missed your first reference – why not just call bp_has_activities() sequentially on the page?- all the templatetags reference the global $activities_template
-
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 [...]
-
rich! @ etiviti posted on the forum topic Permalinks – Members/Profile pages redirect to homepage in the group How-To and Troubleshooting:
i have in the past (which has been refined and fixed with the compat mode flag) – whenever i dump BP on top of an established wordpress blog, the flag is a must. (comes down to the displayname tolerances in the wp_users table )
-
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 [...]
-
rich! @ etiviti posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting:
the only problem you might have is the ajax cookies used to define the request of the activity filtering – if you have multiple activities and the filter options, a conflict might occur with the returned data.
-
Paul Gibbs posted on the forum topic Permalinks – Members/Profile pages redirect to homepage in the group How-To and Troubleshooting:
That is no good if you think there’s a bug with the username validation, @nuprn1. If you can get it to fail on a username that should be valid per the regex, submit a bug ticket.
-
rich! @ etiviti posted on the forum topic Change Default Group Status in the group How-To and Troubleshooting:
the theme file /groups/create.php contains the html code for selecting the group_status levels (but also note – this is used when editing the group settings too)
-
rich! @ etiviti posted a new activity comment:
Oct 4th… but the Doc says expect him early.
just in-between home projects this week while i wait on some orders to come in. (kitchen/bath)In reply to - paulhastings0 posted an update: @nuprn1 I noticed that you’ve been on more recently. Is your wife still expecting? · View -
paulhastings0 posted an update:
@nuprn1 I noticed that you’ve been on more recently. Is your wife still expecting?
-
rich! @ etiviti posted on the forum topic Post Author and Latest Poster on board index? in the group How-To and Troubleshooting:
theme (or create a child theme) /forums/forums-loop.php – within the while bp_forums_topics() loop
-
rich! @ etiviti posted on the forum topic Post Author and Latest Poster on board index? in the group How-To and Troubleshooting:
the following functions are available:
-
rich! @ etiviti posted on the forum topic BuddyPress Group Tags is now available in the group Third Party Components & Plugins:
@dwenaus http://wordpress.org/support/topic/plugin-buddypress-restrict-group-creation-deletes-group-tags – can you look into this conflict?
-
rich! @ etiviti posted on the forum topic Getting the activity feeds "view" link template file correct for custom themes in the group How-To and Troubleshooting:
some css changes are required too
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/major-theme-pain/ -
rich! @ etiviti posted on the forum topic Getting the activity feeds "view" link template file correct for custom themes in the group How-To and Troubleshooting:
the activity permalink for the member’s activity is a little different. a few topics have been mentioned on here about it but you can modify a child theme file for members/single/activity/permalink.php
-
rich! @ etiviti posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting:
running any cache plugins?
groups_get_total_group_count() is wp_cache and is removed on the action groups_group_deleted
as for deleting a group and the associated bbPress table – correct, currently BuddyPress does not remove it from the bb_forums table (or even removing other data – topics, etc – http://trac.buddypress.org/ticket/2613 )
-
rich! @ etiviti posted on the forum topic Permalinks – Members/Profile pages redirect to homepage in the group How-To and Troubleshooting:
alright!
- Load More
Oct 4th… but the Doc says expect him early.
just in-between home projects this week while i wait on some orders to come in. (kitchen/bath)