vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - kBank - A Money System (https://vborg.vbsupport.ru/showthread.php?t=210236)

Mattcch 04-27-2009 12:41 AM

Mods is installed ok and run smoothly, greatly thanks a lots.:up:

How about adding the feature of display also 'bank: 9999" under KL$ on it?

ie a bank for interest to members when depositing the KL$.

mrpaint 04-27-2009 08:13 AM

Quote:

Originally Posted by baseballishere (Post 1799507)
mr paint you still have my info i made a kbank item and bought it but it doesnt show up on my post

what im asking is will you help me configure it to the best settings and if you want to be apart of the community you can ill make you moderator or adminstrator

Hmm, kBank item doesn't appear in post. I think you are looking for something like iShop (you can search in vBulletin.org for this mod)

Quote:

Originally Posted by Abderian (Post 1799508)
This happened to me, too. My forum is www.abdead.com and I am using 3.8.2

Which version of kBank are you using?
Do you use SEO plug-in like vBSEO?

Quote:

Originally Posted by dt_truck11 (Post 1799533)
i would like to see a stock market feature added, either where a user can make their own stocks and have other users buy shares of it and either make or lose money. or to have them invest in actual stocks

Quote:

Originally Posted by Mattcch (Post 1799669)
Mods is installed ok and run smoothly, greatly thanks a lots.:up:

How about adding the feature of display also 'bank: 9999" under KL$ on it?

ie a bank for interest to members when depositing the KL$.

Currently I have no method to determine the "interest" for bank so that feature is not available. I'm working with some of my friends who learning about economy to deal with that problem :D

Abderian 04-27-2009 02:23 PM

Quote:

Originally Posted by mrpaint (Post 1799798)
Which version of kBank are you using?
Do you use SEO plug-in like vBSEO?

I am using version 2.5.3 and have no SEO optimisation.

mrpaint 04-27-2009 10:22 PM

Quote:

Originally Posted by Abderian (Post 1799918)
I am using version 2.5.3 and have no SEO optimisation.

Please send me an account in your forum via PM or email (daohoangson[at]gmail.com)
so I can check it out. Thank you

prowarfare 04-28-2009 02:26 AM

Quote:

Originally Posted by mrpaint (Post 1797989)
Did you change the Maximum of Donation (24h)?

Everything was set at 0 for unlimited. I will go ahead and try changing that too.

Collussus 04-28-2009 09:26 PM

Found a bug when trying to change the post background item settings...

In the code it gives at the validation:

PHP Code:

        function validateSettings($settings)
        {
            if (
$settings['postbg']
                && !(
count($postbgs) > 0)
                && !
$settings['postbg_url'])
            {
                
print_stop_message('kbank_itemtype_customize_postdisplay_postbg_invalid');
            }
        } 

In this code $postbgs isn't defined, and is not definable by using global either. Fixed this by using this code:

PHP Code:

        function validateSettings($settings)
        {
            if (
$settings['postbg']
                && !(
strlen($settings['postbg_list']) > 0)
                && !
$settings['postbg_url'])
            {
                
print_stop_message('kbank_itemtype_customize_postdisplay_postbg_invalid');
            }
        } 

Without this fix it will give a "No items in list" error when choosing the "no url allowed" option.

I'm sure there's a better way to fix this but this was my fast way around.

Abderian 05-02-2009 10:14 AM

Email sent

mrpaint 05-02-2009 02:10 PM

Quote:

Originally Posted by Abderian (Post 1802935)
Email sent

Just logged in your forum. The problem is my account doesn't have any administrator permission so I can't do anything... But maybe the problem is using 2.5.3 xml with 2.5.1 files. You should give me some permission to check it out

Abderian 05-03-2009 06:01 AM

You now have administrator permissions

zaheerjk 05-03-2009 07:40 AM

MR PAINT
please help me
i am using kbank in my site i am getting this problem
when i purchase item it shows this error

Warning: Cannot use a scalar value as an array in [path]/kbank.php on line 443


All times are GMT. The time now is 01:24 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.01651 seconds
  • Memory Usage 1,753KB
  • 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
  • (8)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