Forum Banner Redirect Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Forum Banner Redirect

    avatar
    ShowStopper
    Forumember


    Female Posts : 68
    Reputation : 1
    Language : English | HTML | Javascript | CSS

    Solved Forum Banner Redirect

    Post by ShowStopper Sun 26 Feb - 4:29

    I want the Portal to be the homepage, but when someone clicks on the banner, I want it to send them to the forum. How can I do this?


    Last edited by ShowStopper on Sun 26 Feb - 6:43; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Forum Banner Redirect

    Post by ankillien Sun 26 Feb - 5:58

    Hi,

    Try adding this code in Admin CP > Modules > Javascript management. Add it for all pages.

    Code:
    $(function(){
      $('#i_logo').parent('a').click(function(){
        window.location='YOU FORUM LINK HERE';
        return false;
      });
    });

    Add you forum link in the code where it says "YOU FORUM LINK HERE". Hope it helps Very Happy
    avatar
    ShowStopper
    Forumember


    Female Posts : 68
    Reputation : 1
    Language : English | HTML | Javascript | CSS

    Solved Re: Forum Banner Redirect

    Post by ShowStopper Sun 26 Feb - 6:43

    It worked, thank you.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Forum Banner Redirect

    Post by Sanket Sun 26 Feb - 7:43

    Topic Solved & Locked