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.

Remove extra search box and post new topic inside a topic.

3 posters

Go down

In progress Remove extra search box and post new topic inside a topic.

Post by gcnBasketball September 8th 2011, 7:01 pm

Hi all, I came across to another problem with the appearence of the forum.

1) When I go to any of the forum sections created I get an extra search box appearing which I want to remove.
Remove extra search box and post new topic inside a topic. Removesearch
I have tried using this code in CSS:
#search{
display:none;
}
But it hides all the search boxes from my forum, which is not what I want. I only need that extra one to hide.


2) I would like to also hide/remove the Post new topic button from inside a topic section.
Remove extra search box and post new topic inside a topic. Removetopic


3) What is the id to use in CSS under phpBB3 for New Topic [Locked] button and Thank You button?


Any help will be very much appreciated!
Cheers
avatar
gcnBasketball
New Member

Male Posts : 5
Reputation : 0
Language : English

Back to top Go down

In progress Re: Remove extra search box and post new topic inside a topic.

Post by felicity4us2 September 8th 2011, 7:32 pm

We did it by going to admin panel>display>pictures - find the search button - remove the image - click 'see examples' and click 'hide'. We then added a 'search' link of our own - and/or go to 'modules' and there is a widget for search. You can add that. Maybe that will work for you.

Best,
Felicity
felicity4us2
felicity4us2
Forumember

Posts : 345
Reputation : 9
Language : english

http://igdid.com

Back to top Go down

In progress Re: Remove extra search box and post new topic inside a topic.

Post by Nera. September 8th 2011, 9:54 pm

Hi,

You are on phpBB3?

If you want to remove that one with CSS add this to your CSS

Code:
#forum-search {
    display: none;
}

The other question would be
=> Post new button
Code:
img.i_post {
&
=> Both buttons
Code:
.buttons {

Depending on what you want.

For any other problems please provide your forum link.
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: Remove extra search box and post new topic inside a topic.

Post by gcnBasketball September 9th 2011, 12:04 pm

Sorry I thought my signature will display the details of my forum and the type...

Forum link: http://gcnbasketball.forumotion.co.uk
Using phpBB3

felicity4us2 thank you for the answer but unfortunatelly it hasn't worked for me.

Nera thank you, the search-box under the forum area is gone Very good NICE ONE!

As for the 'New Topic' buttons that hasn't worked.
Currently my CSS code regarding the post button that I use is:
Code:
.i_post{
  background: url(http://i41.servimg.com/u/f41/16/71/77/95/newtop14.png) no-repeat !important;
  width: 99px;
  height: 38px;
}

.i_post:hover{
  background: url(http://i41.servimg.com/u/f41/16/71/77/95/newtop15.png) no-repeat !important;
  width: 99px;
  height: 38px;
}

What I need to to is to hide the 'New Topic' buttons only when I browse inside a topic.
For example if I browse into my forum titled 'Your first forum' then I want it to display the 'New Topic' buttons. If then I select to browse in any of the topics such as one titled 'Testing Another Topic!' then I want the buttons of 'New Topic' to hide. Can this be done and how???

Also my last question is what id is used for the locked new topic button in CSS, I use i_post and i_reply for the 'New Topic' and 'Post Reply' so far but I need to know the locked topic. In the Admin Panel -> Display -> Pics Management -> Advanced Mode -> Buttons it is titled as 'New posts [ Locked ]' that is the button id I need in CSS.

Cheers!


EDIT: PS: I have allowed access for reading to guests but you'll not be able to view the buttons that way, let me know if you want to access it so I can issue a user id and pass and PM it to you.

avatar
gcnBasketball
New Member

Male Posts : 5
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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