Not in my hands.
Ok in one CSS file on server, there should be these lines: (Search for file containing word itemPageNav)
Code:
.discussionListItem
.itemPageNav{
visibility:hidden
}
Change "hidden" to "visible" and it will solve the issue.
In case you do not like it, change it back to hidden.