How to change some stuff 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

    How to change some stuff

    avatar
    [GM]UniqueHacking™
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    In progress How to change some stuff

    Post by [GM]UniqueHacking™ November 21st 2014, 4:02 am

    a question, how do I remove the "No users have a birthday today and no users have a birthday in upcoming 7 days" and legend moderators.

    and how do i remove this:

    Your vote has been cast.

    Click here to return to the topic

    Click here to return to the forum
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: How to change some stuff

    Post by Ramdaman November 21st 2014, 4:15 am

    Hi,

    Go to your Administration Panel => Display => Templates => General => index_body => Edit

    Find and delete this:
    Code:
    {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}

    Find and delete this as well:
    Code:
    <em>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</em>

    Then press Add to publish the template.
    avatar
    [GM]UniqueHacking™
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    In progress Re: How to change some stuff

    Post by [GM]UniqueHacking™ November 21st 2014, 6:17 am

    tHank you! And how do i remove the vote cast thing?
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: How to change some stuff

    Post by Ramdaman November 21st 2014, 3:54 pm

    Do you mean the "Your vote has been cast" loading page? If so, you'll have to wait for Ange Tuteur as he is knowledgeable in JavaScript.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How to change some stuff

    Post by Ange Tuteur November 21st 2014, 10:48 pm

    [GM]UniqueHacking™ wrote:tHank you! And how do i remove the vote cast thing?
    Go to Administration Panel > Modules > JavaScript codes management > Create a new script

    Title : Your choice
    Placement : In all the pages
    Paste the code below and submit :
    Code:
    /p_vote/.test(window.location.search) && $(function(){window.location.href = $('td[align="center"] span.gen a:first').attr('href')});