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)

ColdSpirit 07-24-2007 04:08 PM

Is this modification compatible with ibproarcade??

Thank you in advance!

kaisellgren 07-24-2007 04:25 PM

If you want to disable showing credits for users who has 0 credits, do it this way.

Go to Manage Plugins and edit Display Credits In Postbit:

PHP Code:

if ($vbulletin->options['credits_public'] && !empty($post['credits']))
{
    
$template_hook['postbit_userinfo_right'] = '<div>' $vbphrase['credits'] . ': $<span id="cdt_' $post['postid'] . '_' $post['userid'] . '">' vb_number_format($post['credits'], $vbulletin->options['credits_decimals']) . '</span></div>';



mikeylikesitz 07-24-2007 04:25 PM

ibproarcade integration is in development

Darkwaltz4 07-24-2007 04:46 PM

Quote:

Originally Posted by FanAddict (Post 1300196)
Ah okay,
Any idea when vBcommerce will be comming out? Also how much will it cost to get this addon for it?

vBCommerce has about a week for initial release. According to vborg rules, I cannot discuss pricing details about paid addons, you'll have to talk to me in private or check out the website.

Quote:

Originally Posted by Chase (Post 1300204)
For some reason I have come across an alignment issue while viewing the top credits...

Any reason it's doing this? I know I applied the updated changes you released last night... and I'm not sure if it worked properly before that... I don't remember.

It might be hardcoded, I will check and give you instructions on fixing the width of the table for now.

Quote:

Originally Posted by Raphaelx (Post 1300277)
Hey Hi, nice mod but still one question...

Everyone can see everyones Credits on showthread but I do not want to display the Credits of Mods/Smods/Admins anywhere on my forum...

Why is there no option to exclude Usergroups from beeing counted by the Credits system?
And how can I manage it yet?

Thanks

You can set usergroups to 0 values to disable them from getting credits. Check out the usergroup editor. No switch yet for display of those users... guess I could try to work it in.

Quote:

Originally Posted by ColdSpirit (Post 1300281)
Is this modification compatible with ibproarcade??

Thank you in advance!

Not yet, been busy.

Quote:

Originally Posted by kaisellgren (Post 1300290)
If you want to disable showing credits for users who has 0 credits, do it this way.

Go to Manage Plugins and edit Display Credits In Postbit:

PHP Code:

if ($vbulletin->options['credits_public'] && !empty($post['credits']))
{
    
$template_hook['postbit_userinfo_right'] = '<div>' $vbphrase['credits'] . ': $<span id="cdt_' $post['postid'] . '_' $post['userid'] . '">' vb_number_format($post['credits'], $vbulletin->options['credits_decimals']) . '</span></div>';



That might not obey a lot of things, so I will try to fit something into 1.4 for this.

Darkwaltz4 07-24-2007 04:54 PM

Quote:

Originally Posted by Gemma (Post 1299873)
Upgraded but still getting an error in Scheduled Tasks

Did you reupload the credits_tim.php file from the second update I sent? (Third "release" of 1.3)? That corrects fresh installs for scheduled tasks. When you reupload, you might want to perform the task via the ACP scheduled task manager to makeup for the one you missed.

Quote:

Originally Posted by JVCode (Post 1299885)
I currently use iCash points system, which seems to have fallen to the hack graveyard. Is the conversion of credits from iCash to VBCredits easy? also is the vbookie plugin working? and ALSO! can this hack be used with IBPro Arcade? :D

It's very easy, just install the converter, then uninstall the converter and Icash (the converter was made into product form for ease of use, and once its "installed" (finished converting) it doesnt do anything from then on so best to delete it.

vBookie plugin is working. Check the extras/addons folder from the download.

Not yet for vbproarcade, be patient :-p

Quote:

Originally Posted by AdmiralGeek (Post 1299915)
can any one help me out, the credits system installed perfect, and great work in its production. But i can not get the quiz to work, even the mod on its own. It keep asking for my admin password. I even done it on my test forum, and same thing. Is this a regular problem for the quiz installs on the 3.6.7 version?

If the quiz isnt working even when you havent hacked it for use with vbcredits, you should probably ask the quiz author.

Quote:

Originally Posted by SwissPegasus (Post 1299997)
If i made a donation, i have the possibility to take a Fee. So, is ist possible to give the Fee to another user, maybe in a future release?

Do u also plan to write a Bank System? Wich is little bit better than the ibank. Nice to have would be the possibility do define a User as Bank User, where the interessting rate is taken from.

Sorry about my bad englisch, but i hope u understand what i mean.

Quote:

Originally Posted by Chase (Post 1300186)
When you donate points to another user shouldn't points be subtracted from your points?

I based the donation fee off the system used by PayPal, which takes the fee off of the amount the donatee receives. I might stick in an option.

I intend to base the bank off of a real banking system, youll be impressed :-p

dai-kun 07-24-2007 05:13 PM

Is it possible to place the Credits: xxx where I want it to be placed in the postbit? I also have a div style that I want to apply to it also so it looks like my Post:xxx and other info.

I've tried using

Quote:

<if condition="$vbulletin->options['credits_public']"><div class="vb_postbit_info">$vbphrase[credits]: $post[credits] (<a href="credits.php?u=$post[userid]">$vbphrase[donate]</a>)</div></if>
but it shows up with decimals which looks nasty. Credits: 6843546.08957

Thanks

Darkwaltz4 07-24-2007 05:24 PM

Unfortunately the plugin takes care of trimming decimals :( This raw mode bypasses the checks. I could make something unique for you, but I would want to apply it directly to your board. 1.4 will have a template for postbits to help fix this.

dai-kun 07-24-2007 05:31 PM

ok thanks! I don't like having the credits at the bottom since i have a ton of stuff going on above it.

SVTCobraLTD 07-24-2007 05:49 PM

Just tried donating credits and got this error.

Quote:

vBulletin Message
Invalid Specified
SVT

Darkwaltz4 07-24-2007 05:53 PM

Did you put an amount above 0? if not you get that message. Although it should say 'Invalid Amount Specified'

also if you put a nonexistant person or yourself, or someone who cant get credits, it should say invalid person.


All times are GMT. The time now is 12:39 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.01745 seconds
  • Memory Usage 1,764KB
  • 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_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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