[wp-meta] [Making WordPress.org] #1544: Upgrade international forums from bbPress.old to bbPress 2.x
Making WordPress.org
noreply at wordpress.org
Mon Aug 1 16:36:22 UTC 2016
#1544: Upgrade international forums from bbPress.old to bbPress 2.x
----------------------------------+------------------
Reporter: samuelsidler | Owner:
Type: task | Status: new
Priority: high | Milestone:
Component: International Forums | Resolution:
Keywords: |
----------------------------------+------------------
Comment (by zodiac1978):
bbpress is graying out closed posts, which is good.
If you make a post sticky or super-sticky you want to '''highlight'''
those posts, but they are grayed out as well, which is bad.
{{{
#bbpress-forums ul.status-closed, #bbpress-forums ul.status-closed a {
color: #ccc;
}
}}}
In https://de.wordpress.org/support/wp-
content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6-alpha-5566
and
https://bbpress.org/wp-content/themes/bb-base/style.css?ver=20150216d
Maybe overriding with something like:
{{{
#bbpress-forums ul.sticky a.bbp-topic-permalink,
#bbpress-forums ul.super-sticky a.bbp-topic-permalink {
color: #21759b;
}
}}}
and
{{{
#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-
permalink::before,
#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-
permalink::before {
color: #ffb900 !important;
}
}}}
Maybe there is a smarter way to do that ... :)
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1544#comment:43>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list