vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - Enhanced Reputation Checks (https://vborg.vbsupport.ru/showthread.php?t=199977)

Alfa1 05-18-2010 01:05 PM

I feared that answer. But fair enough. A lot of people are using that modification though, as its a very basic function. The coder is gone since years. So there is no hope for a vb4 version. I hope a qualified coder will create this functionality for vb4 or integrate it into a hack like this. hint, hint.
Can I throw in some Dr.Pepper apparel or trays of Dr.Pepper as a means of persuasion?

Ark del KAOS 06-28-2010 07:02 PM

Hi Paul!
Maybe you can help me ;)

With the 3.8 version, I was using some of your reputation enhancement addons.
With them, and some changes in the postbit code, I used the reputation of the post to rank it. "Interesting" "Very Interesting" "Bad" "Very Bad"

With the 4.0.3 I want to make the same modification, with some improvements.
The most important one is than every usergroup of the forum has a limited and exact reputation power.
The lowest usergroup has only one point, the next one two, the third...3....and the last one seven.
Very simple...or so I think.

But there's no option to set a exact reputation power to a usergrup.

....but...and there's where this mod jump to the scene....
....maybe I can set the Reputation Power Cap to 1 point, and the Custom Usergroup Based Multiply Factors to the power I want to that usergroup.
Well, 1*x=x ^ ^

And with that I could continue with my addon ^ ^

I don't know if this addon can be instaled and used with the vb4, or you're planing to upgrade it....but some help would be very very helpful ^ ^

Paul M 06-28-2010 08:54 PM

The vb4 version is listed in my profile, just like all the others.

You cannot use the cap like that, as it is applied last, after any factors.

However, I believe that if you set all the standard vb settings that increase rep power to 0, then everyones power will be 1, which you could then apply factors to.

Ark del KAOS 06-29-2010 09:09 AM

Quote:

Originally Posted by Paul M (Post 2061338)
The vb4 version is listed in my profile, just like all the others.

You cannot use the cap like that, as it is applied last, after any factors.

However, I believe that if you set all the standard vb settings that increase rep power to 0, then everyones power will be 1, which you could then apply factors to.

It's there the vb4 version??!! O___o

LOL....Honestly, I looked up for it XD
Thanks anyway for your hard work...

Diggo11 09-03-2010 11:46 AM

Is there any way we can edit the imported products' PHP to make decimal reputation values round instead of truncate? I assume this is as simple as adding "+ 0.5" somewhere in the code, but being no PHP expert my trial and error approach has failed ;(

Paul M 09-03-2010 12:45 PM

I believe you would update these lines ;

PHP Code:

if ($reppos)
{
    
$score intval($pfactor*$score);
}
if (
$repneg)
{
    
$score intval($nfactor*$score);



Diggo11 09-03-2010 11:00 PM

Thanks :) So I was looking in the right place, however I should have subtracted rather than added 0.5 to the negative reputation. Was thinking product 3 multiplied the whole thing by -1 afterwards at "$reppower = $reppower * -1;", apparently not! (Still don't know how I managed to get it to give 100% reputation value instead of rounding yesterday, but no matter :|)

Great mod ;)

Moshe1010 09-07-2010 06:18 PM

is there any chance that this mod doesn't work on 3.8.6 PL1? I've difficulties with this mod. When it's ON, my whole reputation system doesn't work, when it's off everything is fine. There is no allow/disallow list and I tried to change the mod settings and still something is wrong there.

Thanks.

Paul M 09-08-2010 12:12 PM

Im not aware of any changes in 3.8.6 that would affect this. I have no 386 to test it on.

Edmund Tan 09-29-2010 08:17 AM

Can I ask why I cant set the max rep power cap on? This seems not to be working in my site.


All times are GMT. The time now is 02:00 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.01111 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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