How to remove (i dont know how to call it) ?

Vito-UFA at 15h02
25
Oct
2011
This is my forum http://www.ufa-league.net
When you take a look on the index page you will see some kind of "bar" or something like that over the foprum, below the nav bar, this happened while i have added "sliding menu" which i found in some thread, before it was without it its kind annoying how can i remove it ? What is wrong ?
When you take a look on the portal page this line/bar isnt there. Help please !?
1st image shows portal page without this annoying line/bar or whatever it is:

2nd image shows forum index page with this thing:

All is better visable when you go to my forum.

1 LGforum, on 25/10/2011 at 15h33
If you have added this sliding menu as an 'Announcement' then it is the announcement bar which you are seeing.
2 Vito-UFA, on 25/10/2011 at 16h29
I didnt add it as an announcement or i dont know what you mean by that ?
I used this: /search?add_favourite=98477&search_id=favouritesearch
3 LGforum, on 25/10/2011 at 16h40
So does that mean you have put it in your homepage message?

If so, then that will be the box your seeing.

I believe i used this CSS to hide it:
Code:

.introduction{display:none;}


4 Vito-UFA, on 25/10/2011 at 18h14
yes indeed in HM. and code you posted doesnt work Sad this same thing happened on my test forum way before i have added this sliding manu i tried everything i could i replaced CSS back and forth and it doesnt help its still there, it was my test forum so i ignored this but right now it happened on my forum and its make me mad Mad its ugly
I'm realy confused i didnt touch templates or anything just did what was written, i have added script and CSS codes + HTML to hompeage message but i think the reason is somewhere else just dont know where Crying or Very sad
5 Nera., on 25/10/2011 at 19h45
Hi Vito,

That box there is appearing since that is the homebox where you have added your HTML for the panel if you followed the thread I assisted in. Since you are in phpBB2 it shares the class with almost everything and that is .forumline so you can not use CSS only to remove it.

To remove it go to your index_body template and find this

Code:
<!-- BEGIN message_admin_index -->
<table class="forumline"


It is right on the top and change it to this

Code:

<!-- BEGIN message_admin_index -->
<table class="novo"


Save and publish Add the template and you are done.
6 LGforum, on 25/10/2011 at 20h36
I do apologise that CSS was for a phpbb3 board i didnt realise you were using phpbb2. Embarassed

Removing the homepage message will mean it isnt showing but it will also mean the HTML (for the slider thing) he has posted in it won't be on the page. So you kind of need to keep it there.

Simply add a display:none to the table Nera has shown. This will ensure your slider still works but the box isn't displayed on the page.
7 Vito-UFA, on 25/10/2011 at 20h39
Nera. wrote:Hi Vito,

That box there is appearing since that is the homebox where you have added your HTML for the panel if you followed the thread I assisted in. Since you are in phpBB2 it shares the class with almost everything and that is .forumline so you can not use CSS only to remove it.

To remove it go to your index_body template and find this

Code:
<!-- BEGIN message_admin_index -->
<table class="forumline"


It is right on the top and change it to this

Code:

<!-- BEGIN message_admin_index -->
<table class="novo"


Save and publish Add the template and you are done.

To be honest I've been waiting for you Smile You are absolutely amazing Love Thank you very much, solved.
EDIT:
Oops ... i was going to click thank button for Nera but accidently I did that for LG, i don't want to say that he didnt deserve it but Nera deserve it more Razz Sorry boys and girls Embarassed
8 Nera., on 25/10/2011 at 20h44
Welcome Vito (:

Glad I could help out.

Locked
Similar topics
Since we at the forum are kind of interested in fps like cod4, thought i'd put some slang for us to share. Because if you play call of duty 4, you will know, there is tons of slang. ______________________________________________ Ninja: Guy who
So, how far have you gotten, and what is the best way to survive for both: Kiner De Toten and FIVE map?
A mobile ’phone secretly intercepted some time in early August 2009 CM: Gerry, hi, have you got five? GM: Well, no more than that…by the way, how are we getting on with Hewlett? Has he revealed what that tipsy gypsy told them yet? CM: Skip that,
See also
more_less
Informations

8 Replies For the topic :
"How to remove (i dont know how to call it) ?"

This topic has been viewed 758 times.

Last message :
25/10/2011 at 15h02 by "Vito-UFA"