Forum Replies Created
-
@r-a-y – That seems to be working for me. Thank You!
@ttuananh – bp-groups-classes.php
Michael Sumner said 11 hours, 41 minutes ago:
Open the file mentioned, and replace this:$group_ids = $this->get_group_ids( $user_id );
with this:
$group_ids = BP_Groups_Member::get_group_ids( $user_id );
And right below that, replace this:
foreach ( $group_ids->groups as $group_id ) {
with this:
foreach ( $group_ids as $group_id ) {
That fixed the issue for me.
I am getting all of these errors. Any idea what’s wrong?
PHP Warning: Cannot modify header information – headers already sent in wp-content/plugins/forum-attachments-for-buddypress/image.php on line 69
WordPress database error Table ‘xxxxx.bb-attachments’ doesn’t exist for query SELECT * FROM `bb-attachments` made by require_once, require, do_action, call_user_func_array, bp_forum_attachments_check_installed
This is a major flaw with the current code. Does anyone else see this?
no help on this?
I was wondering what you would think of modifying ”bp-activity-templatetags.php” so that the loop would reverse direction every number of rows and then back again in a thread. Make sense? Possible?
-Shamus
Having the same problem as Gibby. Any help?
@r-a-y I really need to get rid of the narrowness. Replys get so narrow that it is useless.
grrrrr…… Not working
@r-a-y here you go
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );/* Inherit the admin bar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );/* Dark Colour Styles */
@import url( _inc/css/colours.css );div.activity-comments ul li {padding:10px 0;}
@r-a-y OK, I did that but still no change.
This is what it looks like after 12 replies to a group thread: http://haliohost.com/buddypress-nested.gif
@r-a-y: I am using a custom theme but have the same problem with the default theme.
Any help on this?
Still happens with the default theme. Any ideas?
@DJPaul: yes, It appears to be a problem with the nested replies.
testing now. needs work.