Is there a way to alter the link location of the forum index on the homepage to the same page... rather than a new tab/window? Thanks!
Is there a way to alter the link location of the forum index on the homepage to the same page... rather than a new tab/window? Thanks! |
Open the - inc\js\jquery.dolRSSFeed.js find and remove this code line : target="_blank" PS: If possible do not write me personally, please try to ask on the forum first |
Removing that code causes imperfections in the resulting link, so changing it from _blank to _self works as required! Thanks for finding the place for me to investigate! |
Removing that code causes imperfections in the resulting link, so changing it from _blank to _self works as required! Thanks for finding the place for me to investigate! You are welcome PS: If possible do not write me personally, please try to ask on the forum first |