vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Extended Reputation Display (https://vborg.vbsupport.ru/showthread.php?t=231876)

Nomar86 08-25-2010 01:39 PM

very nice, will use it on my forum

Juggernaut 11-25-2010 02:19 AM

I'm liking this mod :D

sticky 01-18-2011 09:21 AM

Could this be edited to display the reputation level comments? Why this was disabled doesn't really make sense, we are missing out on a fun part of the rep system.

k_v 01-22-2011 04:28 PM

Quote:

Originally Posted by New Joe (Post 1975748)
After installing this I noticed when you place your mouse over the repo green dots it doesn't say the little sayings any more ", it just shows as "reputation"

template "postbit_reputation_erd"
old:
HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:phrase reputation}" />
new
HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:raw post.username} {vb:raw post.level}" />
module in "reputation_image":
after
PHP Code:

$templater vB_Template::create('postbit_reputation_erd'); 

add
PHP Code:

$templater->register('post'$post); 


DirtRider 02-19-2011 02:11 PM

When I install this one my pips just disappear and I get reputation showing in there place

Paul M 02-19-2011 08:10 PM

Youare not uploading the images to the correct place.

Meeper 04-21-2011 07:02 PM

Hey,

I have been playing around with your great MOD trying to work out what has happened. There is appears to be a "ghost" <br> which causes my images to drop down:
https://vborg.vbsupport.ru/external/2011/04/17.png

When I view the page source I find:
Code:

<span class="postbit_reputation" id="repdisplay_2819922_443038"><br/><img class="repimg" src="images/bluefox/reputation/reputation_green.gif" alt="Reputation" />
Its not the images as suggested by Paul in a previous post. I have disabled all other MODs on the forum with no change. Any suggestions?

Paul M 04-21-2011 07:23 PM

Its not a ghost BR - its part of the mod code to add that.

Meeper 04-21-2011 08:08 PM

Anyway I can get it removed mate? Kind of looks out of place on my forum....

Paul M 04-21-2011 08:40 PM

Quote:

Originally Posted by Meeper (Post 2187152)
Anyway I can get it removed mate? Kind of looks out of place on my forum....

Not without editing the plugin code.


All times are GMT. The time now is 10:27 AM.

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.01433 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete