http://mcx360.forumotion.com/portal
I would like to change the link location of banner from /forums to /portal.
Can anyone help with this?
THX
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
Rideem3 wrote:Admin Panel -> Modules -> JavaScript Codes Management -> Make sure it's on -> Create new -> Select in all pages -> Title it "Banner" -> Paste:
- Code:
$(function() {
document.getElementById('i_logo').parentNode.href = "/portal";
});