Credits [Deleted]

Status
Not open for further replies.
This is the same issue I am having

At last looking... I believe this is still a credits issue, as I've disabled sportsbook from user data completely, and it still does it.


Can you tell me the list of addon that you installed on your website. We will check this for you.


About Sportbook:
You can see sportsbook change money fields(in sportsbook option) value at

NFLJ_Sportsbook_ControllerAdmin_User::actionSave() line 16

Sportsbook get value of 'sportsbook_cash' field to update money.

BUT this field was contained in template 'xi_sportsbook_edit_user_cash'.

and you can see

NFLJ_Sportsbook_Listener_TemplateHook::templateHook() line 62

mean YOU need $globalParams['visitor']['permissions']['xisportsbook']['viewSportsbook'] permission to see and change 'sportsbook_cash'

when editing user (in admincp).

IF not 'sportsbook_cash' has zero value, and it still update to other money field.
 
I understand that. I've disconnected sportsbook from the equation, both by listener at first, then disabling the entire thing... credits still wipes the cash field on user save back to zero. I've disabled stocktrader and sports book... still nothing.

There are no other cash field type addons in my install.

Screen Shot 2013-03-29 at 8.19.25 AM.webp

List is extensive....

Unknown.webp
 
Hello, I want to change where my credit is showing.....sorry it is in Japanese, but you see where $ is..where do I have to change to move up the credit display?
image.png


image.png
 
Not sure if I have asked this before, but:

1. Are there plans on supporting multiple currencies?
2. Are there plans to loosen up the tie between real-world currency and virtual currency?

This addon looks really promising but I am not going to tie this addon to a real-world currency.
 
******* updated Credits with a new update entry:

Version 1.1.4

05/04/2013: Version 1.1.4
- Fixed error when create thread with moderate thread mode.
- Fixed uploads attachment alert fail.
- Fixed multiple minus downloads attachment to minus only once time.
- Storage actions and currencies to data registry for deduct query, stable and fast performance.
View attachment 43665View attachment 43666View attachment 43663View attachment 43664
NOTES: For upgrades from old versions, you will need to go to Credits Option menu for...

Read the rest of this update entry...
 
Not sure if I have asked this before, but:

1. Are there plans on supporting multiple currencies?
2. Are there plans to loosen up the tie between real-world currency and virtual currency?

This addon looks really promising but I am not going to tie this addon to a real-world currency.

1. We has planed for this.
 
I'd like to know if some sort of shop is planned for this? I have IceShop installed right now but I think development has stopped for that. I really want to installed this addon but i'd like to know before hand. With a possible release date.
 
It's awesome!!! Really, the best add-on every seen in my life! I will be glad to buy a premium version with support for 50$ or something like that.

Buy i've a question, how do i move the branding footer in order to fit with my template? Because mess my template :/
 
It's awesome!!! Really, the best add-on every seen in my life! I will be glad to buy a premium version with support for 50$ or something like that.

Buy i've a question, how do i move the branding footer in order to fit with my template? Because mess my template :/

Buy copyright removal :D
 
It's awesome!!! Really, the best add-on every seen in my life! I will be glad to buy a premium version with support for 50$ or something like that.

Buy i've a question, how do i move the branding footer in order to fit with my template? Because mess my template :/

Edit line 428 of model/credit.php

from
Code:
public function footer(){
return '
<div id="BRC_CopyrightNotice" class="footerLegal" style="clear:both">
<div class="pageContent">
<span class="muted"><a href="http://*******.com/link-forums/information.109/" title="Credits System" class="concealed" >Credits</a> by ******* ™ &copy; 2012-2013 <a href="http://*******.com/" class="concealed" title="******* Limited">******* Limited</a>.</span>
</div>
</div>';

to

Code:
public function footer(){
return '';

Then edit your footer template and add

HTML:
<span class="muted">
<a href="http://*******.com/link-forums/information.109/" title="Credits System" class="concealed" >Credits</a> by ******* ™ &copy; 2012-2013 <a href="http://*******.com/" class="concealed" title="******* Limited">******* Limited</a>.
</span>
 
Image385.png

How would I change the layout and bring the $4,983 to right below 40?

I am using credits addon....

For reference here is my site talkutube.com
 
It has happened twice now that the credit for my admin account seems to have been reset to 0. I'm not sure why it does this or what triggers it. Is this a known issue?
 
Status
Not open for further replies.
Top Bottom