vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   IShop - Simple, Flexible, and Integrateable. (https://vborg.vbsupport.ru/showthread.php?t=109515)

Xbizcafe 08-12-2006 01:54 PM

Quote:

Originally Posted by Blaine0002
Xbiz i will need to add this in the future.

Thx.
For moment we can't do it by sql for delete it ?

novelidea 08-13-2006 09:20 PM

I keep getting database errors when I try to add categories, items, etc.

novelidea 08-24-2006 01:25 AM

I can't get this to work at all. :(

Sim9 08-26-2006 01:57 AM

Very cool modification! I'd very much like to see the following features (as otherwise I would have to code them in myself before deploying the modification on my own forums :():
  • Equip - Let users choose their favorite X items and display only those in their postbit
  • Trade - A mechanism to allow users to trade with each other. IE: A user can propose to another user to trade X item for Y points, or trade X item for items Y and Z. User 2 can accept or decline this trade.
  • Items in Profile - Shows all items
  • Trade / Donate Restrictions - Mark some items as untradeable / undonateable. Some items, like a contest trophy, should not be tradeable.
  • Paycheck - Every week, members receive X points for up to Y posts per day that week
  • Item Actions - Allow items to do simple actions. For instance, a fortune cookie action could display a random fortune. Provide an easy way for developers to add custom actions, such as a documented PHP script file with a few example actions. Individual forum admins can then extend this to add forum-specific functionality.

(Update several months later - please see this thread for more information on this project :))

BrentW 08-26-2006 07:34 AM

Quote:

Originally Posted by Sim9
Very cool modification! I'd very much like to see the following features (as otherwise I would have to code them in myself before deploying the modification on my own forums :():
  • Equip - Let users choose their favorite X items and display only those in their postbit
  • Trade - A mechanism to allow users to trade with each other. IE: A user can propose to another user to trade X item for Y points, or trade X item for items Y and Z. User 2 can accept or decline this trade.
  • Items in Profile - Shows all items
  • Trade / Donate Restrictions - Mark some items as untradeable / undonateable. Some items, like a contest trophy, should not be tradeable.
  • Paycheck - Every week, members receive X points for up to Y posts per day that week
  • Item Actions - Allow items to do simple actions. For instance, a fortune cookie action could display a random fortune. Provide an easy way for developers to add custom actions, such as a documented PHP script file with a few example actions. Individual forum admins can then extend this to add forum-specific functionality.

If those features can be developed within 2 months (starting today), I will pay the developer 100 dollars. Serious.

Sim9 08-26-2006 06:58 PM

Really? Sweet! That would provide me some extra incentive to work it ;)

Considering Blaine0002 started this mod, I'd like to hear if he's interested in working on it more first before I write something from scratch that could be a competitor to his modification. :)

BrentW 08-28-2006 06:54 AM

Well, if you ADD those features to Blaine's mod, I will pay you 100 bucks. I don't want a separate mod because that would get rid of the items users have already collected. :)

Sim9 08-28-2006 10:56 PM

Hm, I see your problem. :)

For now, I still have hope Blaine would be interested in writing this functionality himself and collecting your $100 :)

Nokia Tech 08-29-2006 07:42 PM

Could not get it to work, All admin CP area was working ok, nothing on forum side

Ntfu2 08-30-2006 02:43 AM

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
select s.*,i.*
  from itemshop_stock s
  left join itemshop_items i on(i.id=s.item_id)
  where s.member_id='223';

MySQL Error  : Table 'ntfu2_forums.itemshop_stock' doesn't exist
Error Number : 1146
Date        : Tuesday, August 29th 2006 @ 10:42:22 PM
Script      : http://nowthatsxxxxdup2.com/forums/showthread.php?p=65904
Referrer    : http://nowthaxxxxxxxxedup2.com/forums/forumdisplay.php?f=1
IP Address  : 2xxxxx
Username    : xxxxx
Classname    : vB_Database


dai-kun 08-30-2006 08:32 PM

Quote:

MySQL Error : Table 'ntfu2_forums.itemshop_stock' doesn't exist
Make sure that that's what the table's name is in your database.
I think the itemshop did not use the table 'prefix' so when you try to upgrade to ishop (which uses table prefix), it couldn't find the tables.

soletrader 09-06-2006 02:03 PM

Does this allow the admin to know what the users bought? Also is there a way to disable the sell function?

MotMann 09-13-2006 11:57 PM

Where are screens ore a demo?

cd1986 09-14-2006 09:31 PM

How easy would it be to add items such as those found in things like vbPlaza - where memebers can use points to purchase thread stickys, thread coloring options etc.

I like the idea of using iCash and iShop together, rather than the bulky vbPlaza, but i do like the built in purchase options, which i don't think this mod comes with as standard?

Ntfu2 09-15-2006 02:50 AM

adding those options would make this the same as vBPlazza, so why would you want to

cd1986 09-15-2006 03:13 PM

Because there are certain other things about vbPlaza i don't like, and i'd rather build something up from simple building blocks like iCash and iShop. Having those options is not very important to my setup, but i'd still be interested in knowing how it could be done.

Quote:

Allows your users to buy images with their money for their postbit
This isn't much different from allowing them to buy other thread / forum options either...

gamesmastervide 09-20-2006 11:28 PM

any chance of you making an addon so members can buy avatar use and sig use?

z8xmaster 09-23-2006 05:45 PM

How can I make ISHOP intergrated with ICASH ? I installed the two of them but I still can't use the point from ICASH to buy things in ISHOP. I used vbb 3.6.0

nevermind, I've finally found that !! Thanks for the hack !!

gamesmastervide 10-04-2006 03:48 PM

man peoples inventorys are getting too big on my forums an arrange feature for users to only show there top 10 with a link to show others or even a drop down box to show inventorys?? I'm thinking the second idea could be easier?

doogie88 10-22-2006 06:44 PM

Would it be easy to mod and get it to PM me when and what someone buys?
And also in the admin CP, how easy would it be to have multiple fields to donate at the same time, instead of name donate name donate name donate, etc.

yingzhou 12-17-2006 12:39 AM

Quote:

Originally Posted by Sim9 (Post 1060707)
Very cool modification! I'd very much like to see the following features (as otherwise I would have to code them in myself before deploying the modification on my own forums :():
  • Equip - Let users choose their favorite X items and display only those in their postbit
  • Trade - A mechanism to allow users to trade with each other. IE: A user can propose to another user to trade X item for Y points, or trade X item for items Y and Z. User 2 can accept or decline this trade.
  • Items in Profile - Shows all items
  • Trade / Donate Restrictions - Mark some items as untradeable / undonateable. Some items, like a contest trophy, should not be tradeable.
  • Paycheck - Every week, members receive X points for up to Y posts per day that week
  • Item Actions - Allow items to do simple actions. For instance, a fortune cookie action could display a random fortune. Provide an easy way for developers to add custom actions, such as a documented PHP script file with a few example actions. Individual forum admins can then extend this to add forum-specific functionality.


This is very nice mod. How long is it? Did you completed this mod? I like it so much!

yingzhou 12-17-2006 01:48 AM

I suggest this thing:

- No need to show User's Inventory for who dont have anything in their inventory. This will help alot for not slow down the site because a lot of query use.

- Can order the categorie via ACP. Some Categorie need be first or some need place below.

- Equip Item: Let users choose their favorite X items and display only those in their postbit. Like the Upper post I say. Because a lot of image will slow down the page. :(

- I think we just let 4 slot to equip the item in their Postbit. More will slow down.

- More Information about Items: when I click on the Item Icon or their name, this will show me other page with their full information. This will help alot.

- Items in Profile - Shows all items. This will be cool.

- The admin can remove the item of member via Usercontrol.

- The Statistics for this shop will be usefull to see how member buy/sell the item.

- The Option to change the rate of "sell"

- The option to hide the item for guest!

Will add more suggestion. :D This mod will be cool. Where is the author? :|

yingzhou 12-17-2006 02:34 PM

No one interest in this Mod now? :(

Sim9 12-17-2006 08:29 PM

Quote:

Originally Posted by yingzhou (Post 1140040)
Quote:

Originally Posted by Sim9
Very cool modification! I'd very much like to see the following features (as otherwise I would have to code them in myself before deploying the modification on my own forums ):

* Equip - Let users choose their favorite X items and display only those in their postbit
* Trade - A mechanism to allow users to trade with each other. IE: A user can propose to another user to trade X item for Y points, or trade X item for items Y and Z. User 2 can accept or decline this trade.
* Items in Profile - Shows all items
* Trade / Donate Restrictions - Mark some items as untradeable / undonateable. Some items, like a contest trophy, should not be tradeable.
* Paycheck - Every week, members receive X points for up to Y posts per day that week
* Item Actions - Allow items to do simple actions. For instance, a fortune cookie action could display a random fortune. Provide an easy way for developers to add custom actions, such as a documented PHP script file with a few example actions. Individual forum admins can then extend this to add forum-specific functionality.

This is very nice mod. How long is it? Did you completed this mod? I like it so much!

Actually, I did finish it recently. I'll make a seperate thread to show it off if you're interested :)

yingzhou 12-18-2006 01:42 AM

Quote:

Originally Posted by Sim9 (Post 1140561)
Actually, I did finish it recently. I'll make a seperate thread to show it off if you're interested :)

Really interested in this mod. Thank for answer here! Hope you soon finish it. Merry Xmas!;)

yingzhou 12-18-2006 09:36 AM

I have 1 problem. I want to know how many point my member had pay for the shop. May I have a option to view the summary of that.

1 more problem is, If member sell the item. Where that point going to? Can I know how many of it?

All I want is the Statistics for this shop. :D

Blaine0002 12-18-2006 06:01 PM

Well, it seems i got here too late :-/ lol

yingzhou 12-18-2006 11:38 PM

Quote:

Originally Posted by Blaine0002 (Post 1141101)
Well, it seems i got here too late :-/ lol

Bravo man. The author is comeback.;) Have you read my post about some Option for this mod? :D What do you think about that? :)

Blaine0002 12-18-2006 11:43 PM

I would start on it, but it seems to me like somone has already completed it. lol

yingzhou 12-18-2006 11:51 PM

And now we stay for Sim9 to release his version.

1 more thing is can we have the Statistics for this shop! with this I can see how many point they are pay for the item.

Where I can change the rate for "sell"?

Guest can see the image of item. :( I think this wil overload our server. Can we hide the item for guest?

Sim9 12-20-2006 12:27 AM

Quote:

Originally Posted by Blaine0002 (Post 1141302)
I would start on it, but it seems to me like somone has already completed it. lol

By all means, proceed Blaine (and welcome back)! For one, I don't intend to publicly release mine, but may do a private commercial release to a very small group if there is interest. What I meant by my post is that I would create a new thread to discuss and show off my project there instead of hi-jacking your thread. A second point is that my project is from scratch, so it is not compatible with iShop. Thus anyone currently using iShop who wants to keep their data would want to stick with your project :)

I'm pretty proud of my small project, so I'll make a seperate thread about it and link here, if that's alright with you, Blaine. :)

Blaine0002 12-20-2006 12:45 AM

Go for it, i guess ill upgrade ishop after the next version of vbay is released.

yingzhou 12-20-2006 01:07 AM

Thank for Upgrade this usefull Mod. :D

Good Works Coder! :D

Sim9 12-20-2006 03:00 AM

Thanks Blaine and Yingzhou! :)

I've posted my project in this thread if you're interested :)

Quotealex 12-20-2006 11:13 AM

Can we use this script to give out real items (like Ipods, DVDs, etc) to members with enough points to buy them?

yingzhou 12-21-2006 10:28 AM

How to Hide to Inventory for guest?

to Blaine0002: When you begin to work for next version of Ishop? I think about some option need for Ishop. :D

Stifler 01-05-2007 08:37 PM

installed on 3.5.7 with icash already installed and in Admin I get tons of MySQL errors when trying to view the options that arent about the money field.. do i need to change the name of the table its called to add the prefix vb_ to the table named money?

Quote:

Database error in vBulletin 3.5.7:

Invalid SQL:
select * from itemshop_cat;

MySQL Error : Table 'XXXX.itemshop_cat' doesn't exist
Error Number : 1146
Date : --
Script : .../forums/admincp/ishop_control.php?act=add
Referrer : .../forums/admincp/index.php?do=nav
Classname : vB_Database

Blaine0002 01-06-2007 07:42 PM

Quote:

Originally Posted by Stifler (Post 1151550)
installed on 3.5.7 with icash already installed and in Admin I get tons of MySQL errors when trying to view the options that arent about the money field.. do i need to change the name of the table its called to add the prefix vb_ to the table named money?

Stupid question but did you import the XML file?

yingzhou 01-06-2007 08:43 PM

Hello Blaine0002. When you'll start the next version of Ishop? :D

Blaine0002 01-06-2007 11:30 PM

Quote:

Originally Posted by yingzhou (Post 1152171)
Hello Blaine0002. When you'll start the next version of Ishop? :D

Soon, almost have vbay stable.


All times are GMT. The time now is 04:56 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.01827 seconds
  • Memory Usage 1,837KB
  • 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_code_printable
  • (13)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