Remove links near statistics
2 posters
Page 1 of 1
Remove links near statistics
Hi, I would like to remove the links "Today's active topics", "Today's top 20 posters", "Overall top 20 posters", "Delete forum cookies" and "Who is online?" near the statistics bar.
I am using Invision.
Thanks
I am using Invision.
Thanks
Guest001- New Member
- Posts : 7
Reputation : 1
Language : English
Re: Remove links near statistics
Hello @Guest001,
Go to Display > Colors > CSS stylesheet and add:
Go to Display > Colors > CSS stylesheet and add:
- Code:
a[href="/?mode=delete_cookies"] { display: none; }
.linklist.clearfix.statlinks { display: none; }
Guest- Guest
Re: Remove links near statistics
Hi, thanks.
That code has hidden all of the links except "Who is online?"
How do I delete that link?
Also there is "Mark all forums read" which appears after logging in. How do I delete that link as well?
That code has hidden all of the links except "Who is online?"
How do I delete that link?
Also there is "Mark all forums read" which appears after logging in. How do I delete that link as well?
Guest001- New Member
- Posts : 7
Reputation : 1
Language : English
Re: Remove links near statistics
In addition to the above codes, add:
- Code:
a[href="/viewonline"] { display: none; }
a[href="/?mark=forums"] { display: none; }
Guest- Guest
Re: Remove links near statistics
Thanks. One last thing, can the fields of the viewonline and statlinks be removed? Can the dot that was displayed with the other links above the statistics bar be removed as well?
Guest001- New Member
- Posts : 7
Reputation : 1
Language : English
Re: Remove links near statistics
Hi
Can you please link me to your forum?
Regards,
Pizza Boi
Can you please link me to your forum?
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Similar topics
» Remove statistics/online
» How do you remove the statistics on the front page?
» Remove Negative Votes From Statistics
» Remove links when quote
» Remove navigation links
» How do you remove the statistics on the front page?
» Remove Negative Votes From Statistics
» Remove links when quote
» Remove navigation links
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum