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)

tackebong 12-11-2007 11:59 AM

I've just got a problem! I am using a style named "futura". It displays member's profile in the "header" template so I can't use the code to display the amount of credits in the "navbar" template. Can I have some advices?

Sableye 12-14-2007 08:53 PM

$credits_navbar displays the credits below your PM statistics, right? Well, I have placed my PM statistics in my header, and I was wondering how I can get the credits to be displayed in the header.

Darkwaltz4 12-15-2007 01:10 PM

Quote:

Originally Posted by tackebong (Post 1399136)
I've just got a problem! I am using a style named "futura". It displays member's profile in the "header" template so I can't use the code to display the amount of credits in the "navbar" template. Can I have some advices?

Quote:

Originally Posted by Sableye (Post 1401172)
$credits_navbar displays the credits below your PM statistics, right? Well, I have placed my PM statistics in my header, and I was wondering how I can get the credits to be displayed in the header.

have you tried searching for the find code in your headers? You can also put $credits_navbar in your header and it will show the same thing as in your navbar

Also! I'm sorry for my weeklong absense - I just finished off my end of the year projects and finals for this semester of college :D I'm going to plow through my mountain of messages and then release 1.4, thanks for your patience!

Sableye 12-15-2007 05:09 PM

Nope, nothing appears when I add it in my headers. My code:

PHP Code:

<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
$credits_navbar
<else />
<!-- 
login form -->
<
form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"


jake21 12-15-2007 06:43 PM

Great mod! Sorry If I've overlooked the answer here, but could someone help explain how to change the phrase "Credits" to something different?

I found in the Read me,
Quote:

If you would like to change the word "Credits" displayed throughout the forums, edit the GLOBAL phrase labeled 'credits'.
But I'm somewhat new to vbulletin am still unsure. Any nudge in the right direction would REALLY be great. Thanks.

Chase 12-15-2007 10:46 PM

Search this thread. It's seriously been asked liked 100 times.

BTW, the release of 1.4 in taking incredibly long.

mark|3 12-16-2007 02:41 AM

Just an query before installing. I am planning to have a competition at my site. So for each problem solved, I would like to award a point to the user. At the end of the competition i would like to reset the the points and start a new one. Will this mod accommodate this function? Thanks in advance

PixelFx 12-16-2007 06:26 AM

Quote:

Originally Posted by Chase (Post 1401813)
Search this thread. It's seriously been asked liked 100 times.

BTW, the release of 1.4 in taking incredibly long.

vBCredits in an incredibly huge script, and making it incredibly secure takes a bit of time, dark's been writing full admin help systems which took a very long time to write / due to limitations in mysql its self, some systems had to be fully rewritten so this took an incredible about of work to make it stable for your sites and fuction well.

I think for those waiting for this script you will see the incredible amount of work darkwaltz has put into this script once released, very soon, and we hope as bug free as possible. ;)

lasto 12-16-2007 01:33 PM

Quote:

Originally Posted by PixelFx (Post 1401981)
vBCredits in an incredibly huge script, and making it incredibly secure takes a bit of time, dark's been writing full admin help systems which took a very long time to write / due to limitations in mysql its self, some systems had to be fully rewritten so this took an incredible about of work to make it stable for your sites and fuction well.

I think for those waiting for this script you will see the incredible amount of work darkwaltz has put into this script once released, very soon, and we hope as bug free as possible. ;)

serious id hate to be waiting for the shop addon as well,as this has to be one of the most waited for hacks which is more than likely to appear next year as opposed to this yr as it has been ages now since 1.4 was released as beta.Appreciate the work you guys are doing but the wait is killing esp since u got to release 1.4 as full before u can even get started on the shop addons.Reckon me licence be expired before these get released :)

BuRaCh 12-16-2007 05:18 PM

3000 downloads
wuuu:)

tort 12-18-2007 06:08 AM

3.7 customization of profiles is incompatible with this mod. I, of course, found out the hard way, and now I cant uninstall the vbCredits due to a database error. Terrific.




Database error in vBulletin 3.7.0 Beta 2:

Invalid SQL:
ALTER TABLE `vb_user`
DROP `credits_numrefs`,
DROP `credits_canget`;

MySQL Error : Can't DROP 'credits_canget'; check that column/key exists
Error Number : 1091
Date : Tuesday, December 18th 2007 @ 01:57:23 AM
Script : http://www.madcastgaming.com/forums/...do=productkill
Referrer : http://www.madcastgaming.com/forums/...tid=credits&s=
IP Address : 97.84.151.160

cygy2k 12-18-2007 11:29 AM

You do realize you installed a BETA PRODUCT on a BETA PRODUCT? That's just asking for problems - I wouldn't count on getting much sympothy.

cheat-master30 12-18-2007 05:28 PM

Quote:

Originally Posted by tort (Post 1403411)
3.7 customization of profiles is incompatible with this mod. I, of course, found out the hard way, and now I cant uninstall the vbCredits due to a database error. Terrific.




Database error in vBulletin 3.7.0 Beta 2:

Invalid SQL:
ALTER TABLE `vb_user`
DROP `credits_numrefs`,
DROP `credits_canget`;

MySQL Error : Can't DROP 'credits_canget'; check that column/key exists
Error Number : 1091
Date : Tuesday, December 18th 2007 @ 01:57:23 AM
Script : http://www.madcastgaming.com/forums/...do=productkill
Referrer : http://www.madcastgaming.com/forums/...tid=credits&s=
IP Address : 97.84.151.160

What version? I'm hoping nothing goes wrong when I upgrade, but if that is happening, I guess I'd better disable profile customisation...

silvermerc 12-18-2007 07:45 PM

Yep its broke mine too :(

cheat-master30 12-18-2007 08:07 PM

Same here. I wonder if disabling the credits temporarily will help?

tort 12-19-2007 05:02 AM

Quote:

Originally Posted by cygy2k (Post 1403551)
You do realize you installed a BETA PRODUCT on a BETA PRODUCT? That's just asking for problems - I wouldn't count on getting much sympothy.

Terriffic post A++++ would read again. :rolleyes:

Atwal 12-20-2007 04:22 AM

will this be updated to 3.7.0 beta 2 soon?

WhyDoesItMatter 12-21-2007 02:26 AM

Looks great! *clicks install*

mark|3 12-21-2007 06:08 AM

hi,

I am trying to install this hack but then i have a minor problem. When i click on credits beside the user name it will redirect me to a dead page e.g. ("The webpage cannot be found")

Any idea what went wrong?

thanks

ezurick 12-21-2007 09:56 AM

Quote:

Originally Posted by Atwal (Post 1405170)
will this be updated to 3.7.0 beta 2 soon?

People... no one said this version (vbcredits v4.1RC1) was going to be compatible to vb 3.7. Those that upgraded jumped the gun! And I asked this question to Dark and Pixel on their support forum... the next new release will support the 3.7. But not any ?eta version.

So for now, don't install this if you plan to move to a ?eta upgrade of vb.... I would also suspect that those asking for help that are having issues because they upgraded to the ?eta vb won't get answered...

sandt38 12-22-2007 10:45 PM

Quote:

Originally Posted by mark|3 (Post 1405970)
hi,

I am trying to install this hack but then i have a minor problem. When i click on credits beside the user name it will redirect me to a dead page e.g. ("The webpage cannot be found")

Any idea what went wrong?

thanks

Sounds like the credits.php didn't get installed correctly.

alessai2 12-23-2007 11:35 AM

hey how do i integrate it with ibank ?

fly 12-23-2007 01:04 PM

Anyone around here think vBcommerce will come out with a free copy of Duke Nukem Forever?

sandt38 12-23-2007 10:47 PM

Quote:

Originally Posted by alessai2 (Post 1407471)
hey how do i integrate it with ibank ?

I eliminated the iBank feature when I saw how nice the bank was on vBCredits. I do, however, still use iShop, which is completely compatible with vBCredits.

alessai2 12-24-2007 07:34 AM

ok , can u atleast tell me how to disable the loans of bank of vbcredit? and how to decrease the intrest rate of bank of vbcredit??

alessai2 12-24-2007 08:00 AM

um..i cant see where to deposit the points to ibank :s i mean how can i deposit the points to iBank after i have set money row to credits ?

alessai2 12-24-2007 12:06 PM

and would anyone tell me how to mass award member points in vbcreditd 1.3 ??

unknownkind 12-25-2007 04:01 PM

Quote:

Originally Posted by alessai2 (Post 1408334)
and would anyone tell me how to mass award member points in vbcreditd 1.3 ??

Admin panel -> Maintenance -> Update Counters -> Scroll to the bottom it should be there...

unknownkind 12-26-2007 02:13 AM

I would also like to know how to turn of the banking system loans, savings/checking.. Thanks

iulianh 12-26-2007 12:40 PM

Great hack, thanks a lot . I am sure that i am going to use it !

hector2000 12-26-2007 01:31 PM

I saw in the asian site
vbcredit.php?do=banking
vbcredit.php?do=lottery
How can i install that?

sandt38 12-27-2007 12:04 AM

Quote:

Originally Posted by alessai2 (Post 1408187)
ok , can u atleast tell me how to disable the loans of bank of vbcredit? and how to decrease the intrest rate of bank of vbcredit??

Quote:

Originally Posted by unknownkind (Post 1409214)
I would also like to know how to turn of the banking system loans, savings/checking.. Thanks

In your adminCP ---> usergroups ---> Usergroup Manager ---> *select usergroup* ---> Banking Loans and Drawings --->

From this menu select the following for the associated action:

To disable loans go to
--->Maximum per Loan ---> set to 0 to disable loans

To disable savings go to
--->Maximum Savings ---> set to 0 to disable savings

To reduce interest rates go to
--->Savings interest rate---> set to your preferred setting.

Hanoifishing 12-28-2007 01:31 AM

Is this a shop online?

nbaphenom 12-28-2007 04:33 AM

Nice man a must download.

alessai2 12-30-2007 08:36 AM

@sandt38 you are TOTALLY WRONG . i SAID , how to DISABLE it , not how to put limitation for use on it .
I want to install ibank , so i need to DISABLE it completely , so that no one can see default bank , cuz it sux .

sandt38 12-30-2007 05:03 PM

No, alessai2, I am right. Place a 0 in the listed locations to disable the loans, it says to right in the field, to disable the feature.

If you are so set on iBank (which "sux" I used to use it), then don't use vBCredits.

And don't yell. I responded to your query, and I don't deserve your attitude. It is not my fault you didn't determine if the hack would work for you, and it is not my fault you didn't determine if the hack would integrate with iBank before you installed it. You should research any program before you install it on your board. Your problems are your fault, not mine. :rolleyes: And, you can rest assured, with that attitude you will find it hard to get help from members who are trying to help.

Darkwaltz4 12-30-2007 09:52 PM

Quote:

Originally Posted by Sableye (Post 1401661)
Nope, nothing appears when I add it in my headers. My code:

PHP Code:

<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
$credits_navbar
<else />
<!-- 
login form -->
<
form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"


check your visibility settings in the global options

Quote:

Originally Posted by jake21 (Post 1401703)
Great mod! Sorry If I've overlooked the answer here, but could someone help explain how to change the phrase "Credits" to something different?

I found in the Read me,

But I'm somewhat new to vbulletin am still unsure. Any nudge in the right direction would REALLY be great. Thanks.

in your acp, go to the Languages & Phrases manager, click Search in Phrases, search text credits, search variable name only, case sensitive and exact match yes. the only result should be the one you edit to whatever youd like.

Quote:

Originally Posted by mark|3 (Post 1401907)
Just an query before installing. I am planning to have a competition at my site. So for each problem solved, I would like to award a point to the user. At the end of the competition i would like to reset the the points and start a new one. Will this mod accommodate this function? Thanks in advance

this has been requested, and I plan to do it after vBCommerce hits beta.

on a side note - I have posted and am regularly updating progress threads on vbcredits.com for vbcredits and vbcommerce, so you can always see where I'm at.

Quote:

Originally Posted by tort (Post 1403411)
3.7 customization of profiles is incompatible with this mod. I, of course, found out the hard way, and now I cant uninstall the vbCredits due to a database error. Terrific.

Database error in vBulletin 3.7.0 Beta 2:

Invalid SQL:
ALTER TABLE `vb_user`
DROP `credits_numrefs`,
DROP `credits_canget`;

MySQL Error : Can't DROP 'credits_canget'; check that column/key exists
Error Number : 1091
Date : Tuesday, December 18th 2007 @ 01:57:23 AM
Script : http://www.madcastgaming.com/forums/...do=productkill
Referrer : http://www.madcastgaming.com/forums/...tid=credits&s=
IP Address : 97.84.151.160

are you trying to uninstall and then reinstall here? if you are upgrading your forum, the products should have remained untouched.

there WAS a bitfield conflict for 3.7, and the instructions to fix it are posted in vbcredits.com. otherwise, vbcredits seems to be working just fine in 3.7 beta 3, and I intend to make it work for both vb versions in 1.4 final.

Quote:

Originally Posted by mark|3 (Post 1405970)
hi,

I am trying to install this hack but then i have a minor problem. When i click on credits beside the user name it will redirect me to a dead page e.g. ("The webpage cannot be found")

Any idea what went wrong?

thanks

sounds like you didnt upload the credits.php page. either that or you are using a cmps and you are clicking on a link outside of the forum directory and didnt add credits.php to the list of pages to adhere the forum url to.

Darkwaltz4 12-30-2007 09:57 PM

Quote:

Originally Posted by alessai2 (Post 1408187)
ok , can u atleast tell me how to disable the loans of bank of vbcredit? and how to decrease the intrest rate of bank of vbcredit??

sandt is completely right about how to remove banking and loans using the settings, although in 1.4rc1 some of the interfaces are still there (fixed properly in 1.4 final) the quickest way to completely remove the loans stuff is to set high values to qualify for the bank in the bank settings. you also change the interest rates in the usergroup editor.

Quote:

Originally Posted by alessai2 (Post 1408202)
um..i cant see where to deposit the points to ibank :s i mean how can i deposit the points to iBank after i have set money row to credits ?

please ask blaine how to use his ibank hack :)

Quote:

Originally Posted by hector2000 (Post 1409434)
I saw in the asian site
vbcredit.php?do=banking
vbcredit.php?do=lottery
How can i install that?

that stuff is in 1.4rc1, available for free to members of vbcredits.com.

LilSniper 12-31-2007 07:12 PM

Is there a Forum shop that can go along with this?

Thanks.

Darkwaltz4 01-02-2008 02:56 AM

Progress Thread for vBCredits 1.4 final
http://www.vbcredits.com/forum/showthread.php?t=855
Progress Thread for vBCommerce 1.0 beta
http://www.vbcredits.com/forum/showthread.php?t=856


All times are GMT. The time now is 11:35 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.02994 seconds
  • Memory Usage 1,856KB
  • 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
  • (21)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
  • (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