How to get rid of jump to forum bar
4 posters
Page 1 of 1
Re: How to get rid of jump to forum bar
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.
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.
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.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: How to get rid of jump to forum bar
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...
Re: How to get rid of jump to forum bar
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:
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;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to get rid of jump to forum bar
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!
Re: How to get rid of jump to forum bar
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
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
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: How to get rid of jump to forum bar
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
thanks kirk, ill check it out.
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.
Double Edit: Here is what I want to edit:
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!
Re: How to get rid of jump to forum bar
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 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.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: How to get rid of jump to forum bar
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.
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!
Re: How to get rid of jump to forum bar
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:
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;
}
Guest- Guest
Re: How to get rid of jump to forum bar
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!
Re: How to get rid of jump to forum bar
Mr. Eddster wrote:Ahh yes that did it! Thank you!
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum