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 - ICash, Simple, stand alone point system. (https://vborg.vbsupport.ru/showthread.php?t=119086)

Scathmere 07-15-2007 10:38 PM

Thanks,

I noticed the donation log, any simple edit I can make to increase the history?

Blaine0002 07-15-2007 10:44 PM

I can check scath, i can probably make that part of the usercp

As for negating points from users, just use the admin donate to donate them a negative amount.

edit: it dosen't look like theres a limit on the amount it displays.

SKULL1985 07-15-2007 11:30 PM

Quote:

Originally Posted by Blaine0002 (Post 1292245)
I can check scath, i can probably make that part of the usercp

As for negating points from users, just use the admin donate to donate them a negative amount.

edit: it dosen't look like theres a limit on the amount it displays.

As for negating points from users, just use the admin donate to donate them a negative amount

I dont see that in the admin panel where i can take ponits away from users?

Blaine0002 07-15-2007 11:39 PM

on the regular donate.php page, there is a section thats only visable to admins :)

SKULL1985 07-15-2007 11:43 PM

Sorry for all teh qestions and thanks for all the replys

All i see is Donate ITG$ or Admin Donate ITG$ no where to take ponits of anyone.
Would a Sreen shot help?

Also how do i add the ponits like on post bit on my members profile page?

Blaine0002 07-16-2007 12:17 AM

in the admindonate area, donate a user a negative amount.

SKULL1985 07-16-2007 01:06 AM

Quote:

Originally Posted by Blaine0002 (Post 1292314)
in the admindonate area, donate a user a negative amount.

Thanks i have woked out what your saying now use -10 ect sorry i was looking for somthink else

Thanks

Bellardia 07-16-2007 02:04 AM

Does this work with 3.6?

Blaine0002 07-16-2007 02:08 AM

Yep!

Scathmere 07-16-2007 03:20 AM

Quote:

Originally Posted by Blaine0002 (Post 1292245)
edit: it dosen't look like theres a limit on the amount it displays.

Where would I do the edit? :confused:

semma4eva 07-16-2007 03:51 AM

Hey this might be a bit of a stupid question, and it was probably already asked at soe point, but I'd rather not look through all 52 pages.

Where does it say how many points the person has? I don't see it in my profile.

Nevermind I found it in the postbit, but is there a way to put in so it shows up in the profile, as well? And is there a way to make it so you get a PM when the administrator gives a donation?

agsguar 07-16-2007 12:45 PM

Quote:

Originally Posted by agsguar (Post 1291581)
Sorry, again me.

But how can i view the last 10 donations (to me)??

is this possible??

Thank you!!

Do you have any idea?? Thank you!!! :)

Blaine0002 07-16-2007 02:25 PM

Its located right on the donate page.

@scathmere There is no limit, no edit is required.

@semma4eva

Open MEMBERINFO template.
Find:
----------
<if condition="$vboptions['usereferrer']">

Add BEFORE:
----------
<if condition="$vboptions['points']">$vboptions[icashn]: $userinfo[money]</if>

semma4eva 07-16-2007 04:25 PM

okay thanks!

Tanabe 07-18-2007 07:21 AM

I think it would be a really cool idea if possible to have the mode give out points to those who vote in a poll.

kennethsia 07-19-2007 12:57 AM

blaine i dont know if uve been ignoring the other guys or what. ><

i want also to know HOW to make the log show the last 10 donations or so. because its a fatal flaw with a very active forum using cash.

donation doesnt include PM and reason of donation
donation only shows the LAST transaction. it should show more than that if possible.

Blaine0002 07-19-2007 01:19 AM

It should show ALL incoming donations, and ALL outgoing donations.

Is it not?

kennethsia 07-19-2007 01:32 AM

well i havent updated it, and no it only shows the last donation that happened for everyone.

DJ Teac 07-20-2007 09:23 PM

The older version didn't showed ALL donations for me too.
But i'm updating it now, gonna tell you in some minutes if it works now.

Edit: Nope, i updatet and it still just shows the last one, like in the old version.
Also the Members now don't get the Points on Registration.

vB is 3.6.7

btw: I didn't check it, but is now the whole text of the addon set to phrases? Because i have to translate it to german, and its a bit confusing searching through the templates and stuff...

Edit: Would it be possible to charge a small amount for a Donation?
Like lets say 5% of the Money, but also set a maximum like "don't charge more then 3 Points".
Because i wanna use it like wiretransfers with banking costs.
The Costs for the transfer should be taken from the one who sends the money, and not from the amount donatet.

I know thats a bit much, but well... Its just a question :)

Aclikyano 07-20-2007 10:48 PM

Warning: Division by zero in /includes/functions.php(5129) : eval()'d code on line 98
I get this when tryna donate to a new user or a user.

Warning: Division by zero in /includes/functions.php on line 5243
I get that when I enabled, rebuilt all the plugins with "plugin accelator" and trying to donate to myself.
-------------------

98 = case 'userpic_sigpic':
5129 = ($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
5243 = }
-------------------
All I did was upload the new iCash files (dont think i removed the old files from the FTP cuz I didnt have the old version) and remove and install the new iCash (not overwriting because I already removed)

SO What the problem is? the donate.php file in the /forums dir is CHMOD 775

angelpie 07-21-2007 02:01 AM

thanks a ton installed

Bacon Butty 07-21-2007 11:12 AM

Quote:

Originally Posted by dartho (Post 1136243)
Hi Armstrong - I have attached an edited version of Blains XML using the code from your original logging post - see attached (search for $logentry = date('Ymd') in the XML to see the logging lines - you can edit the text to suit your own logs.

Just import this new XML and overwrite teh existing - make sure you have a backup etc and know what your current settings etc are!

This should add to the log file for all iCash earnings

I installed that XML file but were can I now see the donation logs?

Monyet 07-22-2007 03:29 AM

how can i see the donation and put it in the bank? more instruction please... :-/

chikkoo 07-22-2007 04:17 AM

Quote:

Originally Posted by Blaine0002 (Post 1295223)
It should show ALL incoming donations, and ALL outgoing donations.

Is it not?

I have updated it, still it is NOT showing ALL incoming and outgoing donations. Just the last one is appearing.

heatherl55 07-22-2007 04:54 AM

Is there anyway I can post how many points and how much money is in the bank in the postbit?

Aclikyano 07-22-2007 07:16 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1296965&postcount=860" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=860</a>
Dont understand how and why I would get this error....

Blaine0002 07-31-2007 09:54 PM

that is not an error regarding ICash, it seems to be an error regarding a plugin accelerator.

DiarrHeaZORRR 07-31-2007 11:53 PM

is there anyway to "RESET" this so that everyone is back to 0

ive uninstalled and reinstalled the mod and that didn't work

Blaine0002 08-01-2007 12:11 AM

hmm uninstalling and reinstalling should work unless you are using a different money row other than 'money'

DiarrHeaZORRR 08-01-2007 12:25 AM

eh i did try to uninstall it and reinstall a second time but the points came back the same :/

Blaine0002 08-01-2007 12:49 AM

is your money row set as 'money' in the icash options?

jeremyalyea 08-01-2007 03:36 AM

If I do an update, will it reset the points for everyone? I am trying to avoid this.

Blaine0002 08-01-2007 10:57 AM

No.

fitnesshealth 08-01-2007 02:46 PM

I have uninstalled icash product and deleted all the icash files.

Why is it upon new installation, i will get error like this when i tried to add money through donate.php (admin)?

Database error in vBulletin 3.6.8:

Quote:

Invalid SQL:
update user set money = money +1 WHERE username = nickname;

MySQL Error : Unknown column 'nickname' in 'where clause'
Error Number : 1054
Date : Wednesday, August 1st 2007 @ 11:43:23 AM
Script : http://www.domain.com/donate.php?do=doadmindonate
Referrer : http://www.domain.com/donate.php
IP Address : 123.21.15.8
Username : Admin
Classname : vb_database

I've tried reinstalling/overwriting everything but the error still exists. I read through this thread but couldn't find a solution.

solutions like set new points in forum section, reinstallation, etc.

Anyone can help? I would be more than glad to pay you a token of appreciation through paypal if you could.

fitnesshealth 08-01-2007 03:17 PM

Just to update, when i set up everything the same way for 1.0.2, it works. Just that i can't make it work for 1.1.0

Blaine0002 08-01-2007 08:32 PM

Hmm, so there is a user called "nickname"
There SHOULD be a check for that but im not sure

What version of VB are you running?

TalkBolts 08-02-2007 11:06 AM

Quote:

Originally Posted by fitnesshealth (Post 1307153)
I have uninstalled icash product and deleted all the icash files.

Why is it upon new installation, i will get error like this when i tried to add money through donate.php (admin)?

Database error in vBulletin 3.6.8:

Quote:

Invalid SQL:
update user set money = money +1 WHERE username = nickname;

MySQL Error : Unknown column 'nickname' in 'where clause'
Error Number : 1054
Date : Wednesday, August 1st 2007 @ 11:43:23 AM
Script : http://www.domain.com/donate.php?do=doadmindonate
Referrer : http://www.domain.com/donate.php
IP Address : 123.21.15.8
Username : Admin
Classname : vb_database

I've tried reinstalling/overwriting everything but the error still exists. I read through this thread but couldn't find a solution.

solutions like set new points in forum section, reinstallation, etc.

Anyone can help? I would be more than glad to pay you a token of appreciation through paypal if you could.

I'm getting the same error. Any ideas?

Blaine0002 08-02-2007 11:48 AM

Are you only getting this error through admin donate or regular donate as well?

TalkBolts 08-02-2007 11:50 AM

Quote:

Originally Posted by Blaine0002 (Post 1307988)
Are you only getting this error through admin donate or regular donate as well?

I only get the error through admin donate.

regular donate works perfectly.

Blaine0002 08-02-2007 11:58 AM

Ok, ive fixed the error, i will reupload in a bit and send out an update :) thanks for the bug reports.


All times are GMT. The time now is 11:33 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.03351 seconds
  • Memory Usage 1,820KB
  • 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
  • (10)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