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.

deleting or hiding Overall top 20 posters

4 posters

Go down

Solved deleting or hiding Overall top 20 posters

Post by viper8421 January 25th 2013, 3:39 pm

So I was searching the forums and came across this code

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
avatar
viper8421
New Member

Posts : 13
Reputation : 1
Language : English

http://justdubsrefuge.omgforum.net

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by Sanket January 25th 2013, 5:07 pm

Where is this ? I mean the forum?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by viper8421 January 25th 2013, 6:14 pm

Sanket wrote:Where is this ? I mean the forum?

you actually posted it here Razz
https://help.forumotion.com/t115431-delete-hyperlinks-and-texts
avatar
viper8421
New Member

Posts : 13
Reputation : 1
Language : English

http://justdubsrefuge.omgforum.net

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by Sanket January 25th 2013, 6:34 pm

Solved?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by viper8421 January 25th 2013, 6:48 pm

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.
avatar
viper8421
New Member

Posts : 13
Reputation : 1
Language : English

http://justdubsrefuge.omgforum.net

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by Sanket January 26th 2013, 5:54 am

Forum URL?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by Neymar1 January 27th 2013, 2:09 pm

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;
}

Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by viper8421 January 27th 2013, 7:13 pm

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 Razz
avatar
viper8421
New Member

Posts : 13
Reputation : 1
Language : English

http://justdubsrefuge.omgforum.net

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by viper8421 January 28th 2013, 5:21 am

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).
avatar
viper8421
New Member

Posts : 13
Reputation : 1
Language : English

http://justdubsrefuge.omgforum.net

Back to top Go down

Solved Re: deleting or hiding Overall top 20 posters

Post by Jophy February 1st 2013, 10:49 am

Since this marked solved...

Topic Solved & Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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