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)

Darkwaltz4 08-30-2011 02:30 PM

Quote:

Originally Posted by RedDevil (Post 2207793)
Is there a feature where members have to pay credits to view post, or something like this planned?

That is part of the pro version.

Quote:

Originally Posted by jojojijijojo1 (Post 2220789)
Everything was working fine then I started receiving this database error everytime I enable the plugin and view a thread

Invalid SQL:
SELECT t.* FROM credits_transaction AS t LEFT JOIN credits_event AS e ON (t.eventid = e.eventid) WHERE t.userid = 1 AND t.status = 0 AND t.timestamp <= 1310730072 ORDER BY t.transactionid ASC LIMIT 1;

MySQL Error : Table '***.credits_transaction' doesn't exist
Error Number : 1146

Just run the import again, and it should restore any missing tables, although its a huge mystery why it was missing in the first place.

Quote:

Originally Posted by Miss Buruku (Post 2234588)
I have poked around in this thread, but could not find an answer to some of my questions. I hope someone can answer these without too much inconvenience.

1. Are there any plans to add CMS comments as an action? I would like my members to get points for posting article comments.

2. Is there a way to add an image for the currency? I'd like a little symbol next to the currency in the postbit.

3. I get charged far too much to edit a post. I often get charged 5 credits to edit a post I only earned 1 credit posting. I don't want my members feeling like they cant edit their posts, but I've searched and searched and have not found a "reversal" or "edit" action to change the settings.

I would buy pro for all these features I listed.

1) Its a very low priority.
2) Can you add the image as part of the currency name via the multiple currency integration menu item?

Quote:

Originally Posted by Sm1th146 (Post 2234754)
I just tried to install the mod onto my site and ran into an error. I uploaded all the files to the correct folders and created the new plugins folder as well. The error I am receiving is below on the import of the xml.

PHP Code:

Database error in vBulletin 4.1.4:

Invalid SQL:
ALTER TABLE `usergroup`
        
CHANGE `credit_referral` `credit_referralDOUBLE NOT NULL DEFAULT '100',
        
CHANGE `credit_paycheck` `credit_paycheckDOUBLE NOT NULL DEFAULT '0',
        
CHANGE `credit_induction` `credit_inductionDOUBLE NOT NULL DEFAULT '100',
        
CHANGE `credit_post` `credit_postDOUBLE NOT NULL DEFAULT '5',
        
CHANGE `credit_thread` `credit_threadDOUBLE NOT NULL DEFAULT '10',
        
CHANGE `credit_active` `credit_activeDOUBLE NOT NULL DEFAULT '20',
        
CHANGE `credit_postsize` `credit_postsizeDOUBLE NOT NULL DEFAULT '0.05',
        
CHANGE `credit_refbonus` `credit_refbonusDOUBLE NOT NULL DEFAULT '0.05',
        
CHANGE `credit_birthday` `credit_birthdayDOUBLE NOT NULL DEFAULT '100',
        
CHANGE `credit_repgive` `credit_repgiveDOUBLE NOT NULL DEFAULT '0.1',
        
CHANGE `credit_threadrate` `credit_threadrateDOUBLE NOT NULL DEFAULT '1',
        
CHANGE `credit_ownthreadpost` `credit_ownthreadpostDOUBLE NOT NULL DEFAULT '3',
        
CHANGE `credit_pollmake` `credit_pollmakeDOUBLE NOT NULL DEFAULT '5',
        
CHANGE `credit_pollvote` `credit_pollvoteDOUBLE NOT NULL DEFAULT '1';

MySQL Error   Unknown column 'credit_referral' in 'usergroup'
Error Number  1054
Request Date  
MondayAugust 15th 2011 11:35:28 AM
Error Date    
MondayAugust 15th 2011 11:35:28 AM
Script        
http://www.tokengaming.com/forums/admincp/plugin.php?do=productimport
Referrer      http://www.tokengaming.com/forums/admincp/plugin.php?do=productadd
IP Address    75.149.133.5
Username      
Sm1th146
Classname     
vB_Database
MySQL Version 
5.0.92-community-log 


I'm pretty sure thats for the old vbcredits, not this one.

Quote:

Originally Posted by Voeltz (Post 2238581)
I have it installed and working, but how the heck do i remove the transactions nav link? it's not even enabled in the config in the acp!

Its a global config option, and it surely obeys it, please double check "enable navbar".

Darkwaltz4 08-30-2011 02:31 PM

Quote:

Originally Posted by Shardy (Post 2239087)
I created another currency called "GP". After posting a bit and earning more of these "GP" I wanted to remove them (reset them), so I went into "Currency" in my account and I tried doing 'take'. It seems it is only possible for the default "Credit" points/coins. How do I enable/allow it to be for the new "GP" coins as well?

(Only "credits" is shown on the right side, not the "GP")

Create an adjust event for your GP currency, similar to the one present for Credits.

Quote:

Originally Posted by hoadiem (Post 2239298)
it just happened.

i just notice one of my members keep changing birthday to earn credits, how do i prevent this. ?
should it be a custom mod that will disallow member to change their birthday after registration?

thanks for reading.

The pro version allows you to set duration limits on events.

SpikedRocker 09-11-2011 07:09 PM

I'm having some issue trying to remove the Currencies part out of the navbar_end....I found where I need to uncheck the box, but it never saves.

creppello 09-27-2011 09:47 PM

I have a quick ?. We have alot of DBTech stuff on our site, it's fantastic, but a couple of the mods (like this one) don't have the "DBTech -" in front of them in the admin panel. How can I add that, as I would like to se all of your mods lined up together when I am "adminning"....

ozzy47 09-27-2011 10:11 PM

Open the upload\includes\xml\cpnav_credits.xml and find this line;

HTML Code:

<navgroup text="vBCredits II Deluxe" permissions="credits" hr="true" displayorder="105">
And change vBCredits II Deluxe to DBTech - vBCredits II or what you wish

creppello 09-27-2011 10:17 PM

Thanks Ozzy, you're so awesome people should have to open their door every morning and shout your name :D

farhanisfarhan 10-04-2011 05:25 PM

Question: I am trying to use vbCredits II deluxe for "get paid per thread". Members are allowed to request for payout anytime they like. How do I create the payout transaction as "Admin" to send them real-life payment which will deduct the amount from their "vbCredits currency total" as well.

Members have posted and made the money and its shown in their postbit but how does the Admin can make the payout transaction onto their accounts.

Looking for a solution, anybody can help ??

pandusetiawan 10-18-2011 07:08 AM

Great mods :)
I just installing, how can I reccount the credits for all my member events (thread,post,etc) since the first my forum build to now?And how to manually add certain sum of credits to certain user, for example,if I want to give user A 5000 credits as he donate to my forum. thank you.

nCODE 10-23-2011 09:31 AM

any option for link exchange?
like users will get points on per ad view on his site (using PHP script of-course, to determine the number of views)
and deduct points is that user's ad is shown on another user's site?

zombieshack 10-28-2011 12:12 PM

How can I make it that in a certain forum any post does not get credits?
I have already made it that the area does not increase post counts but now I need it for the credits. It is for a spamboard area.
Thanks


All times are GMT. The time now is 10:21 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.01726 seconds
  • Memory Usage 1,773KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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