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)

dcuellar 11-16-2010 04:05 PM

Quote:

Originally Posted by rob01 (Post 2122294)
Hide and Sell Content with vBCredits

works with this?

No. It won't work. Sadly, I have tried and tried to get that mod updated. No pressure Dark...:D

btw...Dark, just a little reminder...I still have the old vbcredit mods on my site that I need removed. I sent you the PM with my login info already.

rootsxrocks 11-18-2010 10:47 AM

yeah no pressure on that v3arcade intergration either :D

Vinyljunky 11-18-2010 10:50 AM

Quote:

Originally Posted by rootsxrocks (Post 2123127)
yeah no pressure on that v3arcade intergration either :D

I second that :up:

dcuellar 11-25-2010 01:50 PM

Things are NOT looking good on 4.1 beta. Not that I expect the author to have it working for a beta...Just use this as a warning.

This is the error I see when trying to go to credits.php.
Code:

[an error occurred while processing this directive]
Other than that everything else seems to be working. Credits are taken and awarded with vbookie. Thank god I tested 4.1 on a test site though...I'm not making the same mistake I made with the 3.8 -> 4.0 transition.

Juggernaut 11-29-2010 12:58 AM

I get this error message when uploading images to an album from my computer, even after I disable the album event.

Code:

Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in [path]/dbtech/credits/credits_vbulletin.php on line 327

Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in [path]/dbtech/credits/credits_vbulletin.php on line 328


BrandonT88 11-29-2010 04:47 PM

I am using vbcredit deluxe and vbshop. On vbshop settings what do I put in points table & points field so they both use same points database?

dcuellar 12-05-2010 12:17 PM

Has anyone tested this on 4.1 yet? I want to know that it is working before I upgrade.

Darkwaltz4 12-12-2010 05:43 PM

Quote:

Originally Posted by dcuellar (Post 2120634)
Thanks man.

I'm trying to put it in my postbit. I found that the hook is "credits_display_postbit_row" but I don't know how to use that.

Here is the piece of code and my attempt to plug it in.
Code:

<vb:if condition="$show['credits_post']">
    <div class="eti_postbit">
      <b>$vbphrase[credits]:</b><br /> <span id="cdt_{vb:raw post.postid}_{vb:raw post.userid}">credits_display_postbit_row</span> <vb:if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&amp;u={vb:raw post.userid}#donate">$vbphrase[donate]</a>]</if> <vb:if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&amp;u={vb:raw post.userid}">$vbphrase[check]</a>]</vb:if>
    </div>
</vb:if>

As for the actions...man, I'm really confused on how to set each of them up. It's different from what I did with vbcredits I. I'm going to have to sit down and really take my time to figure this out.

Those old links and stuff will no longer work. If you are trying to modify the way that displays, there are official methods with template hooks and overwriting templates instead of template edits :) Let me know if you need that.

Quote:

Originally Posted by dcuellar (Post 2120654)
Alright, I got the recalculating down. The reason why nothing I was doing was working was because I disabled the actionset thinking it was a part of the old vbcredits.

The actual mod is labeled as "DB Tech:...", whereas the actionset is labeled as just "vbcredits..."

v2.0.0 has merged the vbulletin actionset with the main addon. I am preparing the lite version this weekend (the pro one is available now)

Quote:

Originally Posted by dcuellar (Post 2121425)
If I can make a recommendation it would be to provide us with a video tutorial on how to set up the mod. It could save me HOURS of trying to figure this out on my own. There are programs like screencast that record what you do on your computer's screen and allow you to automatically post it to youtube from there.

Other than that, I'm still waiting to get the mess from vbcredits.com cleaned up. I'd also like to see an answer to this post.

I am considering a tutorial and started one... but its a lot harder than youd think :-/
v2.0.0 also cleans up from the old addons, and the pro version merges the old pro addons and cleans those up too.

Quote:

Originally Posted by BozzaJos (Post 2121848)
Hey guys,

I already had vBookie installed and after I installed this mod, together with the vBookie "fix", I get the following error when trying to post a new vBookie event:

Database error in vBulletin 4.0.8:
Can anyone help me with this problem as soon as possible?
Thank you kindly in advance!

Regards,

Bozza

UPDTATE: I found my problem. "Give to the Poor" was set on 50 in vBookie settings but I didn't create a new event for it @ vBCredits. :-)

I am working on integrations the rest of the year, and upgrading the vbookie one is top of the list.

Quote:

Originally Posted by Destron (Post 2121987)
I haven't been able to translate a lot of phrases in the mod, it's not finding the phrases in the acp. :(

All of the front-end ones should be phrased, but the admincp is only partially right now.

Darkwaltz4 12-12-2010 06:21 PM

Quote:

Originally Posted by rob01 (Post 2122294)
Hide and Sell Content with vBCredits

works with this?

also

error:
The point field has been entered but no data exists in this field name.

credits 0

any idea?, i try posting, but i dont get credits

vbcredits dosnt seem to work... i will disable it :/

That error leads me to think you arent talking about my old pro addon. Whats the link to what you are trying to use? The pro version of v2.0.0 now contains charge bbcode support :)

Quote:

Originally Posted by rootsxrocks (Post 2123127)
yeah no pressure on that v3arcade intergration either :D

I am working on integrations for the rest of the year, and finally finishing this one is at the top of the list.

Quote:

Originally Posted by dcuellar (Post 2125629)
Things are NOT looking good on 4.1 beta. Not that I expect the author to have it working for a beta...Just use this as a warning.

This is the error I see when trying to go to credits.php.
Code:

[an error occurred while processing this directive]
Other than that everything else seems to be working. Credits are taken and awarded with vbookie. Thank god I tested 4.1 on a test site though...I'm not making the same mistake I made with the 3.8 -> 4.0 transition.

I just tried installing v2.0.0 on vb4.1 gold, and no issues at all, especially on that page.

Quote:

Originally Posted by Destron (Post 2126957)
I get this error message when uploading images to an album from my computer, even after I disable the album event.

Code:

Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in [path]/dbtech/credits/credits_vbulletin.php on line 327

Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in [path]/dbtech/credits/credits_vbulletin.php on line 328


Thanks, it has been reported before and I am still looking for a solution. The file should still have been accepted correctly though.

Quote:

Originally Posted by BrandonT88 (Post 2127234)
I am using vbcredit deluxe and vbshop. On vbshop settings what do I put in points table & points field so they both use same points database?

You could either go to the currency manager in vbcredits and import the vbshop currencies for use in vbcredits, or pick the column from an existing currency displayed under Field in the currency manager. If you kept the default Credits, it should be "credits" for column, "user" for table.

rob01 12-12-2010 11:54 PM

well the error.. is just the credits doesn't gets added ..they always stay at 0

also i need to delet the older version.. but i get a error saying im missing a file :S


All times are GMT. The time now is 08:53 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.01553 seconds
  • Memory Usage 1,761KB
  • 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
  • (5)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
  • (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