need help for removing banned member
5 posters
Page 1 of 1
need help for removing banned member
hello i want to removing(hideden) banned members name from top posters list
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.
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
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();
});
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
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.
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');
});
Re: need help for removing banned member
this code work okay but next member not showing in top poster list
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.
Similar topics
» Removing all posts from a banned member.
» Total member, post, newest member gone
» Banned Member Causing Problems
» Antagonized by a member who's been banned many times
» banned user automatically in banned rank?
» Total member, post, newest member gone
» Banned Member Causing Problems
» Antagonized by a member who's been banned many times
» banned user automatically in banned rank?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum