vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Post Count Represented By Graphics (https://vborg.vbsupport.ru/showthread.php?t=109595)

Lazarous 03-05-2006 10:00 PM

Post Count Represented By Graphics
 
For my board, I wanted to change the way that post counts were displayed on the forum and represent them by graphics.

Thanks to Andy who pointed me in the right direction in the Modification area.

Obviously post counts can be changed in the code shown as well as graphics. a very straight forward hack.

Lazarous 03-06-2006 07:41 AM

<i>Reserved...</i> :banana:

DJ XtAzY 03-06-2006 12:43 PM

ooo i like this idea.... i think its better than showing postcounts itself

The Chief 03-06-2006 01:26 PM

yeah, I love this idea also :)

Aesma Deva 03-06-2006 02:36 PM

Nice idea, you could use this too:
Code:

<div id="postcount"></div>
<script type="text/javascript">
var posts;
for (posts=0;posts<$post[posts];posts+=100)
{
document.getElementById("postcount").innerHTML=document.getElementById("postcount").innerHTML + "<img src='image.gif' />";
}
</script>

This way you wouldn't need the conditionals, members with more than 800 posts wouldn't stay in level 5 and you'd only need 1 image.

Tefra 03-06-2006 03:25 PM

ok i feel stupid now can someone explains me the difference between the
User Rank Manager and this ? You can easily do the same thing without code hacks

AKapadia 03-06-2006 03:33 PM

nice one :)

Aesma Deva 03-06-2006 04:00 PM

Quote:

Originally Posted by Tefra
ok i feel stupid now can someone explains me the difference between the
User Rank Manager and this ? You can easily do the same thing without code hacks

Someone has a point there -___-
The differences are, this displays the images except for the post count, in a difference position than the ranking system (unless if you edit it) and this isn't a ranking, so you're still free to give a member another ranking.

iturazvan 03-13-2006 11:51 AM

Great hack, i'll use it, thanks ! :)


All times are GMT. The time now is 03:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01073 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete