vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBCredits - Ultimate Points System (https://vborg.vbsupport.ru/showthread.php?t=151924)

PlymWS 07-23-2007 07:10 PM

Is there any way to retrospectively generate a credit score for someone ?

My forum has been running a while so I would like to be able to generate a credit score based on my users previous posts and thanks.

Also, would it be possible to add a points score for uploaing an attachment ?

kaisellgren 07-23-2007 07:17 PM

How to disable / not show for a specific member group? I would like to use this for displaying salary for my board staff :)

cheat-master30 07-23-2007 07:18 PM

Quote:

Originally Posted by PlymWS (Post 1299465)
Is there any way to retrospectively generate a credit score for someone ?

My forum has been running a while so I would like to be able to generate a credit score based on my users previous posts and thanks.

Also, would it be possible to add a points score for uploaing an attachment ?

You can easily retrospectively generate a credit score. Just install this, then go Maintenance -> Update Counters -> Appropriate Credits

You can then update credits for specific usergroups based on various factors.

Darkwaltz4 07-23-2007 07:21 PM

Quote:

Originally Posted by PlymWS (Post 1299465)
Is there any way to retrospectively generate a credit score for someone ?

My forum has been running a while so I would like to be able to generate a credit score based on my users previous posts and thanks.

Also, would it be possible to add a points score for uploaing an attachment ?

There is a form at the bottom of update counter page, use this to apply credits retroactively. Attachment uploading will most likely be implemented.

Quote:

Originally Posted by kaisellgren (Post 1299476)
How to disable / not show for a specific member group? I would like to use this for displaying salary for my board staff :)

Edit the usergroup settings for the usergroup in question, and set everything to 0. You can also disable specific people in the user edito, and the entire hack in the global settings. To disable showing of usergroups in the top richest credit holders, the option is in the usergroup editor.

Everyone: Dont forget to click install :) (or nominations for MOTM :D)

AdmiralGeek 07-23-2007 07:32 PM

everything is installed, but when i go to allow quizes that are submitted, my admin keeps asking me to log in over and over again! I thought this was fixed, and also when making changes to the admin_quiz.php there are two instances of the same code when searching.

This is when i am integrating it with the Quiz

two instances of this one
Code:

$DB->query("insert into ".TABLE_PREFIX."quiz
        (q_name,q_state,q_perms,q_start,q_end,q_autoend,q_timelimit,q_viewanswer,q_desc,q_forcat,q_image)
        values
        ('{$q_name}',{$q_state},'{$Perms}',".time().",{$End_Time},{$q_autoend},{$q_timelimit},{$q_viewanswer},'{$q_desc}',$q_forcat,'{$q_image}')");

and also this one

Code:

$DB->query("update ".TABLE_PREFIX."quiz
        set q_name='{$q_name}',q_state={$q_state},q_perms='{$Perms}',q_end={$End_Time},q_autoend={$q_autoend},q_timelimit={$q_timelimit},q_viewanswer={$q_viewanswer},q_desc='{$q_desc}',q_forcat=$q_forcat,q_image='{$q_image}'
        where qid='{$quiz['qid']}'");


Darkwaltz4 07-23-2007 07:34 PM

As I stated earlier, the number of tabs is important in which block to use. Revert your quiz files and search again, this time paying attention to tabs. There should be only one block for each thing. You probably get logged out because you replaced it twice. If after you fix that and it still doesnt work, we will go from there :)

AdmiralGeek 07-23-2007 07:38 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1299492)
As I stated earlier, the number of tabs is important in which block to use. Revert your quiz files and search again, this time paying attention to tabs. There should be only one block for each thing. You probably get logged out because you replaced it twice. If after you fix that and it still doesnt work, we will go from there :)

are you referring to my post?

Darkwaltz4 07-23-2007 07:39 PM

Yeah?

AdmiralGeek 07-23-2007 07:40 PM

blocks? tabs? I am usong just vb3.6.7 not advanced

Darkwaltz4 07-23-2007 07:42 PM

Okay, when you are finding and replacing code from quiz.php and admin_quiz.php, also search for the number of tabs in the code block. If you searched for just the text it would appear twice, but checking the number of tabs (tab keypress, aka indents) makes it appear only once - which is the right one to replace.

I guess I will redo the instructions to identify a different block of code. Sucks I cant use plugins because there are no hooks at all in those files.

AdmiralGeek 07-23-2007 07:46 PM

ahhhhhh! more sleep and less caffeine keeps the errors away ^_^, ill get back to ya!

Mum 07-23-2007 07:49 PM

It refers to TMS? Where is that to download?

Darkwaltz4 07-23-2007 07:58 PM

TMS is here, will link to first post
https://vborg.vbsupport.ru/showthread.php?t=152931

It is not required to use vbcredits, just saves you the steps of doing template modifications if you have it installed. Otherwise the template mod instructions are included.

I will begin putting newest versions of stuff on http://www.vBCredits.com , so be sure to sign up if you want to play around with new versions and provide your input before releases.

Chase 07-23-2007 08:09 PM

Darkwaltz

Is 1.4 being released already? I saw vBCredits 1.4 on the top of your site.

Darkwaltz4 07-23-2007 08:12 PM

New versions of scripts will be tested on vbcredits.com before official release elsewhere :) (kind of how vbulletin does it)

Register there to test out new systems, including the upcoming vBCommerce. Now, things will be blocked until I'm certain it wont destroy the world, but when I want to test the logic and get feedback :)

AdmiralGeek 07-23-2007 08:24 PM

replaced everything that i had edited, replaced that database, but when i do a fresh install of the quiz, my admin login keeps asking for my password, this is without and files been edited.

cheat-master30 07-23-2007 08:35 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1299538)
New versions of scripts will be tested on vbcredits.com before official release elsewhere :) (kind of how vbulletin does it)

Register there to test out new systems, including the upcoming vBCommerce. Now, things will be blocked until I'm certain it wont destroy the world, but when I want to test the logic and get feedback :)

The Modifications look good! Although the only one there I will probably have when they come out (apart from this one) will likely be the topsite modification (is that a mod which allows you to run those topsites where sites get added and votes make it go up a list of sites?)

Either way, nice work.

PixelFx 07-23-2007 08:49 PM

Quote:

The Modifications look good! Although the only one there I will probably have when they come out (apart from this one) will likely be the topsite modification (is that a mod which allows you to run those topsites where sites get added and votes make it go up a list of sites?)
It's likes johns origional vbtopsites hack for vb2.0 way back when only its been given a full rewrite. We will have both a Lite and pro version in development. but basically yes with tons more features that other topsite promotion script systems currently have.

We'll annouce lite version here once its ready and we'll also have more info on our site as well. We've been working on all of our scripts for a number of months now, almost a year :D, with full intergration with vBCredits :D

DiSpy 07-23-2007 08:58 PM

vBcredits was a nice surprise... I'm tired of waiting for a new version of vBux/vPlaza... THANKS! ^.^b

I've pm'd dark with a list of ideas/suggestions (hey you guys asked for them).

cheat-master30 07-23-2007 09:00 PM

Quote:

Originally Posted by PixelFx (Post 1299566)
It's likes johns origional vbtopsites hack for vb2.0 way back when only its been given a full rewrite. We will have both a Lite and pro version in development. but basically yes with tons more features that other topsite promotion script systems currently have.

We'll annouce lite version here once its ready and we'll also have more info on our site as well. We've been working on all of our scripts for a number of months now, almost a year :D, with full intergration with vBCredits :D

So the Lite one will be free, correct? And will there be pro/lite versions of all these scripts, or just some of them?

Chase 07-23-2007 09:53 PM

Darkwaltz

I would rather not have posters gain points based on word counts or character counts. Can I disable this altogether??

cheat-master30 07-23-2007 10:22 PM

I think you would put this to zero for each usergroup:

Post Size Credit Credit awarded per character or word in a post, in addition to the Posting Credit.

mikeylikesitz 07-23-2007 10:59 PM

im soo glad this is being developed

Chase 07-23-2007 11:05 PM

Quote:

Originally Posted by cheat-master30 (Post 1299640)
I think you would put this to zero for each usergroup:

Post Size Credit Credit awarded per character or word in a post, in addition to the Posting Credit.

I tried that but it didn't work.

PixelFx 07-23-2007 11:27 PM

Quote:

Originally Posted by cheat-master30 (Post 1299572)
So the Lite one will be free, correct? And will there be pro/lite versions of all these scripts, or just some of them?

vBCredits is 100% free, vbCredits$ note the $, is a small paid addon, which we are handling on our site once that script is completed.

But what you are now loving and using will always be a free addon, just like vbadvanced has cmps for the masses.

We have other scripts in development that have both Lite and pro releases. To keep things ok with terms of this site, we're only releasing our Lite scripts here, we are making as lite scripts as feature packed as we possibly can for you guys

I hope that clears up any confusion, we have version 1.4 already started, on our site and will post more info on that for those that want to follow development, we'll release 1.4 with updates here once its ready

njoker555 07-23-2007 11:31 PM

i just got 12 credits for one post with 10 chars, i put the points per char to 0, what happened here? when i delete the post it delets 1 credit and i did set it to that

i set it so u get 1 credit per post

GekkoPixie 07-23-2007 11:59 PM

I only want certain forums to allow credit earning. How do I do that?

Darkwaltz4 07-24-2007 12:18 AM

I am investigating the weird variable.... might have put the wrong one or forgot an extra check in there or something :D

Ba$im 07-24-2007 12:21 AM

gr8 work
gr8 coder :)
I just want ask you about any thing like this
http://www.christianforums.com/character


thanks

GekkoPixie 07-24-2007 12:44 AM

Okay, ignore my last question (not being sarcastic - really ignore it!).

How do you do THIS?

Darkwaltz4 07-24-2007 12:49 AM

Njoker, thanks for the help - Ive uncovered a slew of missing variables in the credit fomulas :-p i guess thats what i get for not sleeping for 30 hours while rushing to get a release out on time.

anyway, i have reuploaded the package, to implement the fixes, just re-import the product file again (be sure to select allow overwrite)

This should fix up your plugins :) sorry about that...let me know if you find anything more

njoker555 07-24-2007 12:57 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1299707)
Njoker, thanks for the help - Ive uncovered a slew of missing variables in the credit fomulas :-p i guess thats what i get for not sleeping for 30 hours while rushing to get a release out on time.

anyway, i have reuploaded the package, to implement the fixes, just re-import the product file again (be sure to select allow overwrite)

This should fix up your plugins :) sorry about that...let me know if you find anything more

wow lol, i'll do that in a few mins then and come back to see if anything else needs fixing, it was scaring me tho lol, getting 30x more points than they should - ouch for forum contests

thanks :D

Darkwaltz4 07-24-2007 01:01 AM

Yeah....it was counting chars but forgot to insert multiply against the postsize credit :D so instead of + .1 * 30, it was just + 30....heh >.<

Also, that form is the Mass Credit Updater
To find it, in the ACP go to the Update Counters link under the Maintenance Tab, usually at the bottom of the navigation panel. Then scroll down through the various tools to usually the bottom, and theres the form. If you need help with the options, consult the admin help links posted next to each item.

GekkoPixie 07-24-2007 01:03 AM

Thank you, I'll try that now. :)

Darkwaltz4 07-24-2007 01:08 AM

Quote:

Originally Posted by GekkoPixie (Post 1299689)
I only want certain forums to allow credit earning. How do I do that?

You can override any forum type credit award in the forum editor. You cant miss it. This might need some bugtesting for missing variables too due to some scope issues, but we shall see :D I dont have a massive testing forum yet where this kind of thing would be readily visible. Alternatively, if you already list the forum to not count posts, you can set it to not count credits there either with a global setting.

Quote:

Originally Posted by Ba$im (Post 1299696)
gr8 work
gr8 coder :)
I just want ask you about any thing like this
http://www.christianforums.com/character


thanks

The link doesnt work...

semma4eva 07-24-2007 01:42 AM

HELP! I just installed this, and now the site's not working, and I can't get to anything in my admin cp. I was just following the instructions. What went wrong?!

Darkwaltz4 07-24-2007 01:43 AM

Were you installing fresh or upgrading?

Were there any errors displayed?

semma4eva 07-24-2007 01:45 AM

fresh

And no, there were no errors displayed it was working for like a minute, and then all of a sudden it just stopped and nothing's working now

Okay now it just started working again. That was really weird.

Darkwaltz4 07-24-2007 01:58 AM

well, as long as its working :D maybe your server just had a hiccup...

Techno05 07-24-2007 02:19 AM

I see the option to allow a user to lose points but I can see to find it. Someone please tell me where. I have a sig request site and would like to take away credits once a member requests. Please help thanks.


All times are GMT. The time now is 05:50 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.01907 seconds
  • Memory Usage 1,836KB
  • 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
  • (12)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
  • (40)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