deleting or hiding Overall top 20 posters
4 posters
Page 1 of 1
deleting or hiding Overall top 20 posters
So I was searching the forums and came across this code
This kinda did what i wanted too, but it deleted all of the text and not just the parts that i wanted. i want to keep Today's active topics(but that can go if necessary) and View posts since last visit • View your posts • View unanswered posts (need these)
is there anyway to delete just what i want?( Today's top 20 posters • Overall top 20 posters)
- Code:
div#main-content ul.linklist {
display: none !important;
}
This kinda did what i wanted too, but it deleted all of the text and not just the parts that i wanted. i want to keep Today's active topics(but that can go if necessary) and View posts since last visit • View your posts • View unanswered posts (need these)
is there anyway to delete just what i want?( Today's top 20 posters • Overall top 20 posters)
Last edited by viper8421 on January 30th 2013, 9:35 pm; edited 1 time in total
Re: deleting or hiding Overall top 20 posters
Where is this ? I mean the forum?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: deleting or hiding Overall top 20 posters
Sanket wrote:Where is this ? I mean the forum?
you actually posted it here
https://help.forumotion.com/t115431-delete-hyperlinks-and-texts
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: deleting or hiding Overall top 20 posters
Sanket wrote:Solved?
no because those delete everything. the code that i put up was the one i narrowed down to be kinda what i wanted.
I want to get rid of the "View your posts • View unanswered posts" without getting rid of everything else.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: deleting or hiding Overall top 20 posters
Hey, to remove those 2 links you can add this CSS. This is the only way I could get it working..the only thing remaining is those bullet points but I couldn't figure out how to remove them as they seem to go with the links. Maybe someone can show us how to remove those.
- Code:
ul.linklist li a[href*="memberlist?mode=today_posters"], ul.linklist li a[href*="memberlist?mode=overall_posters"] {
display: none !important;
}
Re: deleting or hiding Overall top 20 posters
Neymar1 wrote:Hey, to remove those 2 links you can add this CSS. This is the only way I could get it working..the only thing remaining is those bullet points but I couldn't figure out how to remove them as they seem to go with the links. Maybe someone can show us how to remove those.
- Code:
ul.linklist li a[href*="memberlist?mode=today_posters"], ul.linklist li a[href*="memberlist?mode=overall_posters"] {
display: none !important;
}
yes this worked great!
And yes being able to removes those would be nice
Re: deleting or hiding Overall top 20 posters
Rideem3 wrote:Use this code to hide all of those:
- Code:
.linklist li {
display: none;
}
this defiantly gets rid of the dots but it also gets rid of the top level links that i want to keep (View posts since last visit, View your posts, and View unanswered posts).
Re: deleting or hiding Overall top 20 posters
Since this marked solved...
Topic Solved & Locked |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Way to make "top 20 posters" to "top 15 posters"?
» Top 10 posters| Today's top 20 posters | Today's active topics - Help.
» Posters posting at the same time?
» Posters in topic
» Top Posters Goes Across Website
» Top 10 posters| Today's top 20 posters | Today's active topics - Help.
» Posters posting at the same time?
» Posters in topic
» Top Posters Goes Across Website
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum