vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - vBCredits - Ultimate Points System (https://vborg.vbsupport.ru/showthread.php?t=172399)

kylek 04-24-2008 05:51 AM

So far no problems with vbcredits and rc4.

PixelFx 04-24-2008 07:03 AM

I'm making progress with the site, I'll have it up asap. in the mean time dark can help with questions here. While I work on our network issues we've been having.

Kicks 04-24-2008 07:42 AM

mhh .. what?s with the domain ?
can?t load the webseite vbcredits since a few days :(

searching for a german language pack

honken 04-24-2008 08:05 AM

Quote:

Originally Posted by PixelFx (Post 1497937)
I'm making progress with the site, I'll have it up asap. in the mean time dark can help with questions here. While I work on our network issues we've been having.


cant hardly wait until asap :D

RedTrinity 04-24-2008 02:22 PM

Hi DarkWaltz4,

Firstly, well done on the great add-on :)

I just have a styling question related to the copyright notice to do with VBCredits - as you can see, with the style I have as our default, the branding font/colour differs from other text in the footer, and it is positioned isolated smack bang in the center.

http://www.theparentingsanctuary.com.au/forums

How can I alter/relocate this so that it matches my template better? I would like it to be on the left hand side and in the same font/colour as the other text there.

Cheers :)

Darkwaltz4 04-24-2008 04:41 PM

Regarding the site: we are having some technical issues which we are recovering from and should have the site back up in a day or two.. I am not sure if the german language pack we have is for 1.3 or 1.4...

Regarding the branding: I can't tell you; however if you PM me an admin login with style perms I will fix it for you personally instead :)

Black Tiger 04-24-2008 08:20 PM

@Darkwaltz4: On your forums I asked you for the code for displaying the amount of savings in the postbit_legacy template same as credits are displayed and how to do this.

You had answered to that thread, and I marked it, but because forums is down I can't find it and I had reverted my postbit template in which it was hardcoded, I seemd to forget to put it in the TMS system.

Can you provide me again with the code how to display this and implement it?

RedTrinity 04-24-2008 11:53 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1498316)
Regarding the branding: I can't tell you; however if you PM me an admin login with style perms I will fix it for you personally instead :)

Ok, thanks I will do that now. And I should probably mention I posted this in the 3.7 thread by accident, our board is 3.6.9 lol! Sorry about that :o Shouldn't affect the issue though, I don't think.

Darkwaltz4 04-25-2008 03:52 AM

Quote:

Originally Posted by Black Tiger (Post 1498531)
@Darkwaltz4: On your forums I asked you for the code for displaying the amount of savings in the postbit_legacy template same as credits are displayed and how to do this.

You had answered to that thread, and I marked it, but because forums is down I can't find it and I had reverted my postbit template in which it was hardcoded, I seemd to forget to put it in the TMS system.

Can you provide me again with the code how to display this and implement it?

basically, in postbit/_legacy find
PHP Code:

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

add below

PHP Code:

                         <if condition="$show['credits_post']">
                              <
div>
                                   
$vbphrase[credits_savings]: $post[credits_saved] <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&amp;u=$post[userid]">$vbphrase[check]</a>]</if>
                              </
div>
                         </if> 

you may even want to remove the

PHP Code:

<if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&amp;u=$post[userid]">$vbphrase[check]</a>]</if> 

from the FIND block before adding below it (to spread out where the links end up appearing)

Quote:

Originally Posted by GamerGirl27 (Post 1498664)
Ok, thanks I will do that now. And I should probably mention I posted this in the 3.7 thread by accident, our board is 3.6.9 lol! Sorry about that :o Shouldn't affect the issue though, I don't think.

thats alright, just try not to get mixed up over which version you try to upgrade with :D

futureye 04-25-2008 03:01 PM

can we add a store to sell items like gifts???

bertwrld 04-26-2008 08:11 AM

Hello

I am getting an error on the show thread page and member profile pages from what i can see now..

The error is:

Warning: Division by zero in [path]/includes/functions_credits.php on line 28

I never noticed it before, but I just upgrade to 3.7 RC 4, not sure if this plays a part.

Thanks
Bert

mum2gem 04-26-2008 12:34 PM

i installed this last night it all looks good, but when i click on "check" in my postbit it just goes to a blank page?
any ideas what ive done wrong

Darkwaltz4 04-26-2008 10:03 PM

Quote:

Originally Posted by futureye (Post 1499088)
can we add a store to sell items like gifts???

ishop works with vbcredits, but you have to use 'credits' without quotes as the money row setting within it. theres also vbcommerce, but its in development and more info is/will be made on my site only, thanks.

Quote:

Originally Posted by bertwrld (Post 1499593)
Hello

I am getting an error on the show thread page and member profile pages from what i can see now..

The error is:

Warning: Division by zero in [path]/includes/functions_credits.php on line 28

I never noticed it before, but I just upgrade to 3.7 RC 4, not sure if this plays a part.

Thanks
Bert

number of referrals per referral point needs to be 1 or higher, not 0. (in either main or award settings of vbcredits). if you dont want to award for referrals, use a value of 0 in the usergroup award setting for referrals instead.

Quote:

Originally Posted by mum2gem (Post 1499733)
i installed this last night it all looks good, but when i click on "check" in my postbit it just goes to a blank page?
any ideas what ive done wrong

did you upload the credits.php page to your forum root? and also, please try to ask your questions in the thread of the vbcredits version you are using - you asked this in the vb3.6 thread too, and i dont want to give you the wrong advice.




Also, I was afraid the new security in vb3.7rc4 would affect *something*.

Turns out there is a problem with the automatic navbar refresh feature for vb3.7 in vbcredits 1.4rc2. Until I introduce the full fix for this, you will need to turn it off by using 0 seconds for the automatic navbar refresh which should be in the main settings for vbcredits.

bertwrld 04-27-2008 12:18 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1500147)
number of referrals per referral point needs to be 1 or higher, not 0. (in either main or award settings of vbcredits). if you dont want to award for referrals, use a value of 0 in the usergroup award setting for referrals instead.


Thank you much.
Bert

wsdeluxe 04-27-2008 11:09 AM

vbcredits.com is still broken it was down for ages, now when you go to the vbcredits page you just get "Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable."

Darkwaltz4 04-27-2008 11:35 AM

i know :D we have been working on it for the last five days, and we have reached a stable point to open back up later today

lucky-boy 04-27-2008 05:08 PM

It's so cool. Thanks a lot ^^. How about point per Thank is!

Darkwaltz4 04-27-2008 08:17 PM

yes, there is an integration addon to award credits with the post thanks system.

lucky-boy 04-28-2008 02:33 AM

I found it. Thank .

Darkwaltz4 04-28-2008 02:46 AM

my site is back up now :) the new announcement details what happened.

yaoren 04-28-2008 03:57 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1497887)
If anyone is using the new vb3.7rc4, i dont believe there is anything that would stop working, but in case you find something, please let me know immediately.

Has no one mentioned the token issue with the upgrade? I keep having it pop up where my credits are and I'm not sure if it's something to do with vBCredits and 3.7 RC4 or not? Any help is greatly appreciated!

Darkwaltz4 04-28-2008 07:38 PM

yes, i later discovered that problem, and wrote about it here, and what you should do about it :-p
https://vborg.vbsupport.ru/showpost....&postcount=133

yaoren 04-30-2008 10:56 AM

Well with the upgrade to gold I haven't seen the issue again ^^

forumrunt 05-01-2008 01:36 AM

will this work with Ishop

Darkwaltz4 05-01-2008 01:50 AM

Quote:

Originally Posted by yaoren (Post 1503232)
Well with the upgrade to gold I haven't seen the issue again ^^

huh thats odd :-/ i havent checked yet

Quote:

Originally Posted by forumrunt (Post 1504041)
will this work with Ishop

yes it will :) just use 'credits' as the money row setting (no quotes)

yaoren 05-01-2008 01:51 AM

Quote:

Originally Posted by forumrunt (Post 1504041)
will this work with Ishop

I have ishop and vBCredits running together, so yes.

Sableye 05-01-2008 02:19 AM

I'm having a hard time getting vBCredits to display on my forum. I recently upgraded my forum to 3.7.0 and am using the latest version of vBCredits (1.4 RC2). I made all the necessary template changes to one of my templates, but the credits of users don't appear anywhere on my forum. What's wrong?

Darkwaltz4 05-01-2008 02:28 AM

1) in the main global settings: is visibility set to private or everyone?

2) in usergroup settings: is your group or groups that members you are looking at set to excluded from vbcredits?

3) are you in a forum which is set to not display credit amounts?

Sableye 05-01-2008 02:35 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1504081)
1) in the main global settings: is visibility set to private or everyone?

2) in usergroup settings: is your group or groups that members you are looking at set to excluded from vbcredits?

3) are you in a forum which is set to not display credit amounts?

Problem was with #2. It's all fixed now. Thanks for the help. :)

Lahoria 05-01-2008 09:28 AM

how easy is it to install for a non-programmer / semi newbie ?

Darkwaltz4 05-01-2008 09:48 AM

well, i would say about intermediate, however the instructions are explained in great detail so as long as you were able to install your forums in the first place, you should be able to handle installing this :)

of course, if you have trouble you only need to ask.

also, thanks everyone for voting vbcredits for vb3.7 MOTM april 2008 :D

Lahoria 05-01-2008 11:44 AM

does it work with vbplaza ?

Darkwaltz4 05-01-2008 02:10 PM

i cant speak for v2, but in v1.x there was fields for changing the points field, in which case you would use 'credits' (no quotes) for it.

of course, even the creator admits that you shouldnt be using v1 due to security issues, so...

jojo77 05-01-2008 04:20 PM

I would love to install this but over 10 template edits is too much for me. I'm waiting for the 3.7 TMS plugin before I do.

XnaMe 05-02-2008 08:32 PM

Hello!!!

I need help!
Can i do with vBCredits ... like this:
People earn credits, and with this credits they can buy things who i offer?

Thanks

Darkwaltz4 05-02-2008 11:18 PM

yes, but you may have to deduct credits from a person manually depending on what you are offering

d2sector 05-03-2008 01:07 AM

is there any particular way one should update from rc2 rev 1 from 3.6.8 to 3.7.0 version?

XnaMe 05-03-2008 01:32 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1506250)
yes, but you may have to deduct credits from a person manually depending on what you are offering

Sorry i don't understand! :(

Darkwaltz4 05-03-2008 06:10 AM

Quote:

Originally Posted by d2sector (Post 1506315)
is there any particular way one should update from rc2 rev 1 from 3.6.8 to 3.7.0 version?

for that just upload the new set of files and import the product again. i think one or 2 template edits might need to be changed - only the MEMBERINFO one comes to mind, but compare between the two instructions. none of your accounts or settings will be lost.

Quote:

Originally Posted by XnaMe (Post 1506337)
Sorry i don't understand! :(

you may have to go into each user's profile to deduct credits from their account when they buy something from you. for now anyway.

Virtualshiner 05-03-2008 01:57 PM

I was wondering how we change it so that the advertisement link for vbcredits.com doesnt show up on every page of my site?


All times are GMT. The time now is 02:23 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.01623 seconds
  • Memory Usage 1,851KB
  • 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
  • (3)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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