MyBB Community Forums

Full Version: Today's Top Poster
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I need a "Today's Top Poster" plugin,
Simply shows the top poster's avatar, name and post count.
Budget $100

If anyone is interested in specific details, hit me up.
Not worth $100, just saying.
Check my attachment, but change compatibility.

Add to your sidebar {$tpt} and to your global.css:

#top_posters li {
	text-align: center;
	padding: 8px 0 0 0;
	margin: 5px 0 0 0;
	min-width: 80px;
	height: 80px;
	float: left;
        font-size: 0.80em;
}

.list_content {
word-wrap: break-word;
}

.avatar{
 margin-left:8px;
 margin-top:1px;
 margin-bottom:1px;
 float:left;
}
(2017-01-26, 02:11 PM)Conors Wrote: [ -> ]Check my attachment, but change compatibility.

Add to your sidebar {$tpt} and to your global.css:

#top_posters li {
 text-align: center;
 padding: 8px 0 0 0;
 margin: 5px 0 0 0;
 min-width: 80px;
 height: 80px;
 float: left;
        font-size: 0.80em;
}

.list_content {
word-wrap: break-word;
}

.avatar{
 margin-left:8px;
 margin-top:1px;
 margin-bottom:1px;
 float:left;
}

Conor! You da Man!!!!!! Worked perfectly!
Thanks a MILLION
Trying to get this to work but no matter where I add {$tpt} nothing shows up
Plugin installed fine and I added the code to my themes global.css
(2017-05-24, 12:55 PM)Kimmy Wrote: [ -> ]Trying to get this to work but no matter where I add {$tpt} nothing shows up
Plugin installed fine and I added the code to my themes global.css

You might be doing things wrong, no code should be placed in global css.
I didn't add any code to global.css I only added
What Conor said to add to my css above

Quote:#top_posters li {
   text-align: center;
   padding: 8px 0 0 0;
   margin: 5px 0 0 0;
   min-width: 80px;
   height: 80px;
   float: left;
      font-size: 0.80em;
}

.list_content {
word-wrap: break-word;
}

.avatar{
margin-left:8px;
margin-top:1px;
margin-bottom:1px;
float:left;
}

How exactly do I add {$tpt} to my sidebar? Is there more code to add besides {$tpt}? As nothing appearing.
(2017-05-25, 05:22 AM)Kimmy Wrote: [ -> ]I didn't add any code to global.css I only added
What Conor said to add to my css above

Quote:#top_posters li {
   text-align: center;
   padding: 8px 0 0 0;
   margin: 5px 0 0 0;
   min-width: 80px;
   height: 80px;
   float: left;
      font-size: 0.80em;
}

.list_content {
word-wrap: break-word;
}

.avatar{
margin-left:8px;
margin-top:1px;
margin-bottom:1px;
float:left;
}

How exactly do I add {$tpt} to my sidebar? Is there more code to add besides {$tpt}? As nothing appearing.

did you change compatibility to *18?
I did Smile
As I said it installed perfectly it's just not appearing on the site so I'm wondering how exactly do I add {$tpt} to my sidebar/sidebox
{$tpt} can be added anywhere on the index template & portal template & it should work.

in general, it can be added above or below {$footer} or anywhere in code segment of sidebar
Pages: 1 2