Changes between Version 1 and Version 2 of Ticket #2090, comment 5
- Timestamp:
- 08/13/2013 04:02:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2090, comment 5
v1 v2 1 1 On a very related note... it would be really nice to get rid of the mandatory parenthesis that wrap the super sticky button in bbp_get_topic_stick_link(). They aren't even inside an HTML element, so there's not even a easy way to hide them using CSS. At the moment I make the font color of the parent container transparent, but it would be nice if I had the option not to output them in the first place. 2 3 Also, an arg in the parent bbp_reply_admin_links() and bbp_reply_topic_links() call to apply a css class to the buttons themselves would be very valuable. I know a lot of theme designers (myself included) use classes like a.button, and being able to pass those styles onto admin links would offer nice flexibility.