Way to make "top 20 posters" to "top 15 posters"?
3 posters
Page 1 of 1
Way to make "top 20 posters" to "top 15 posters"?
Hi I was wondering if it was possible if was possible to change "Overall top 20 posters", and "Today's top 20 posters" down to 15? SO when people click on the link, it only shows top 15 instead of 15? Our site isnt very big, and we only have on average 13 users post per day.
Thanks!
Thanks!
Last edited by Mr. Eddster on June 30th 2012, 10:31 am; edited 1 time in total
Re: Way to make "top 20 posters" to "top 15 posters"?
Hello!
What you want is that the "Top posteadores" exit 15 users instead of 20?
Bye
What you want is that the "Top posteadores" exit 15 users instead of 20?
Bye
Danieeel- New Member
- Posts : 1
Reputation : 1
Language : Spanish
Location : Santa Cruz - Argentina
Re: Way to make "top 20 posters" to "top 15 posters"?
Hey!
Add to Javascript codes management:
Also add this, for replacing 20 posters to 15 texts..:
Add to Javascript codes management:
- Code:
$(function(){
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('19').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('18').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('17').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('16').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('15').remove();
});
Also add this, for replacing 20 posters to 15 texts..:
- Code:
$(function(){
$('.pun-crumbs p.crumbs strong').text('Overall top 15 posters');
$('.main-box a[href="/memberlist?mode=overall_posters"]').text('Overall top 15 posters');
});
Guest- Guest
Re: Way to make "top 20 posters" to "top 15 posters"?
Hi!L! wrote:Hey!
Add to Javascript codes management:If not working, replace the .remove() function to .hide().
- Code:
$(function(){
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('19').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('18').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('17').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('16').remove();
$('form[action="/memberlist"] .frm-form .table tbody tr').eq('15').remove();
});
Also add this, for replacing 20 posters to 15 texts..:
- Code:
$(function(){
$('.pun-crumbs p.crumbs strong').text('Overall top 15 posters');
$('.main-box a[href="/memberlist?mode=overall_posters"]').text('Overall top 15 posters');
});
The text worked, but the top one did not. I did remove first, that didnt work, it was still top 20, and then I switched it ti .hide, and it still didnt work!
Re: Way to make "top 20 posters" to "top 15 posters"?
http://sports-forumbuzz.canadian-forum.com/L! wrote:Can you provide your forum url?
I deleted the javascript BTW...
Re: Way to make "top 20 posters" to "top 15 posters"?
Add again the second code, and also:
- Code:
$(function(){
$('#main-content').has('p.crumbs strong:contains("Overall top 20 posters")').addClass('topposters');
$('.topposters .frm-form .table tbody tr').eq('19').remove();
$('.topposters .frm-form .table tbody tr').eq('18').remove();
$('.topposters .frm-form .table tbody tr').eq('17').remove();
$('.topposters .frm-form .table tbody tr').eq('16').remove();
$('.topposters .frm-form .table tbody tr').eq('15').remove();
});
Guest- Guest
Re: Way to make "top 20 posters" to "top 15 posters"?
Thank you very much!L! wrote:Add again the second code, and also:
- Code:
$(function(){
$('#main-content').has('p.crumbs strong:contains("Overall top 20 posters")').addClass('topposters');
$('.topposters .frm-form .table tbody tr').eq('19').remove();
$('.topposters .frm-form .table tbody tr').eq('18').remove();
$('.topposters .frm-form .table tbody tr').eq('17').remove();
$('.topposters .frm-form .table tbody tr').eq('16').remove();
$('.topposters .frm-form .table tbody tr').eq('15').remove();
});
One other question: When I click on "Statistics", is it possible that I would be able to see the top 15 posters for the following:
top 10 posters this week (want this changed to top 15), top 10 posters this month, and top posters. I want all 3 of those to show the top 15 posters, instead of top 10. Is this possible? Thanks!
Re: Way to make "top 20 posters" to "top 15 posters"?
ALright, well thanks for your help.L! wrote:Nope, I don't think.
I'll give you a thanks, and this is solved!
Re: Way to make "top 20 posters" to "top 15 posters"?
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Help with non posters and newbies
» I need aid on Top Posters
» Top Posters Goes Across Website
» Posters in topic
» Only see topic posters
» I need aid on Top Posters
» Top Posters Goes Across Website
» Posters in topic
» Only see topic posters
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum