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.

Jumpbox disable

+2
Sanket
Japorized
6 posters

Go down

Solved Jumpbox disable

Post by Japorized April 28th 2010, 9:33 am

I was thinking of removing the jumpbox from my forum.
PunBB is the version I'm using now.
To me, the jumpbox is rather annoying.

All assistance are appreciated.
Japorized
Japorized
Forumember

Male Posts : 310
Reputation : 3
Language : English
Location : Malaysia

http://infinityhub.ace.st

Back to top Go down

Solved Re: Jumpbox disable

Post by Sanket April 28th 2010, 4:31 pm

Whats a jumpbox?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Jumpbox disable

Post by Dumbledore27 April 28th 2010, 4:37 pm

Go to forum.
Where it says:
Go to: Select a forum.
avatar
Dumbledore27
Forumember

Male Posts : 632
Reputation : -3
Language : Online
Location : Error 403 - You do not have the permission to view this item's value

Back to top Go down

Solved Re: Jumpbox disable

Post by mex2 April 28th 2010, 10:05 pm

Find this part of code in your CSS:

Code:
#pun-about #qjump {
   float: left;
   text-align: left;
   }

and replace it with this one:
Code:
#pun-about #qjump {
   float: left;
   text-align: left;
display: none;
   }
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: Jumpbox disable

Post by kirk April 29th 2010, 8:52 am

or if you are using punbb you can just remove it from your template.
I would try what mex2 has put up first then if that dont work i can look in the template and see if we can do it that way.
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Jumpbox disable

Post by Japorized April 29th 2010, 10:36 am

mex2 wrote:Find this part of code in your CSS:

Code:
#pun-about #qjump {
   float: left;
   text-align: left;
   }

and replace it with this one:
Code:
#pun-about #qjump {
   float: left;
   text-align: left;
display: none;
   }

Thank you mex. Your code worked perfectly.

kirk wrote:or if you are using punbb you can just remove it from your template.
I would try what mex2 has put up first then if that dont work i can look in the template and see if we can do it that way.

I tried using this method once (the template removing method) but it got rather confusing and failed.
Japorized
Japorized
Forumember

Male Posts : 310
Reputation : 3
Language : English
Location : Malaysia

http://infinityhub.ace.st

Back to top Go down

Solved Re: Jumpbox disable

Post by iiiirt2 April 29th 2010, 10:45 am

Thank you mex, this is helpful.
avatar
iiiirt2
New Member

Posts : 1
Reputation : 0
Language : English

Back to top Go down

Solved Re: Jumpbox disable

Post by mex2 April 29th 2010, 10:47 am

You are welcome.
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: Jumpbox disable

Post by kirk April 29th 2010, 11:41 am

yeah well if there is always a way to do it with css first then thats best to use..but somethings can only be done through template edit.. it depends.
Anyway looks like mex way worked for ya Smile
thanks mex

Since the topic appears to be solved i will now mark and lock
kirk
kirk
Forumaster

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum