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 - Show Reputation Each Post Has Got In PostBit (https://vborg.vbsupport.ru/showthread.php?t=173432)

xorex 06-29-2008 04:16 PM

please update for 3.7.X

AngelBlue 08-30-2008 11:20 PM

This mod is no longer supported by me.
If anyone wishes to port it to 3.7 or otherwise update it, go ahead.

tpearl5 02-05-2009 02:47 PM

I would love to see something like this for 3.7/3.8.. hrm

tpearl5 02-05-2009 03:59 PM

So far the only differences I see in editing code are in forumdisplay.php:

Find
Code:

        $threads = $db->query_read_slave("
                SELECT $votequery $previewfield
                        thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
                        thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, $tachy_columns,
                        thread.prefixid, thread.taglist, hiddencount, deletedcount,

Replace with
Code:

        $threads = $db->query_read_slave("
                SELECT $votequery $previewfield
                        thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
                        thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, $tachy_columns,
                        thread.prefixid, thread.taglist, hiddencount, deletedcount,
//reputation addon
(SELECT rsum FROM " . TABLE_PREFIX . "post where thread.firstpostid = postid) AS rsum,
(SELECT rpos FROM " . TABLE_PREFIX . "post where thread.firstpostid = postid) AS rpos,
(SELECT rneg FROM " . TABLE_PREFIX . "post where thread.firstpostid = postid) AS rneg

However - this block of code is throwing an error

ok awesome 10-06-2009 12:23 AM

I updated from 3.6.8 to 3.8.4 and can't use this mod anymore. It would be awesome if someone updated it!

AngelBlue 10-06-2009 04:15 AM

If anyone wants to update this mod and release a version that is compatible, or include a patch that makes it so, go ahead.

MrNoname 06-06-2010 01:02 AM

Please make a version in VB4 ;)

Ark del KAOS 06-29-2010 11:44 AM

Quote:

Originally Posted by MrNoname (Post 2049020)
Please make a version in VB4 ;)

PLEASE!!!:D

I was using this modification as a base for a own postbit modification.
If the post gains more than X reputation, the post shows with a "important" mark...if its goes under Y negative reputation, the post colapse itself.
Some kind of democratic automoderation for the community.

But I need to be able to know the reputation of the post into de postbit template, to make some "if" magic with it :D
I tried some tricks, but anything works:(

I'm working on it, and maybe can solve it myself...but if you can upgrade it It'll be awesome ^ ^

Ark del KAOS 07-01-2010 10:15 AM

Well, after some modifications this mod works on vb4.
I'm only change the mod forum maximum version, and It installs great.
And the postbit changes, and the admin ones, works too.
The other changes...I don't use them, so I don't know ;)


All times are GMT. The time now is 04:48 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.00973 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete