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)

chikkoo 07-25-2007 02:08 PM

Hi DarkWaltz4,

I just moved to iCash to vBCredit1.3, I observed the following.

1) There is a usergroup based awarding system is missing in vbCredit.
2) We used to reduce credits by entering negative numbers. That's missing?
3) The error messages are not descriptive. All error messages say "Invalid Amount Specified"

I will update more soon...

DiSpy 07-25-2007 02:11 PM

Quote:

Originally Posted by AzzidReign (Post 1301141)
Suggestion:

Could you integrate this with YAAS? Every time an award is issued, I'd like for them to receive the points automatically.

If not, no biggie.

I already requested that (and others) in a pm to dark. :D

Darkwaltz4 07-25-2007 06:21 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1301212)
I have it setup on my board that members get 20 points when bumped up to "Member" which is the default group, and 10 for referrals. But when I test it and register i start with like 105 points. What is wrong? The highest points are 20 for be upgraded to "Member". Any ideas?

SVT

Yes, you forgot to set Awaiting Email confirmation group to all 0.

Quote:

Originally Posted by kaisellgren (Post 1301211)
Hi!

Any ideas where I could change the code where it adds more credits upon posting? I'd like to add my own regular expression to check that there is at least 6 words in the post before adding credits.

Thank you!

Try Posting Credit Application and New Thread Credit Application, you can use the variables they create when counting chars and just add an if in there.

Quote:

Originally Posted by chikkoo (Post 1301220)
Hi DarkWaltz4,

I just moved to iCash to vBCredit1.3, I observed the following.

1) There is a usergroup based awarding system is missing in vbCredit.
2) We used to reduce credits by entering negative numbers. That's missing?
3) The error messages are not descriptive. All error messages say "Invalid Amount Specified"

I will update more soon...

1) I will see about adding it, theres already a list for 1.4 features that will be posted on my site later.
2) Yes, using negatives will reduce counts in every award type in the ACP. On the frontend you can only use positives (except for the post award system, but you still have to select Remove and enter a positive number)
3) Should only be happening if you put 0 or below for anything. Will check the variables for 1.4, otherwise, see number 2 :-p


I am working on a bunch of addons next, expect arcades next and yaas.

Darkwaltz4 07-25-2007 07:45 PM

Quote:

Originally Posted by chikkoo (Post 1301220)
Hi DarkWaltz4,

I just moved to iCash to vBCredit1.3, I observed the following.

1) There is a usergroup based awarding system is missing in vbCredit.
2) We used to reduce credits by entering negative numbers. That's missing?
3) The error messages are not descriptive. All error messages say "Invalid Amount Specified"

I will update more soon...

Wait, are you saying I am missing something that Icash did that I didnt? I just checked, and Im pretty sure mine does all it did and more. Or, are you saying you are missing a phrase or something?

kaisellgren 07-25-2007 08:37 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1301447)
Try Posting Credit Application and New Thread Credit Application, you can use the variables they create when counting chars and just add an if in there.

I tried searching around for Posting Creadit Application and New Thread Credit Application too, but I could not find either of them. Where are they located?

Darkwaltz4 07-25-2007 08:51 PM

ACP -> Plugins and Products -> Plugin Manager

kaisellgren 07-25-2007 09:28 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1301604)
ACP -> Plugins and Products -> Plugin Manager

Hmm. I see nothing: http://img64.imageshack.us/img64/2771/noel7.png

Darkwaltz4 07-25-2007 11:12 PM

You are running v1.2, please upgrade to 1.3 :D Then youll see it

G_Man 07-26-2007 02:23 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1300729)
Also, credits can go negative because it was the only way it can function as correctly as possible. By its very nature pretty much everything can be exploited. What if you made long posts for post size credits, bought something with them, and then trimmed your post to normal? It needs to go negative so at least they will pay back what they technically stole. Plus theres settable amounts for having a post deleted, so you could in fact punish users for writing something that got deleted, so making them work it back is kind of ideal.

The best solution for this (which I did on vbplaza) was turn off any payment for posting. Period.

Instead I gave credits for replies and views in people threads. This encourages people to post Threads that will be of interest, since they get paid everytime it is viewed or replied to.

PixelFx 07-26-2007 02:34 AM

good idea, thanks for the tip .. its always a challenge to get people to post more quality content. even on my sites..

semma4eva 07-26-2007 04:34 AM

How do I use iBank with this system?

Darkwaltz4 07-26-2007 05:20 AM

set money row to credits

keep in mind 1.4 will include a bank :)

barny11 07-26-2007 09:34 AM

Installed then uninstalled as i couldnt get it to show in postbit or usercp despite following everything in this thread.

Will come back to it when and if the edit template instructions have been written for people like me with limited knowledge on template editing.

PlymWS 07-26-2007 10:43 AM

To edit a template :

Admin CP -> Styles & Templates -> Style Manager

In the right hand pane select the down arrow in between "All Style Options" and the "Go" button and select Edit Templates

In the resulting window scroll down using the vertical scroll bar until you see PostBit Templates. Double click Postbit templates to expand it and scroll down until you see postbit or postbit_legacy ( if you use the old style panel on the left hand side of every post )

Double click on postbit or postbit_legacy

An edit window will appear.

In the "Find" box at the bottom of the editing window paste this and click find:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]

This will highlight that line. Create a blank line above this by going to the left hand side of the line highlighted and press enter. Click in this new blank line and enter :

$template_hook[postbit_userinfo_right]

The template should now look like this :

id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

Click the save button at the bottom of the edit window to save the template. This will perform the template edit you need to get the credits to display in your postbit fields.

kaisellgren 07-26-2007 12:41 PM

Hi your plugin is great, however, I have a one silly looking problem.

http://img63.imageshack.us/img63/3950/screenxr5.png

It adds one new Credits text after every post when the last poster has more than 0.

If I have a thread with 5 posters and 2 of them has more than 0 credits, then I see 2 times Credits text, not 5.

Any ideas?

chris1979 07-26-2007 01:50 PM

The mass update isn't working for me. Everything seems to be installed ok but when I update the counters, the credits people get don't reflect what I think they should get.

For example, I have set 1 credit per post plus 0.01 per word - and one guy who's made 501 posts has been given 61.6 credits. :/

chris1979 07-26-2007 02:18 PM

Hmm, if I give everyone 50 credits per character, they end up with less than if I give them 0.01 per word!

AzzidReign 07-26-2007 03:32 PM

vBulletin 3.6.8 was just released almost an hour ago...will we be fine to upgrade?

PixelFx 07-26-2007 03:38 PM

lol wow, I just woke up so let me upgrade and get back to you guys on that, should be ok. But I'll upgrade our main site, once I see the changes :D then either john or hi will upgrade zips accordingly. I have 6 vbulletin sites between mine and clients to upgrade so fun .. *twitches*

PlymWS 07-26-2007 04:32 PM

Also, the ability to search for users with points equal to, more or less than a figure would be handy to have in the Users -> Search Users page.

Unless this is already implemented and I missed it ;)

Darkwaltz4 07-26-2007 04:34 PM

Quote:

Originally Posted by kaisellgren (Post 1302154)
Hi your plugin is great, however, I have a one silly looking problem.

http://img63.imageshack.us/img63/3950/screenxr5.png

It adds one new Credits text after every post when the last poster has more than 0.

If I have a thread with 5 posters and 2 of them has more than 0 credits, then I see 2 times Credits text, not 5.

Any ideas?

I know exactly what the problem is. I see you edited it to show a dollar sign. You most likely forgot to add it TWICE to the plugin. You see, there was a bug in the template hook in vb3.6.7 (which is hopefully fixed now in 3.6.8), and that plugin was trying to compensate for it. vbcredits 1.4 should now be able to take out the compensation code :) But until then -- there are two lines that look pretty much the same, if you updated one bit of html, update the second bit as well so they have the same matching HTML (not the variables). This should fix the doubling.

Quote:

Originally Posted by chris1979 (Post 1302227)
Hmm, if I give everyone 50 credits per character, they end up with less than if I give them 0.01 per word!

Are you selecting all the credit awards?

Quote:

Originally Posted by AzzidReign (Post 1302294)
vBulletin 3.6.8 was just released almost an hour ago...will we be fine to upgrade?

Should be fine -- arent you all glad theres no file edits? :D

Quote:

Originally Posted by barny11 (Post 1302049)
Installed then uninstalled as i couldnt get it to show in postbit or usercp despite following everything in this thread.

Will come back to it when and if the edit template instructions have been written for people like me with limited knowledge on template editing.

I suggest you read this: https://vborg.vbsupport.ru/showthread.php?t=39142
I try to write my instructions for people who understand the things on this page, otherwise it would irritate the majority who do. Furthermore, did you try the template hook instructions at the bottom of the Instructions.txt file?

Thanks PlymWS for writing up the detailed instructions for me though :) And I'll include that in 1.4 :D

kaisellgren 07-26-2007 05:44 PM

I got it working Darkwaltz4, thank you :)

Thinkinstein 07-26-2007 05:44 PM

It would be great if there is "paid by Topic or hidden post" function in vBCommerce. It allows users to do free trade. Members of certain usergroup can set the price for their threads or some hidden content of their posts.

PlymWS 07-26-2007 05:50 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1302336)
Thanks PlymWS for writing up the detailed instructions for me though :) And I'll include that in 1.4 :D

No problem. I know it can be a bit daunting for the uninitiated.

Is 1.4 going to include a way to promote someone to a new usergroup once they receive a ceratin number of points ?

Darkwaltz4 07-26-2007 06:26 PM

Quote:

Originally Posted by Thinkinstein (Post 1302389)
It would be great if there is "paid by Topic or hidden post" function in vBCommerce. It allows users to do free trade. Members of certain usergroup can set the price for their threads or some hidden content of their posts.

yes, look for hide hack mod in vbcommerce

Quote:

Originally Posted by PlymWS (Post 1302394)
No problem. I know it can be a bit daunting for the uninitiated.

Is 1.4 going to include a way to promote someone to a new usergroup once they receive a ceratin number of points ?

i am looking into paid subscription purchases with credits, although it kind of conflicts with the paid subscription support with my paypal addon >.< What good is buying a paid subscription with credits, that awards you with credits?

Phil4387 07-26-2007 06:40 PM

I've just upgraded from 1.2 to 1.3 and whenever I try to appropriate credits it doesn't include the credits gained through posts (posting, own thread posting, and post size credits). The other options I'm trying to appropriate work though (induction, referral, and new thread credits).

cheat-master30 07-26-2007 07:07 PM

Just posting that I am now running vBulletin 3.6.8 with this and it's working perfectly fine, so the upgrade should be no issue. However, I will ask about this:

Quote:

keep in mind 1.4 will include a bank :)
Will this bank be better than IBank and have more stuff? Because I can't be the only one who though IBank was extremely basic and slightly lacking in features... As for the shop which goes with this in future:
  1. Will it be better than IShop?
  2. Can I still use some of the same item graphics with this newer shop add on?
  3. What kinds of things can be sold? I hear about user titles, but anything else?
  4. Can you add custom user title effects as things to purchase, such as right to left titles, bold titles, ones with strikethrough applied, etc? Note that these effects would only require extremely simple HTML, if you were wondering.
  5. What other mods will you integrate either this or the shop with? The arcade is a great idea for integration, but any others planned, like using the shop to buy styles (for board or with Interactive Profiles Mod)?

Darkwaltz4 07-26-2007 07:31 PM

I am combing everything from 1.3 to ensure all the maths are right and there especially the yourownthread, postsize, and forum overrides. I've also switched around the postbit codes so that there is only one record - and you can edit its template instead of the plugin.

Bank: will blow you away.
Shop: will also blow you away

1) yes
2) i dont see why not
3) THATS a secret :D i will post screenshots on vbcredits.com in a little while, will announce when. will also blow you away...
4) see 3. if you used vbplaza, i will say it does what it did, except much more and a hell of a lot better and nicer looking and more integrated into your forum.
5) i create addons as they get requested. next after arcade addons is yaas addon

also, i am toying with a third script to go with the first two, to create the most powerful trio of vbcredits systems... the second one should be out in a week, the third in 2 or 3 weeks (depending on how fast everything else goes)

vBCredits - Ultimate Points System
vBCommerce - ??? ;)
vBC??? ;) - ??? ;)

more later :D

mr.gamesbay 07-26-2007 08:35 PM

Quote:

Originally Posted by Phil4387 (Post 1302450)
I've just upgraded from 1.2 to 1.3 and whenever I try to appropriate credits it doesn't include the credits gained through posts (posting, own thread posting, and post size credits). The other options I'm trying to appropriate work though (induction, referral, and new thread credits).

Hello

Thanks for this nice mod. :)

but, i have the same problem here (new install, no upgrade)

In "Update Counters" i get 0 credits on this values (the other work).
- Referral Credits
- Time Credits
- Reputation Granting Credits
- Positive Reputation Credits
- Negative Reputation Credits
- Posting Credits
- Own Thread Posting Credits
- Post Size Credits

The group was checked.

^^

cheat-master30 07-26-2007 09:20 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1302472)
I am combing everything from 1.3 to ensure all the maths are right and there especially the yourownthread, postsize, and forum overrides. I've also switched around the postbit codes so that there is only one record - and you can edit its template instead of the plugin.

Bank: will blow you away.
Shop: will also blow you away

That helped a lot.

1) yes
2) i dont see why not
3) THATS a secret :D i will post screenshots on vbcredits.com in a little while, will announce when. will also blow you away...
4) see 3. if you used vbplaza, i will say it does what it did, except much more and a hell of a lot better and nicer looking and more integrated into your forum.
5) i create addons as they get requested. next after arcade addons is yaas addon

also, i am toying with a third script to go with the first two, to create the most powerful trio of vbcredits systems... the second one should be out in a week, the third in 2 or 3 weeks (depending on how fast everything else goes)

vBCredits - Ultimate Points System
vBCommerce - ??? ;)
vBC??? ;) - ??? ;)

more later :D

vBCasino? Sorry, probably the only major mod they haven't actually got here beginning with a C. But whatever it is, I can tell it will be awesome.

As for the question answers:

1. That means I'll install it.

2. Thanks. Much less work then.

3. Okay...

4. I never actually used vB Plaza. When I joined here, it had already been removed for security issues.

5. Nice.

Mum 07-26-2007 10:46 PM

Yay when 1.4 comes out i'll be installing and no doubt voting for MOTM, i can't wait! (arcade is why i haven't installed yet).

PinkDaisy 07-26-2007 10:53 PM

Sounds great! I haven't done this yet cause I want it all..lol. Is this gonna be a fee to use??

Chase 07-27-2007 12:05 AM

Nope. vBCredits is free.

Darkwaltz4 07-27-2007 01:18 AM

ARCADE UPDATE (ibProArcade)

I am almost done with it :)

Unfortunately, due to vbplaza having been BURNED INTO IT, youll have to do a slew of file edits to get them out and replaced with vbcredits code :-p So get ready for that.

However, in exchange you get even more arcade features for using your credits with :-p You'll see. Should be done by tonight.

Yes, vBCredits is completely free to use, as well as most of the addons and all of the converters. I do have a couple premium addons which you can see on my site and play with them for free if you think they would be useful to you and you would like to help support my developments :)

Mum 07-27-2007 01:34 AM

How bad will it be to intergrate with the arcade you use? I forget the name. Will it also be a lot of file edits? Maybe i'd be best to change to that if it's not.

Darkwaltz4 07-27-2007 01:41 AM

We use v3 arcade. Not sure about details on that yet as I havent opened up the code to look for hooks and such. I intend to have it have duplicate features so its up to you which one you use, I am working on ibProArcade one and will be done with it first obviously though.

ColdSpirit 07-27-2007 02:06 AM

nice!! :D i am seriously waiting for this version with ibproarcade support! :D:D:D You are tha best!

Darkwaltz4 07-27-2007 02:07 AM

i will send announcement through upgrade system when it is done, so be sure you are marked as installed if you dont want to stalk the thread for an undetermined amount of time :-p

alessai 07-27-2007 02:22 AM

Darkwaltz4 i would like to translate vBCredits in arabic if you dont mind with vbcommerce
() :)

Darkwaltz4 07-27-2007 02:23 AM

Sure go ahead, I can post the translation when you are done


All times are GMT. The time now is 04:43 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.02564 seconds
  • Memory Usage 1,854KB
  • 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
  • (18)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