Jake B.
Well-known member
Id like to remove the tab and just have a link under the members tab....
Just follow these instructions to remove the navigation link:
Currently there is no option to hide that link, however if you would like to you can modify library/ExtendPostRating/Listener/CodeEvent.php and comment out/remove the following:
Code:$extraTabs['postRatings'] = array( 'title' => new XenForo_Phrase('dark_post_ratings'), 'href' => XenForo_Link::buildPublicLink('post-ratings'), 'position' => 'middle', 'linksTemplate' => 'epr_navigation_tab', );
Adding a link to the members sub-menu just requires a minor edit to the navigation template. This Add-on has been open sourced so anyone is free to add support for that if they wish
Jake