vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Trasion Shop & Cash Systems - (https://vborg.vbsupport.ru/showthread.php?t=198967)

Hache 12-18-2008 11:14 AM

Quote:

Originally Posted by Winterworks (Post 1687539)
That's really odd. You've gone into the donation page, as a normal user, and tried to donate?


yeh, admin can donate to admin (in those seperate boxes that come up) but the normal box for submiting doesnt work. I tried it as a normal user, it just says you are not allowed to donate, same for an admin giving to anyone but another admin.

cool mod by the way :D:up:

kevthegr8 12-18-2008 12:24 PM

Hey,
I have followed all the instructions, i can get into the donate section, however when i click into "SHOP" i get connection error...any ideas?

Kev

RedeemedWarrior 12-18-2008 01:21 PM

Quote:

Originally Posted by rob01 (Post 1687635)
what diference it has with vbExperience? :S or vbcredits(besides that vbcredits/vbcommerce addons are not free)?

Vbcredits is free so is commerce;)

Blaine0002 12-18-2008 01:43 PM

Quote:

Originally Posted by stickskills (Post 1687565)
Not a huge thing, but adding in the commas would be really nice.

I did not add commas because not all money localizations have commas after their third character.

Coleccromos 12-18-2008 04:03 PM

Quote:

Originally Posted by Winterworks (Post 1687631)
You edit that option by editing the actual forum (sections). Scroll to the bottom :)

Yes, if it works now. Modify the quantities and it worked

Thank you! for your work

Mellymonster 12-18-2008 04:08 PM

Quote:

Originally Posted by Winterworks (Post 1687860)



Screenshot please.

https://vborg.vbsupport.ru/external/2008/12/21.png

Blaine0002 12-18-2008 05:51 PM

Winterworks may need to add the vbulletin encoding to the form tag, i dont recall if I ever added it or not.

Winterworks 12-18-2008 06:13 PM

That's really odd.

I've tested it, it all should work. The current version is currently on http://www.trasion.com/. It should work fine :s I'll look into it later tonight.

Blaine0002 12-18-2008 06:16 PM

verify that this has been done.
https://vborg.vbsupport.ru/showthread.php?t=177013

AuroraStorm 12-18-2008 11:01 PM

When we add gifts to the shop, will we have to add them one at a time and price them instead of a mass one priced list like in vbPlaza? I have a lot of gifts and it would really suck bollocks to have to individually add every single piece. I think if you worked that out, I'm sold...

Tyran1 12-23-2008 04:52 PM

How can I agree to the points?? Where can one put him?

Tyran1 12-23-2008 05:52 PM

Do not know like you see this in such a way, however, I find the Addon, unfortunately, absolutely pointlessly ...
one gets points for nothing
(nothing finds where one what can put)
on the other hand one can give away points, however,
with it one can buy nothing!
Has given 100 points admin, nevertheless, I can buy with it nothing ... a pity!

Would be limited sometimes what the clever...

Winterworks 12-23-2008 05:58 PM

What..?

Tyran1 12-23-2008 06:00 PM

Quote:

Originally Posted by Winterworks (Post 1692226)
What..?

Anyhow I can buy nothing! I can get points also none!
Something is not right... How can one get points??

In German:

Irgendwie kann ich nichts kaufen!
Punkte kann ich auch keine bekommen!

Irgendwas stimmt nicht ...

Tyran1 12-23-2008 06:42 PM

Sorry The Cash options were not indicated in the Admincp, now it works!

Tyran1 12-24-2008 01:26 AM

cpnav_cash.xml <--- Bug??

Quote:

<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="cash">
<navgroup phrase="cash_options" permissions="canadminsettings" hr="true" displayorder="10">
<navoption displayorder="1">
<phrase>cash_options</phrase>
<link>options.php?dogroup=cash&amp;sdo=options</link>
</navoption>
<navoption displayorder="2">
<text>Donate To Members</text>
<link>cashadmin.php?do=donatetoall</link>
</navoption>
<navoption displayorder="3">
<text>Donation Log</text>
<link>cashadmin.php?do=donationlogs</link>
</navoption>
<navoption displayorder="4">
<text>Mass forum options</text>
<link>cashadmin.php?do=allforums</link>
</navoption>
</navgroup>
</navgroups>
Replace with

Quote:

<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="vbulletin">
<navgroup phrase="cash_options">

<navoption displayorder="1">
<phrase>cash_options</phrase>
<link>options.php?dogroup=cash&amp;sdo=options</link>
</navoption>
<navoption displayorder="2">
<text>Spende an Mitglied</text>
<link>cashadmin.php?do=donatetoall</link>
</navoption>
<navoption displayorder="3">
<text>Spenden ?bersicht</text>
<link>cashadmin.php?do=donationlogs</link>
</navoption>
<navoption displayorder="4">
<text>Fourm Einstellung</text>
<link>cashadmin.php?do=allforums</link>
</navoption>
</navgroup>
</navgroups>
bitfield_cash.xml <-- Bug ??

Quote:

<?xml version="1.0" encoding="ISO-8859-1"?>
<bitfields product="cash">
<bitfielddefs>
<group name="misc">
<group name="cash">
<bitfield name="ppt">1</bitfield>
<bitfield name="ppr">2</bitfield>
<bitfield name="ppc">4</bitfield>
</group>
</group>
<group name="ugp">
<group name="cashpermissions">
<bitfield name="cashgetmoney" group="cash_settings" phrase="cash_getmoney" install="">1</bitfield>
<bitfield name="cashsendmoney" group="cash_settings" phrase="cash_sendmoney" install="">2</bitfield>
<bitfield name="cashviewlogs" group="cash_settings" phrase="cash_viewlogs" install="">4</bitfield>
</group>
</group>
<ignoregroups>
<group name="cashpermissions" ignoregroups="1" />
</ignoregroups>
</bitfielddefs>
</bitfields>
Replace with

Quote:

<?xml version="1.0" encoding="ISO-8859-1"?>
<bitfields product="vbulletin">
<bitfielddefs>
<group name="misc">
<group name="cash">
<bitfield name="ppt">1</bitfield>
<bitfield name="ppr">2</bitfield>
<bitfield name="ppc">4</bitfield>
</group>
</group>
<group name="ugp">
<group name="cashpermissions">
<bitfield name="cashgetmoney" group="cash_settings" phrase="cash_getmoney" install="">1</bitfield>
<bitfield name="cashsendmoney" group="cash_settings" phrase="cash_sendmoney" install="">2</bitfield>
<bitfield name="cashviewlogs" group="cash_settings" phrase="cash_viewlogs" install="">4</bitfield>
</group>
</group>
<ignoregroups>
<group name="cashpermissions" ignoregroups="1" />
</ignoregroups>
</bitfielddefs>
</bitfields>

G0F0RBR0KE 12-24-2008 04:53 AM

Question: Does it have the ishop& icash features? Such as changing username, color username, pinning topic, and many more?

Tyran1 12-24-2008 11:34 AM

@Winterworks

I have to night the Addon Translate to German!

Now I wanted to ask whether may I publish the Addon in the in German Support forum with link here here for the German users?

G0F0RBR0KE 12-24-2008 11:43 AM

Oops, it was ushop and ucash..Not icash and ishop -_-'

Perhaps, I'll use this. It'll be nice if you add more items that allow users to change their username, titles, color, etc.

Tyran1 12-24-2008 12:00 PM

Quote:

Originally Posted by EvilAkuma (Post 1692801)
Oops, it was ushop and ucash..Not icash and ishop -_-'

Perhaps, I'll use this. It'll be nice if you add more items that allow users to change their username, titles, color, etc.

So much I have understood all that is planned and betreits in work!

G0F0RBR0KE 12-24-2008 03:45 PM

vBPlaza, vBExperience, and other system are boring and dull. I hope this one can at least bring the spice up.

tiekie 12-24-2008 11:39 PM

does anyone have this mod implemented on their website? please sen me a link so i can see how it works

yingzhou 12-25-2008 12:46 AM

I hope this wil work with vbcredit, I'm using the vbcredit with ishop. Must I remove the ishop first then install this? Or I can Upgrade the ishop?

xixxon 12-25-2008 02:44 AM

im using vbcredit with ishop too, but i can't remove ishop or my members would kill me. I had wanted the donation comments for a long time, help us!!

Tyran1 12-26-2008 08:48 PM

What is Charakter ?

Tyran1 12-28-2008 05:38 PM

I would have following Vorschl?ge:
  • Present to X days limit, speak the presents dilapidatedly to beispiel after 7 days (x in admin adjustable)
  • Bought presents not in the forum and profile register, only one has got Given.
  • Presents in the profile register (brilliantly it would be if one the presents on the profile picture could tie together!)
  • Announcement of whom the present comes.

German:

Ich h?tte folgende vorschl?ge:
  • Geschenke auf X Tage begrenzen, sprich die Geschenke verfallen zum beispiel nach 7 Tagen (x im admin einstellbar)
  • Gekaufte Geschenke nicht im Forum und Profil anzeigen, nur die man Geschenkt bekommen hat.
  • Geschenke im Profil anzeigen ( genial w?re es wenn man die Geschenke aufs ProfilBild verkn?pfen k?nnte!)
  • Anzeige von wem das Geschenk kommt.

PixelFx 12-29-2008 06:15 AM

Quote:

Originally Posted by rob01 (Post 1687635)
what diference it has with vbExperience? :S or vbcredits(besides that vbcredits/vbcommerce addons are not free)?

Interesting mod, side note, vbcredits and vbcommerce are both free mods, just that vbcommerce is in private development at the moment. But is and will be 100% free when it goes gold.

As for comparision between vbExperience and or vBCredits, you can't compare them, just as you can't compare this mod to them each system has its strengths and weakness's.

Your best bet is to read the feature lists here at vbulletin.org for all 3 systems, and come to your own conclusion which you would want to use.

ragtek 12-29-2008 08:49 AM

hi
1.
PHP Code:

define('NO_REGISTER_GLOBALS'1); 

isn't more needed
2. some hooks would be great ;)

TheTradersArena 12-29-2008 06:30 PM

I've installed this into my forum and followed the install instructions, the cash portion seems to work fine, however when I click the Shop link in my navbar I get this
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
The link is pointing to shop.php .........any suggestions?? Both the cash and shop php files are uploaded to the same folder and in the correct place

Darkylein 12-30-2008 12:22 PM

Hello at everyone,
if I and my users posting anything, we're getting this:
Quote:

Invalid SQL:
UPDATE vb3_user SET `Gold` = `Gold` + 0 WHERE userid = '2';

MySQL-Fehler : Unknown column 'Gold' in 'field list'
Has anyone an idea to solve that problem?

Winterworks 12-30-2008 01:23 PM

Quote:

Originally Posted by Darkylein (Post 1697132)
Hello at everyone,
if I and my users posting anything, we're getting this:


Has anyone an idea to solve that problem?


Is that what you named your money?

You can only name it 3 things, money, points, or bux.

Gold is not an option.

Darkylein 12-30-2008 02:06 PM

Ah ok :) thanks a lot, was my fault *ouch* ._.

;)

Scarface Claw 12-30-2008 10:19 PM

Quote:

Originally Posted by TheTradersArena (Post 1696630)
I've installed this into my forum and followed the install instructions, the cash portion seems to work fine, however when I click the Shop link in my navbar I get this
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
The link is pointing to shop.php .........any suggestions?? Both the cash and shop php files are uploaded to the same folder and in the correct place

I had the same error with another mod (an awards system) the problem was the code was not allowing for iSYQL.

Blaine0002 12-31-2008 02:52 PM

Quote:

Originally Posted by Winterworks (Post 1697161)
Is that what you named your money?

You can only name it 3 things, money, points, or bux.

Gold is not an option.

I think Icash had it set to look for the same row no matter what it was called.. why was that changed?

SpottySocks 01-02-2009 06:07 PM

Quote:

Originally Posted by swissknife (Post 1687251)
How much points a Users earns for posts,threads,charakters ? Can i change the amount somewhere?

Nice work!

Thank you!

Was this fixed? How many points are earned, and how can I change it? Otherwise it's a great mod.

SpottySocks 01-03-2009 05:01 PM

Quote:

Originally Posted by Hache (Post 1687918)
yeh, admin can donate to admin (in those seperate boxes that come up) but the normal box for submiting doesnt work. I tried it as a normal user, it just says you are not allowed to donate, same for an admin giving to anyone but another admin.

cool mod by the way :D:up:

This is happening to me also...

trick2008 01-03-2009 08:41 PM

When i try to buy something in the shop it tells me I dont have enough money even though i have plenty? How do i fix this?

trick2008 01-03-2009 10:03 PM

Uninstalled because of lack of support

yankee831 01-05-2009 02:10 PM

I have a question, I installed this mod on 3.8 and everything seems to be working fine with the exception of the points resetting to zero everyday. Is anybody else having this problem, and any ideas on how to fix it?

Thanks

saviola8x 01-07-2009 04:33 PM

Mod not work :|
The money not work :|

Uninstalled


All times are GMT. The time now is 01:28 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.01385 seconds
  • Memory Usage 1,839KB
  • 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
  • (1)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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