[buddypress-trac] [BuddyPress Trac] #5450: Problem with groups in buddypress when a comment has more than five direct answers
buddypress-trac
noreply at wordpress.org
Sat Mar 8 11:54:00 UTC 2014
#5450: Problem with groups in buddypress when a comment has more than five direct
answers
-------------------------------------------+------------------------------
Reporter: dmuneras | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: Groups | Version: 1.9.1
Severity: normal | Resolution:
Keywords: needs-patch reporter-feedback |
-------------------------------------------+------------------------------
Changes (by boonebgorges):
* keywords: 2nd-opinion needs-patch ui-feedback => needs-patch reporter-
feedback
Comment:
I can't duplicate this.
A couple of things for you to look at:
- Here's where bp-legacy (BuddyPress's built-in template pack) registers
its localized JS strings (like `show_x_comments`):
https://buddypress.trac.wordpress.org/browser/tags/1.9.2/bp-templates/bp-
legacy/buddypress-functions.php#L229
- You say that `BP_DTheme.show_x_comments` is not defined. Is the
`BP_DTheme` object defined at all? If *yes*, it suggests that you're using
a theme that is overriding BP's default string localization and providing
an out-of-date set of strings. If *no*, perhaps you could trace back to
see why the `wp_localize_script()` call linked above is not getting fired.
- It's possible that the `BP_DTheme` string is being overwritten by a
plugin. Look in your page source to see if the object is defined more than
once. Or grep through wp-content/plugins/ to see if other plugins are
messing with it somehow. Your plugins.php screenshot shows that BuddyPress
Activity Plus is runnning on your installation - you might start your
search there.
- You say that this causes problems in *groups*. Is it *specific* to
groups, or does it happen in the sitewide activity stream too? How about
on single activity permalink pages (when you click on the timestamp of the
item)?
(Side note: please upgrade to BP 1.9.2! There are security vulnerabilities
in 1.9.1.)
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5450#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list