vb.org Archive

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

Darkwaltz4 03-09-2008 01:12 AM

you should switch back to the original bitfield_vbulletin.xml file.

however, it wouldnt be a database error you would get..

if its still not working pm me login details and ill make sure its all good

romanticyao 03-09-2008 02:37 AM

hello, i've found a bug,

To avoid {1} {2} penalty for each active loan, you must pay back at least the minimum in each amount column by {3}. You can initiate automatic payments by entering a number of days, or use 0 for single payments. These can be changed or stopped at any time by entering a new number.

{3} shows as 1970-01-30

romanticyao 03-09-2008 04:04 AM

nvm, just need to run cronjob

Darkwaltz4 03-09-2008 05:27 AM

:-p well, actually refreshing the page should have been enough.

you see, due to mysql limitation, i had to make interest be individual and not global... (i had such an awesome query too!! :()

so now each user has a timestamp, and the forum has a timestamp, and those are constantly bouncing off against each other

when starting out, users have the timestamp of 0.. which was in 1970 :-p

reifegerste 03-09-2008 11:03 AM

Hi since the update i can't see the addpost Button.

I have changed any templates and the options in the Usergroup are correct

Moderate Post Awards yes
and
Can Award Negative Amounts yes

Sorry my english is not so good ;)

Can any help me to find a solution?

Cuu
Lars

Darkwaltz4 03-09-2008 04:17 PM

do you mean the reply button vanished, or the post award icon vanished?
if the icon vanished, make sure you set nonzero limits for the post award system for your usergroup (presumably admin)

if youre still having trouble, pm me an admin login

also, anyone interested in the changelog between vbcredits 1.4rc1 and 1.4rc2, its been posted here
http://www.vbcredits.com/forum/showthread.php?t=1177

Magz 03-09-2008 06:26 PM

Ive had to temporarily disable vbcredits. Ive had several users tell me via msn they couldnt acces my site. The got a white page with the following:

Fatal error: Field credits is t defined in $validfields in class vB_DataManager_User in /includes/class_dm.php on line 485

I really want to get this mod up and running again, any ideas?

regards

WildWeb 03-09-2008 07:05 PM

Quote:

Originally Posted by Magz (Post 1460914)
Ive had to temporarily disable vbcredits. Ive had several users tell me via msn they couldnt acces my site. The got a white page with the following:

Fatal error: Field credits is t defined in $validfields in class vB_DataManager_User in /includes/class_dm.php on line 485

I really want to get this mod up and running again, any ideas?

regards

Same here! I even personally got the error when loggin into vbcredits.com site to report it. I sent an email to the admin...no reply as of yet.

cheat-master30 03-09-2008 07:06 PM

I just disabled all hooks in the config file, then re enabled and it worked when that happened to me.

Darkwaltz4 03-09-2008 09:49 PM

people having trouble with the $validfields thing, try this:

in the plugin manager, replace the entire code contents of the
vBCredits - Define User DM Fields

with the following
PHP Code:

$this->validfields['credits'] = array(TYPE_NUMREQ_NO);
$this->validfields['credits_canearn'] = array(TYPE_BOOLREQ_NO);
$this->validfields['credits_canspend'] = array(TYPE_BOOLREQ_NO);
$this->validfields['credits_numrefs'] = array(TYPE_UINTREQ_NO);
$this->validfields['credits_saved'] = array(TYPE_NUMREQ_NO);
$this->validfields['credits_score'] = array(TYPE_INTREQ_NO);
$this->validfields['credits_interest'] = array(TYPE_UNIXTIMEREQ_NO); 



All times are GMT. The time now is 01:23 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.01555 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)pagenav_pagelink
  • (3)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