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.
The forum of the forums
4 posters

    How to get rid of jump to forum bar

    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved How to get rid of jump to forum bar

    Post by Mr. Eddster March 13th 2012, 11:05 pm

    Had this problem a few weeks ago, and it got locked... but this "jump to forum" bar only shows up while people are editing their signatures... How do I get rid of it?

    How to get rid of jump to forum bar Htt16
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to get rid of jump to forum bar

    Post by kirk March 13th 2012, 11:54 pm

    you have to remove it from any templates it is in.
    it is basically on every page you have so might have to go through a lot of templates to completely remove it.. But all depends if you only want to get rid of it in certain sections or not.

    Code:
     <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

    just go to the template it is in and do a search for {L_JUMP_TO} or {S_JUMPBOX_SELECT} and remove it, hit save then go back and publish.

    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 14th 2012, 4:33 am

    kirk wrote:you have to remove it from any templates it is in.
    it is basically on every page you have so might have to go through a lot of templates to completely remove it.. But all depends if you only want to get rid of it in certain sections or not.

    Code:
     [td nowrap="nowrap" align="right"]{L_JUMP_TO}: {S_JUMPBOX_SELECT} [/td]

    just go to the template it is in and do a search for {L_JUMP_TO} or {S_JUMPBOX_SELECT} and remove it, hit save then go back and publish.


    Hmm I went to Templates=>Profile=>Signature and there was no code like that in ANY of the profile templates, and that's where its showing up... Shit
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to get rid of jump to forum bar

    Post by Nera. March 14th 2012, 7:29 am

    Hi,

    Are you on punBB as your profile states? If the answer is yes add this to AP > Display > Colors > CSS and that should fix your problem:

    Code:
    #pun-about fieldset {
        display: none;
    }
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 14th 2012, 10:40 pm

    Nera. wrote:Hi,

    Are you on punBB as your profile states? If the answer is yes add this to AP > Display > Colors > CSS and that should fix your problem:

    Code:
    #pun-about fieldset {
    display: none;
    }

    Ahh thank you! But this isnt solved quite yet! The white space it was on, it's too wide, and it's screwing up the page. Lie when people edit their sig, the screen moves up and down because the white space is too wide! Its like 1-2 pixels too wide!
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to get rid of jump to forum bar

    Post by kirk March 15th 2012, 1:03 am

    if you going to do it from the template you will have to remove it from the overall_footer_begin template, then go to the jump box template, grab the code and add it to any other template/pages you want it on. (If needed?)

    It will be much easier to just do it the way Nera has with css since it can be done that way.

    However in all honesty, Why remove it? It makes things easier for navigation, It's not making the page look bad or anything.
    But your forum, SO it's up to you Very good
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 15th 2012, 1:13 am

    kirk wrote:if you going to do it from the template you will have to remove it from the overall_footer_begin template, then go to the jump box template, grab the code and add it to any other template/pages you want it on. (If needed?)

    It will be much easier to just do it the way Nera has with css since it can be done that way.

    However in all honesty, Why remove it? It makes things easier for navigation, It's not making the page look bad or anything.
    But your forum, SO it's up to you How to get rid of jump to forum bar Great

    thanks kirk, ill check it out.Very Happy

    Edit: didnt get rid of the white space. Ill update the screenshot later, so you have a more clear idea of what I want to fix.Smile

    Double Edit: Here is what I want to edit:

    How to get rid of jump to forum bar Htt210

    Its only like 2 pixels too wide, and I want to know how to fix it so that it doesn't go over the page width and screws up the page!Smile
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 16th 2012, 2:05 am

    bump!
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to get rid of jump to forum bar

    Post by kirk March 16th 2012, 2:17 am

    how did you remove it with the css?
    I will have to try a few things on my test forum.

    what skin are you using with your punbb because i will have to add the same skin. My lay out is different so not sure if it would be the same or not.
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 16th 2012, 2:55 am

    kirk wrote:how did you remove it with the css?
    I will have to try a few things on my test forum.

    what skin are you using with your punbb because i will have to add the same skin. My lay out is different so not sure if it would be the same or not.


    I removed the jump to forum bar by the code Nera gave me.Smile

    And yes my forum is punBB. Funny thing is, I copied this CSS to another forum I have, and it isn't too wide on that one! Confused
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 17th 2012, 12:59 am

    bump
    avatar
    Guest
    Guest


    Solved Re: How to get rid of jump to forum bar

    Post by Guest March 17th 2012, 3:34 pm

    Hi!

    Have you tried the method gaved by kirk? Because if you delete that code, the structure of jump box should get removed. If you use Nera's code that just dissapear, because this is the function of display: none's proprety.

    Anyway, have you tried to add an !important attribute? Try this:
    Code:
    #pun-about #qjump{
    display: none !important;
    }
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of jump to forum bar

    Post by Mr. Eddster March 17th 2012, 8:59 pm

    Coddy wrote:Hi!

    Have you tried the method gaved by kirk? Because if you delete that code, the structure of jump box should get removed. If you use Nera's code that just dissapear, because this is the function of display: none's proprety.

    Anyway, have you tried to add an !important attribute? Try this:
    Code:
    #pun-about #qjump{
    display: none !important;
    }

    Ahh yes that did it! Thank you!Very Happy
    avatar
    Guest
    Guest


    Solved Re: How to get rid of jump to forum bar

    Post by Guest March 17th 2012, 9:07 pm

    Welcome. Razz
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to get rid of jump to forum bar

    Post by SLGray March 17th 2012, 9:09 pm

    Mr. Eddster wrote:Ahh yes that did it! Thank you!Very Happy

    Topic Solved & Locked





    How to get rid of jump to forum bar Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 1:30 am