Opened 13 years ago
Closed 13 years ago
#1800 closed defect (bug) (fixed)
Update bbp-forum-template CSS Class
Reported by: | netweb | Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | minor | Version: | 2.0 |
Component: | API - Actions/Filters | Keywords: | has-patch |
Cc: |
Description
Changeset 3735 modified some CSS Class names in bbpress.css
.bbp-forum-description was changed to .bbp-forum-content
(http://bbpress.trac.wordpress.org/changeset/3735/branches/plugin/bbp-theme-compat/css/bbpress.css)
Update for /plugin/bbp-includes/bbp-forum-template.php change #L1816
FROM: 'before' => '<div class="bbp-template-notice info"><p class="bbp-forum-description">',
TO: 'before' => '<div class="bbp-template-notice info"><p class="bbp-forum-content">',
(http://bbpress.trac.wordpress.org/browser/branches/plugin/bbp-includes/bbp-forum-template.php#L1816)
Attachments (2)
Change History (11)
#2
@
13 years ago
please upload the diff, can help you to generate the file if it is hard for you...
#3
follow-up:
↓ 4
@
13 years ago
- Severity changed from normal to minor
Ok... I think I got it this time :)
#8
follow-up:
↓ 9
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Patch was not applied :)
#9
in reply to:
↑ 8
@
13 years ago
- Resolution set to fixed
- Status changed from reopened to closed
Replying to netweb:
Patch was not applied :)
It didn't need to be. Changing the class in that one place is not enough to fix the problem.
bbp-forum-content is the wrapper class for the actual content area of a forum. bbp-forum-description is used in two places: index/subforums, and the header description.
Be Gentle, my first ever patch submitted :)
Sadly I was hoping the patch would show up as a 'diff' oh well, had hoped for ...ticket/1800/1800.diff, maybe next time, at least its accurate (Line #1816)!
Will read more trac docs... Have only just started using GitHub for VCS! Grokking slowly...