remove Today's active topics • Today's top 20 posters • Overall top 20 posters
2 posters
Page 1 of 1
remove Today's active topics • Today's top 20 posters • Overall top 20 posters
Hello, i would like to remove the 3 links in my title, and also view posts since your last visit, view your posts, view unanswered posts
i want to remove them, but i don't want to remove mark all read and delete forum cookies.
i was using this code.
and i used this code because the first one hid the menu bar, but then this hid the mark all forums read.
harrisonlscott128.forumotion.com
phpbb3
thanks
i want to remove them, but i don't want to remove mark all read and delete forum cookies.
i was using this code.
- Code:
ul.linklist li {
display: none;
}
and i used this code because the first one hid the menu bar, but then this hid the mark all forums read.
- Code:
ul.linklist {
display: none;
}
harrisonlscott128.forumotion.com
phpbb3
thanks

xafltexans- New Member
- Posts : 21
Reputation : 1
Language : English
xafltexans- New Member
- Posts : 21
Reputation : 1
Language : English
Re: remove Today's active topics • Today's top 20 posters • Overall top 20 posters
Put this in your CSS:
(This is for phpbb3 as you mentioned in your post)
- Code:
#main-content > ul.linklist { display: none; }
.forabg + ul.linklist { display: block!important; }
(This is for phpbb3 as you mentioned in your post)
LGforum- Hyperactive
-
Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: remove Today's active topics • Today's top 20 posters • Overall top 20 posters
LGforum wrote:Put this in your CSS:
- Code:
#main-content > ul.linklist { display: none; }
.forabg + ul.linklist { display: block!important; }
(This is for phpbb3 as you mentioned in your post)
It worked,
but is there anyway to keep the "Mark all forums read"?
and to also get rid of them links on the bottom and keep the "Delete forum cookies"
xafltexans- New Member
- Posts : 21
Reputation : 1
Language : English

» How do I remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters"
» Todays active topics
» Todays Active Topics tab not working
» move "todays active topics"
» Today's active topics + Top 20 posters:
» Todays active topics
» Todays Active Topics tab not working
» move "todays active topics"
» Today's active topics + Top 20 posters:
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum