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.

Hide Jump to Dropdown

2 posters

Go down

Solved Hide Jump to Dropdown

Post by URFTV October 7th 2010, 1:28 pm

Just like my other question how to hide "Quick Mod Tools Dropdown" this one is basically the same. I'm using phpBB2 please tell me how to hide it.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by Guest October 7th 2010, 1:59 pm

ACP - Display - Templates - General - Jumpbox:

Replace all the codes with that code:
Code:

<div class="jumpbox"><form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
   </tr>
</table>
</form>
</div>

Save + Publish..

Go to ACP - Display - Colors - CSS Stylsheet:

Add this code there:

Code:
.jumpbox {
        display:none;
    }
avatar
Guest
Guest


Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by URFTV October 8th 2010, 10:43 am

I can't access the templates on the forum I'm working on now because I'm not the founder. I need another way. Anyone?
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by ankillien October 8th 2010, 11:51 am

Hello,

You can use this CSS code but it might affect other elements on your forum.

Code:
td[align="right"] .gensmall {
display:none;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by URFTV October 8th 2010, 1:58 pm

Umm what do you mean " might affect other elements on your forum." Everything looks the same except that the jump to box is gone :] yay what are the side affects?
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by ankillien October 8th 2010, 2:22 pm

I'm not sure about the side-effects but if everything looks fine then no problem Razz
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by URFTV October 9th 2010, 2:21 am

Hehe Awesome! Solved!
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Jump to Dropdown

Post by ankillien October 9th 2010, 4:35 am

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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