vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBCredits II Deluxe (https://vborg.vbsupport.ru/showthread.php?t=245752)

benesanchez 08-31-2012 12:48 AM

Uhm, the tabbar doesn't appear in vBulletin 4.2. What should I do?

sutto 09-01-2012 11:30 AM

Hi Guys,

Can you please confirm what will happen when enabling this on an existing forum?

I.e. Will points automatically be given based on historical data or will everyone start on 0 and posts/threads etc made from here on out attract points?

Thanks.

invitezone 09-18-2012 05:25 PM

you can set a date from when you want the points to be backdated from.

Darkwaltz4 09-21-2012 10:24 PM

vBCredits II Deluxe v2.1.0 released!

After a long hiatus, I am proud to announce the immediate availability of vBCredits v2.1.0!

Many of the fixes in this version have been posted as patches or hotfixed to the pro version, but now finally merged together in a cohesive package and made available for lite as well. In fact, I am backdating this release to 6 months after the previous one, so that limited license holders from awhile back will be able to take advantage of these great improvements.

Improved Performance:
-Smarter transaction queueing and processing
-Additional caching and query simplification
-Separate pending transaction table
-InnoDB applied conditionally

Currency Popup:
-New ability to include links to specific actions (eg [Transfer])
-Revised wording, Amount field focus, and currency matching
-Fixed usernames with utf-8 characters
-Fixed missing security token error
-Flooding prevention fixes
-Disables on mobile theme

Improvements:
-Optional cron alternative for daily actions
-Memberlist template edit no longer required
-Implemented upload/download actions on vB3
-Implemented referral/welcome actions during promotions
-Revised post/thread awarding/editing/deleting scenarios
-Better compatibility with other currency addons
-Better action multiplier handling
-Narrow admincp transactions by action
-vB3 supports navbar link to Transactions
-Other style, wording tweaks and optimizations

Fixes:
-Alternating column colors on memberlist
-Errors during URL attachments
-Auto repairs broken vBCredits cache
-Rare database errors
-Restored missing display saving functionality
-Recalculation tool issues
-Saving transactions during AJAX calls
-Full vB3.6-8/4.0-2 support

Organizational:
-Consistent DBTech features, eg global branding free key
-Moved related files into credits folders
-Using google hosted jQuery library

I fixed so much, I hope I remembered to list everything! There's a good chance that issue that's been bugging you about vBCredits has just been taken care of :) Otherwise I look forward to taking a fresh look at it in light of this update.

**IMPORTANT UPGRADE NOTES**

You should disable vBCredits, upload the new files, import the product file, then re-enable it. This will cut down on me having to help you through disabling addons when sync issues prevent you from logging into your admincp. And also from alarming you about being unable to log into your admincp :p

If you have a large or busy site, you might consider turning off your forums during the upgrade to cut down on server strain. As part of the performance improvements, pending transactions are moved from the main transaction table to a pending table, which may take several minutes depending on the amount of transactions you have.

You should also revert any template edits you made to vBCredits templates, including from previous patches, as well as from your memberlist_bit template. If you bought branding free, your old plugin will still work, but you can switch to the branding free key if you want.

The next update should be here much sooner :p there's more to come, Enjoy!

glen290 09-22-2012 06:07 AM

Getting this error when it asks to merge the templates

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.

TheSupportForum 09-22-2012 01:40 PM

there is an issue if you use RSS feeds with this mod

RSS Poster Robot

Fatal error: Call to a member function escape_string() on a non-object in /home/hind1980/public_html/dbtech/credits/credits_core.php on line 563

Darkwaltz4 09-23-2012 04:06 AM

You either were not logged in with a superadmin or an admin without vbcredits access (or you still have to reenable vbcredits).

In any case, your upgrade has completed successfully :)

TheSupportForum 09-23-2012 06:42 AM

Quote:

Originally Posted by Darkwaltz4 (Post 2367807)
You either were not logged in with a superadmin or an admin without vbcredits access (or you still have to reenable vbcredits).

In any case, your upgrade has completed successfully :)

i logged in with administrator

and cant run RSS feeds due to this mod
when i disable the mod the RSS feeds work

Darkwaltz4 09-23-2012 05:09 PM

what happens specifically when you try to run rss feeds with vbcredits enabled?

TheSupportForum 09-24-2012 09:14 AM

Quote:

Originally Posted by Darkwaltz4 (Post 2367972)
what happens specifically when you try to run rss feeds with vbcredits enabled?


as i said

RSS Poster Robot

Fatal error: Call to a member function escape_string() on a non-object in /home/hind1980/public_html/dbtech/credits/credits_core.php on line 563

if you run an rss feed on the forum you assigned it, it displays that message and will only import 1 feed, after its disabled the RSS feed will import all feeds

this is for vb 4.2.0 pl2

Darkwaltz4 09-24-2012 02:50 PM

in (forums)/dbtech/credits/credits_core.php find

PHP Code:

global $db$cols $keys

replace with

PHP Code:

            global $vbulletin;
            
$db =& $vbulletin->db;
            
$cols $keys

let me know if that fixes rss for you (or if you get a new error) :)

TheSupportForum 09-24-2012 04:21 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2368188)
in (forums)/dbtech/credits/credits_core.php find

PHP Code:

global $db$cols $keys

replace with

PHP Code:

            global $vbulletin;
            
$db =& $vbulletin->db;
            
$cols $keys

let me know if that fixes rss for you (or if you get a new error) :)

thank you

it worked, many thanks for the fix for vb 4.2.0

Darkwaltz4 09-25-2012 03:52 PM

I just now realized I missed your initial post about rss feeds - i was responding to glen290 with my superadmin comment. at any rate, ill have that patch in the next version.

Fergal C 10-02-2012 04:05 PM

The original version of this ran fine on our VB 4.2 forum. However, when we upgraded to 2.1 there is a slight glitch. When a user clicks on the "Currency" link in the nav bar the link looks like this;

"<span rel="credits-1-1;Fergal">BAF Cash: <b>17,939</b></span>"

How can that be fixed?

Thanks!

Darkwaltz4 10-02-2012 05:10 PM

Sounds like you have edited vbcredits templates that need to be reverted

Fergal C 10-05-2012 08:44 AM

ThanksDarkwaltz4, our Tech Admin reverted out navbar_tabs template and that has resolved the issue.

Unfortunately we now have another issue. Our forum currency is called "BAF Cash". Before the upgrade, when I wanted to remove BAF Cash from a member, I did the following;

ACP > DBTech - vBCredits > Recalculate User Accounts >
Entered the member's username in the "User Name" field and clicked "Exact match"
Then I adjusted their BAF Cash total in the "BAF Cash" field and clicked the "Update User" button.

This no longer appears to be working? Perhaps there is no another way to remove BAF Cash from a user?

Black Snow 10-06-2012 04:07 PM

Anyone had an issue with members being able to download even if they don't have sufficient points?

Black Snow 10-09-2012 08:44 PM

I get this error when trying to update transactions manually via ACP:
Code:

Processing Pending Transactions

Processing: 1
Warning: Missing argument 1 for vB_Database::query_first(), called in [path]/admincp/credits_admin.php on line 2020 and defined in [path]/includes/class_core.php on line 500

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
;

MySQL Error  : Query was empty
Error Number  : 1065
Request Date  : Tuesday, October 9th 2012 @ 04:43:50 PM
Error Date    : Tuesday, October 9th 2012 @ 04:43:50 PM

This is after recalculating my members' points. It asks me to update counters and this is what I get.

Fergal C 10-12-2012 05:09 AM

Quote:

Originally Posted by Fergal C (Post 2370908)
...Our forum currency is called "BAF Cash". Before the upgrade, when I wanted to remove BAF Cash from a member, I did the following;

ACP > DBTech - vBCredits > Recalculate User Accounts >
Entered the member's username in the "User Name" field and clicked "Exact match"
Then I adjusted their BAF Cash total in the "BAF Cash" field and clicked the "Update User" button.

This no longer appears to be working? Perhaps there is no another way to remove BAF Cash from a user?

Is anyone else experiencing issues with the new version of this Mod?

Black Snow 10-12-2012 11:01 AM

Yes, the last version worked well apart from minor bugs. This version isn't recalculating via the cron job or manually.

cbiweb 10-12-2012 10:32 PM

Quote:

Originally Posted by Black Snow (Post 2372503)
Yes, the last version worked well apart from minor bugs. This version isn't recalculating via the cron job or manually.

Since this is the case, does anyone know if it's possible to roll back to the previous version without damaging anything?

Black Snow 10-13-2012 11:08 AM

Here is a fix posted on DBTech Forum.
Quote:

Thanks for waiting guys, this was a typo.

Edit (forums)/(admincp)/credits_admin.php

find and REMOVE


PHP Code:

$trans $vbulletin->db->query_first(); 
not sure how that got left in there


This fixes the cron update and allows manually processing of updating counters.

Dirks 10-18-2012 03:50 AM

Random question DragonByte or anyone else.

When I first installed vBcredits, it allowed me to transfer/donate credits VIA popup by clicking the credit link in the postbit. Now clicking the link is linking me directly to credit.php. Any idea on how to restore the popup, as that was mighty convenient?

Thanks in advance.

Darkwaltz4 10-18-2012 06:07 AM

Sounds like you have old edited vbcredits templates that you should revert.

oddmud 10-28-2012 03:32 PM

My "Welcome" credits are being given twice, anyone know why?

oddmud 11-05-2012 01:19 PM

Quote:

Originally Posted by oddmud (Post 2376574)
My "Welcome" credits are being given twice, anyone know why?

Yeah I have it set for 100 welcome credits, and new users are starting out with 200. The only other thing that gives out 100 credits is birthdays.

Also is there a way to reset EVERYONE's credits to a certain amount?

TheSupportForum 11-05-2012 01:22 PM

Quote:

Originally Posted by oddmud (Post 2376574)
My "Welcome" credits are being given twice, anyone know why?

have you installed vbactivity mod

vbcredits works with it, so it might be conflicting

oddmud 11-07-2012 03:53 PM

Quote:

Originally Posted by TheSupportForum (Post 2378563)
have you installed vbactivity mod

vbcredits works with it, so it might be conflicting

No, I have not.

oddmud 11-07-2012 03:55 PM

Quote:

Originally Posted by oddmud (Post 2378561)
Also is there a way to reset EVERYONE's credits to a certain amount?

Can I get an answer on this one too?

Dirks 11-12-2012 08:51 PM

Hey Darkwaltz, I'm getting this error whenever I try to donate credits to people. Any idea what could be causing it?
Code:

The adjustment was applied successfully<br /><strong>Warning</strong>: Invalid argument supplied for foreach() in <strong>[path]/dbtech/credits/credits_core.php</strong> on line <strong>642</strong><br />
Thanks in advance!

moustafa 11-18-2012 09:36 PM

How to adjust decimals here?

If you insert the amount like 4.5>> it will be given as 5 and so on!

MC2919 11-28-2012 02:13 AM

Hello!

Please teach me with this error after I had updated to vBulletin v4.2.0 Patch Level 3.
Error: Fatal error: Class 'VBCREDITS' not found in credits admin.php on line 67

Beside: I have full permission in my forum, but when click on any link to VB Credit, it always show me that You do not have Permission to acess, please go Administrator Permission to add permission

Thank to ask soon!

scarex 12-12-2012 05:48 PM

Hi! I've just installed the mod (version 2.10), but I found this warning
Quote:

Warning: Invalid argument supplied for foreach() in [path]/dbtech/credits/credits_core.php on line 819
Any idea?

GamerPerfection 12-13-2012 06:04 AM

I installed this, then 2 days later it caused a server error and crashed my entire website, so now i've dumped it.

Vintum 01-11-2013 03:04 AM

I think I'm failing to understand exactly what this hack is used for. From what I can tell, it seems to be a way to generate a virtual currency used only in the forum to which it is installed. As it seems to be a highly popular hack, I'm interested in knowing a bit more about it.

Can this hack be used to earn money for the webmaster, or is it simply a "fun" thing for the forum?

Jeromedia603 01-17-2013 09:35 PM

I get this reporting, although it does go through and process when I gave some credits.

"The adjustment was applied successfully<br /><strong>Warning</strong>: Invalid argument supplied for foreach() in <strong>[path]/dbtech/credits/credits_core.php</strong> on line <strong>642</strong><br />"

I am a novice developer and expert designer, appreciate if you could be kind to me and help me out.

BMR 01-19-2013 07:18 PM

Is there a option to reset all user credits to zero in the admin panel to zero. It's to the point now where user just have insanely high amounts and we wanted everyone dropped back down to zero.

Zoul 01-23-2013 06:52 AM

hello

I have to submit an idea that exists in another support forum.
Would it be possible to add the credit based forums?
like this for example
a forum for flood = 0 credit for a message, and 0 credit for a new topic
a forum for sharing = 3 credits for a message, and 15 credits for a new topic
...
here is an example

https://vborg.vbsupport.ru/external/2013/01/18.png

here there is 1 credit per message and 3 credits for a new discussion forum
https://vborg.vbsupport.ru/external/2013/01/19.png

https://vborg.vbsupport.ru/external/2013/01/20.png



What do you think?

thank you very much

DragonByte Tech 01-28-2013 11:31 PM

Hey all,

Sorry for the delay in support responses, can you please post outstanding support issues on our forums @ www.dragonbyte-tech.com ?
Since this mod is not released under our company name, we have even less ability to keep up to date with threads here. Posting them on our forum means they won't get overlooked :)

Thanks, and sorry for the inconvenience :(


Fillip

hardiksadaria 01-29-2013 09:44 AM

How Can I update this Mod?


All times are GMT. The time now is 03:03 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.02029 seconds
  • Memory Usage 1,846KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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