News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[Tip] Activity Level in posts

Started by Marcus Forsberg, November 08, 2008, 05:21:47 PM

Previous topic - Next topic

Marcus Forsberg

Greetings!

This simple tip will show you how to put a Activity Level bar in each post.
The bar width increases by 1px for every post the member does.
When it reach 100px, it stops.
It works whit both SMF series.




Let's get started by opening ./Themes/default/Display.template.php and find the following line:
// Show avatars, images, etc.?

Got it?  ;)
Then replace that line whit this code:
// The Activity bar... Small.... Simple... And made by Nascar :)
echo '                                  <b>', $txt['activity_level_posts'], '</b><br />
<img src="'.$settings['images_url'].'/poll_left.gif"><img src="'.$settings['images_url'].'/poll_middle.gif" height="12px" width="', ($message['member']['posts'] < 100) ? $message['member']['posts'] : 100, '" title="', $txt[26], ': ', $message['member']['posts'], '"><img src="'.$settings['images_url'].'/poll_right.gif"><br />
<br />';

// Show avatars, images, etc.?





You should have a bar displaying in each topic now, right?
Then head for ./Themes/default/languages/Modifications.english.php and add this right before ?>:
$txt['activity_level_posts'] = 'Activity Level';




We're done! Yey! ;D
In the feature I'll develop this tip in to a mod whit various admin features and more bars, based on different stats.

Also, a big thanks goes to:
Deprecated - Code help
geneiuk - Testing
MaxiPes - Requester


Enjoy
Nascar

genieuk

#1
Great Modification. Simple yet useful.  ;)

Works Great!

Mathew

ascaland


TheDisturbedOne

I think it is good, but I would like to see a bit more, if and when you upgrade it.  Like when you don't post for a while it goes down.
Good job anyway!

MaXiForum.cz

It is amazing!!!
THX Nascar
I test this :)

Jessikard

great - thx
and if it´s possible when you update please with a little bit more differences inside the levels

Marcus Forsberg

Thanks for the comments!
This is just a small and fast solution to this. More adavanced features are comming..

Jessikard

well, so i´m waiting for your great work  ;)

Costa

Nascas, a litlle sugestion

Can you make another bar?
turning from red to green?
And the activity can be measure by month?

Farewell and congrats for the tip
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

Deprecated

How about making the activity indicator go in three sections? Like 1-100, 100-1000, 1000-10000, but equal widths. You could make the readout scale logarithmic. :)

genieuk

Quote from: Costa on November 09, 2008, 05:06:13 PM
Nascas, a litlle sugestion

Can you make another bar?
turning from red to green?
And the activity can be measure by month?

Farewell and congrats for the tip

Hi,

I have created some poll bars in different colours:

http://www.simplemachines.org/community/index.php?topic=273419.0

Regards,
Mathew

Deprecated

Can somebody please do this mod in ultraviolet light for me? It would look great with my black light posters and lava lamps. ;) :P

MaXiForum.cz

Quote from: Deprecated on November 09, 2008, 05:29:40 PM
How about making the activity indicator go in three sections? Like 1-100, 100-1000, 1000-10000, but equal widths. You could make the readout scale logarithmic. :)

   
good idea, how?


Jade Elizabeth

I love this idea, but my forum is FULL of spammers...

The bar width increases by 1px for every post the member does.
When it reach 100px, it stops.

^ So that wouldnt work. Unless by changing the "100" parts of the code I could increase it?
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

genieuk

You could increase yes, very easily but if you do the bar becomes to wide and disrupts the page look. The bar increases 1px every time a post is made, once it reaches 100 it stops, if you increase any further than 100 it will as stated go to long and things start looking horrible and messy.

Nascar is working on several otherthings to improve it and the idea of having 3 bars is good as that way 3 bars can increase.

Example:

bar one, once it reaches 100 it stops (like it currently does) and then it starts on next bar.

I did modify the code earlier to test i got 3 bars showing but when i change the values of the two others nothing happens this is because it needs a bit of extra tweaking to increase second and third bar. Only way i could get it to increase was by changing the px width of the second and third bar which is useless.

Mathew

Jade Elizabeth

I mean, if it increases per post, can I increase that? To like 100 or 500 or 1000 posts?  I'd only want the bar 125px long :)
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Deprecated

See my post above regarding logarithms. If you make the scale logarithmic it doesn't have to stop at 100. You could have for example a 3 inch area for the indicator where 0 to 1 inch represents 1-100 posts, 1 inch to 2 inches represents 100-1000 posts, and 2 inches to 3 inches represents 1000-10000 posts. I think you can see how it gets more compressed at the upper end, yet still shows small changes at the lower end.

I expect 3 inches is too big for this application but it could be scaled to whatever is desired. Colors could be added too.

It's Nascar's project so I'm not going to do anything beyond making suggestions. He's a budding mathematics expert and figuring this out would be good for his learning. :)

genieuk

I agree, now you explained it, it would make sence and the ability to extend it beyond 100 with no increase in bar width.

I think Nascar will also agree with this.

MAthew

MaXiForum.cz

Hi, my friend and admin www.maxiforum.cz modificated it this way:

http://princ.name/temp/activity-bar.xml
or
http://www.maxiforum.cz/activity-bar.xml

There is screen:


THX Nascar, Deprecated and Jaa(c) :)
PS: install it by hand ;)

Advertisement: