hello i want to removing(hideden) banned members name from top posters list
5 posters
need help for removing banned member
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°1
need help for removing banned member
hello i want to removing(hideden) banned members name from top posters list
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°2
Re: need help for removing banned member
Unfortunately you can't remove banned members from the top posters, because your forum still reads their post count levels. It might be possible with coding but I wouldn't know.
I know this question was asked mid last year but I don't think a solution was found.
I know this question was asked mid last year but I don't think a solution was found.
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
- Post n°3
Re: need help for removing banned member
not sure if its same on punbb as phpbb3 but u can try this
create a new script
placement = either portal or all pages depending on where your widget is located
replace 6001 with there user id#
create a new script
placement = either portal or all pages depending on where your widget is located
replace 6001 with there user id#
- Code:
$(function(){
$('.module tbody tr td a[href="/u6001"]').parent().parent().remove();
});
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°4
Re: need help for removing banned member
it is this code for javascript?
confus please help
i am use this code in javascript
not work
confus please help
i am use this code in javascript
not work
Mad Scientist- New Member
- Posts : 18
Reputation : 2
Language : English
- Post n°5
Re: need help for removing banned member
Hello @Brian O'conner,
I think you can accomplish that by deleting the member totally (if deleting is okay with you). Then you just need to resynchronize your forum in:
Administration Panel -> General -> Forum -> Configuration, check "Resynchronize your forum" and hit Save.
This is not exactly what you asked for, but since you cannot do it otherwise, the cost to do it is to delete the member.
Javascripts can hide the member from toplist, but in all forum statistics it will appear and be counted in which is not a complete solution.
I think you can accomplish that by deleting the member totally (if deleting is okay with you). Then you just need to resynchronize your forum in:
Administration Panel -> General -> Forum -> Configuration, check "Resynchronize your forum" and hit Save.
This is not exactly what you asked for, but since you cannot do it otherwise, the cost to do it is to delete the member.
Javascripts can hide the member from toplist, but in all forum statistics it will appear and be counted in which is not a complete solution.
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°6
Re: need help for removing banned member
I want Only Remove From Top Poster List Not From Froum
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
- Post n°7
Re: need help for removing banned member
try this script.. your forum is setup kinda different
- Code:
$(function(){
$('#top_posters a[href="/u80"]').parent('li').css('display','none');
});
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°8
Re: need help for removing banned member
this code work okay but next member not showing in top poster list
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°9
Re: need help for removing banned member
bump
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°10
Re: need help for removing banned member
bump
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°11
Re: need help for removing banned member
bump css king
help please
help please
Brian O'conner- Forumember
- Posts : 56
Reputation : 1
Language : English
Location : Fast & Furious
- Post n°12
Re: need help for removing banned member
bump
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
- Post n°13
Re: need help for removing banned member
theirs no way to make the next member show
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°14
Re: need help for removing banned member
Garbage since member is ban.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.