C charliebrown New Member Nov 5, 2014 #1 Is it possible to modify the > symbol into textual "Next Site" ? Same as < Previous Site ?
Mark Administrator Staff member Nov 5, 2014 #2 not recommended as there is no hook location for this, so you would need to hack the core files (which means you need to do this after every upgrade) but if its important to you source/rankings.php this is previous <: Code: $TMPL['multiple_pages_p'] .= $TMPL['url_tail'].'" rel="nofollow"><</a></li> '; and this is next > : Code: $TMPL['multiple_pages_n'] .= $TMPL['url_tail'].'" rel="nofollow">></a></li> ';
not recommended as there is no hook location for this, so you would need to hack the core files (which means you need to do this after every upgrade) but if its important to you source/rankings.php this is previous <: Code: $TMPL['multiple_pages_p'] .= $TMPL['url_tail'].'" rel="nofollow"><</a></li> '; and this is next > : Code: $TMPL['multiple_pages_n'] .= $TMPL['url_tail'].'" rel="nofollow">></a></li> ';