MyBB Community Forums

Full Version: Certain pagination classes missing from CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have recently started exploring MyBB. It's a great forum!

I have a fresh MyBB 1.6.9 install on my localhost (LAMP on SolusOS 32 bit, if that matters). On going through the default global CSS and comparing it to the Multipage pagination templates, I noticed the following pagination classes are being called in the (respective) HTML files:
  • pagination_previous
  • pagination_next
  • pagination_page
  • pagination_first
  • pagination_last

However, these classes are missing from the default theme CSS (pagination_current, pagination_breadcrumb and pagination_breadcrumb_links are correctly in the CSS).

Consider MyBB's community forum as an example (http://community.mybb.com/cache/themes/t...global.css ).

Now, I haven't noticed any errors in the output of the forum, so I don't know what the effect of them is. But shouldn't these classes be present?

Kudos on the excellent forum software Smile
Maybe it's not important enough. Still: small bump!
These CSS class can be used by custom themes, the default theme doesn't use them.
The fact that they're being called in the default theme is just as a sort of placeholder then?

Thanks for the answer Smile
Yes, exactly. They're there for theme authors to make use of Smile
Great. Thank you :-)

Marked as Solved.