Thanks for your patience guys. How is it now?
Due to some conflict with the "View New Content" link in it's existing position I moved it to the regular nav-bar which did a few things:
- Fixed the 'bug' where if you click the 'new content' link from a PM or profile view it'd display new members instead of new forum posts. If clicked from 'The Library' it'd default show new articles instead of forum content. Now it defaults to new forum content regardless of what page it is displayed on.
- Fixed a CSS bug that I couldn't figure out how to correct where it'd make the header 'bounce' when links in the nav-bar were hovered over on the new content page. Was quite annoying.
Mark Community Read is now in the header as well.
Ideally i'd like that last URL shown in the navbar to be the new content one, though 'Mark Community Read' will be stuck there instead for now. I'm unable to add that URL to the global nav-bar and instead had to add it manually in each theme after the navbar code. It's actually being called in the code with:
{parse url="app=forums&module=forums&section=markasread&marktype=all&k={$this->member->form_hash}
And as such didn't play nice as a URL using the navbar editor in the backend. Since the URL changes due to the hash for each member it's going to have to be added manually for the time being.
Regardless, I think it's better than how it was before.
Thoughts?