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)

Stifler 01-07-2007 01:54 PM

Quote:

Originally Posted by Blaine0002 (Post 1152143)
Stupid question but did you import the XML file?

Yes I did.

Blaine0002 01-07-2007 03:50 PM

00ps. stupid mistake by me, redownload ishop.zip and reupload all files.

Stifler 01-08-2007 03:48 AM

well now thats fixed, when i try to view threads i get this mysql error:

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

MySQL Error : Table 'XXXX.itemshop_stock' doesn't exist

Blaine0002 01-08-2007 04:04 AM

thats no good, ill get this fixed ASAP

Stifler 01-08-2007 04:23 AM

Quote:

Originally Posted by Blaine0002 (Post 1153296)
thats no good, ill get this fixed ASAP

Thanks Blaine! Your the best :D

Zowners 01-08-2007 10:30 PM

hey does the Ishop work for vbulletin 3.6?

Blaine0002 01-08-2007 10:50 PM

yes

Frank-kun 01-13-2007 02:14 PM

This is a great mod, thanks for creating it.

My one issue is that I have mods and admins who went nuts and gave themselves tons of money and items. The items in the postbit now make their posts scroll the screen sideways. I know you return the inventory via $post[invrow], but I totally am drawing a blank on how to modify the inventory so that it only shows a limit on items - or at the very least divides them into multiple rows! Is there a quick fix for this? I could yank the items away from my forum staff but I'd rather not if possible.

Thanks!

yingzhou 01-14-2007 02:05 AM

I have one problem. I cant buy the same item 2 times. :( Can you add the option to buy the same items for some.

Stifler 01-14-2007 07:12 AM

Quote:

Originally Posted by Blaine0002 (Post 1153296)
thats no good, ill get this fixed ASAP

blaine you ever get that fixed?

Blaine0002 01-14-2007 07:05 PM

oops, i forgot to upload fix, download the zip and reupload files, no need to reimport product. Thx for reminding me :D

ArchangelX 01-14-2007 07:23 PM

I'm still very intersted in this mod...some of those additional improvements would be really nice! I encourage you to keep going! :D

Frank-kun 01-19-2007 10:52 PM

I actually solved my own problem.

Got people going nuts with buying items, making the screen scroll over? This quick fix should solve the problem.

Before doing any code modification, go into your Templates Manager and create a new template. I used the name "ishop_invpostbit_itemreturn".

In that template, you just need to put this:
Code:

<br>
Go into the \plugins\inventory.php file.

Find:
Code:

foreach ($myitem as $the_item) {
Before that put:
Code:

$i = 0;
Find:
Code:

eval('$post[invrow] .= "' . fetch_template('ishop_invpostbit_item') . '";');
And after it put:
Code:

$i++;
if ($i == 8) {
    eval('$post[invrow] .= "' . fetch_template('ishop_invpostbit_itemreturn') . '";');
    $i = 0;
}

In this snippet of code, the number that $i is set to is the number of items the inventory will display before skipping to the next line. I chose 8 items. You can pick any number you want.

Upload the inventory.php file to the plugins directory and you're set!

You can see this in action at our forum:
http://the-reactor.org/forums

This should work until the developer can come up with a cleaner fix. :)

apthost 01-27-2007 09:17 PM

I see no real point to this system. I need some type of point system where people can buy things that I make up, then I can view their profile and see what they have bought. So say they want a domain name after getting so many points, so I would like to be able to view their profile, see that they ordered that and then pm them and ask them about what domain name they want for example.

A whole system designed just so little icons could be displayed in the users inventory I think is just a waste of space.

Blaine0002 01-28-2007 12:44 AM

thanks for your thaughts but many people do want this for forums, maybe not buisness based, but community based. you know there are forums like that right?

Frank-kun 01-28-2007 11:44 AM

Quote:

Originally Posted by apthost (Post 1168564)
I see no real point to this system. I need some type of point system where people can buy things that I make up, then I can view their profile and see what they have bought. So say they want a domain name after getting so many points, so I would like to be able to view their profile, see that they ordered that and then pm them and ask them about what domain name they want for example.

A whole system designed just so little icons could be displayed in the users inventory I think is just a waste of space.

Well, that's the thing - just because it isn't a fit for your needs doesn't mean it doesn't fit for someone else's.

In the forums I run, they are as Blaine says, more community-building tools than anything else. We don't want them to just be about what the site is about or how to conduct business, but also to be fun too. You're right - there isn't a "point" to the system. It's just a fun little diversion and a way to get people to post more on our forums by earning virtual cash towards items.

You'd be surprised how much "little icons displayed in the user's inventory" is a status symbol. That's how online communities build themselves.

At some point in the future, at least for the forums I linked in my last post, we're looking to move to something more complex like the RPG integration system in the future. We're testing the waters to see how these fun little tools will have a positive effect on our users.

snowlion 01-31-2007 09:47 AM

how do i intergrate Isho with vbplaza ?
someone help me

WiiBeyond 02-18-2007 03:53 AM

Hello, my friend has something like this for IPB and he has options that you can allow users to buy special permissions on the boards, such as the ability to delete their own posts and so on. Is it possible to do that with this as well?

WiiBeyond 02-18-2007 03:55 AM

by the way, i was reading frank-kun's post... RPG sounds AWESOME

Blaine0002 02-18-2007 01:19 PM

Im not sure if vbplaza works with anything but vbbux, i am not able to download it, so i can not test it out :( sorry.

WiiBeyond, This hack will most likely stay as it is, with no additional features being added, just because of its simplicity. Although, you should feel free to contact some coders on this website and request an addon that allows them to do just that :D

WiiBeyond 02-18-2007 04:34 PM

One mroe question, I was wondering if it is possible to send a PM to a user when he/she donates to them. I was planning on having a user donate the item to me, and when I get the PM that that particular user sent me the item, then i can go change their options, or send them a game or w/e it is that the item represents.

yingzhou 02-18-2007 04:55 PM

The member who buy alot of item will break the Page. Can you add the "More" option. The inventory only show up the number of Items like 2 items. You must click on More to see all the items.

Can you work for the option to chose if what item they like to show and what item they can hide.

I cant buy the second of the same Item. :D

MissKalunji 02-22-2007 08:12 PM

Quote:

Originally Posted by Blaine0002 (Post 1185256)
Im not sure if vbplaza works with anything but vbbux, i am not able to download it, so i can not test it out :( sorry.

WiiBeyond, This hack will most likely stay as it is, with no additional features being added, just because of its simplicity. Although, you should feel free to contact some coders on this website and request an addon that allows them to do just that :D

Works fine :) with vbplaza here

MissKalunji 02-22-2007 09:33 PM

this is good but i can't seem to figure out WHY it brings about 30 extra queries

Blaine0002 02-23-2007 03:18 PM

on what page does this happen?

MissKalunji 02-23-2007 03:35 PM

showthread when i remove the pluging inventory.php it drops back to the normal (wich of course wont show the icons)

Blaine0002 02-23-2007 03:40 PM

thats odd, it should only run one query...

MissKalunji 02-23-2007 03:47 PM

well i dont know momment i readd that query it adds about 30 queries sometimes more....and thats on pages where there is NO members that has icons....

if in that page theres ppl with icons it adds more....

would running this with vbplaza be aproblem? Right now im running it but i disabled the inventory.php plugin and just using the link
and also what code should i add to only show the inventory link IF that person has bought any?

Blaine0002 02-23-2007 03:52 PM

running it with vbplaza shouldnt affect it much, ill look into it, 30 queries is bad :P

MissKalunji 02-23-2007 04:01 PM

lol tell me about it i saw at one point went to 70 i was like wow....

what about my second question?

tfusion 02-24-2007 01:21 PM

Is this mod similar to Vbplaza? since , i need the default products such as , username color etc..

Please help.

Blaine0002 02-24-2007 04:31 PM

this does not include adding visual aspects to you site, except for postbit icons.

and no, this should work fine with vbplaza.

dai-kun 02-24-2007 09:11 PM

Quote:

Originally Posted by yingzhou (Post 1185393)
The member who buy alot of item will break the Page. Can you add the "More" option. The inventory only show up the number of Items like 2 items. You must click on More to see all the items.

Can you work for the option to chose if what item they like to show and what item they can hide.

I cant buy the second of the same Item. :D

I've asked for this request like a year ago and am still waiting.. :)

Blaine0002 02-24-2007 09:27 PM

somone posted a fix to that earlier on this thread.

dai-kun 02-25-2007 01:48 AM

Hm.. i don't really see the "fix".. is it "the Archive" hack that was mentioned?
I'm already using ur hack for almost a year so my users have spent a lot of time buying the stuff already. Don't want to move over to something else if I cannot have it ported. I will donate if u ever finish those features for ur hack.

I couldn't find any info on where to download it or where to even get it either way.

Mys 03-01-2007 08:25 AM

Hi Blaine:

I've installed Ibank, Icash and Ishop with 3.6.4. Now testing. So, I purchase a plushie in Ishop and system tells me purchase was completed. However, the items are not showing up in my postbit or user profile. Doesn't seem right to me. Am I doing something wrong? Can you offer any advice to resolve? I am not using the legacy postbit.

Also, I'm interested in the Ultra Itemshop mod. Since I have Ishop, does Ultra offer me anything?

Thanks so much,
:D

Blaine0002 03-01-2007 11:18 AM

Ultra itemshop is an older version of Ishop and will actually offer less than what you currently have.

Make sure you have done the postbit edit to the correct postbit template, or even both just to be safe.

MissKalunji 03-01-2007 12:32 PM

Did you come up with any solution for my problem?

Paultiscali 03-02-2007 11:49 AM

Installed the hack but how do i get it to show up on my navigation menu were i have usercp, arcade etc

hitboy 03-02-2007 08:03 PM

Hey is there anyway you can add feature where we can add digital products and members can trade there points for a digital product.

So first the points would be sent to the admin or somewhere.
Then they would recieve the product through email or they would be redirected to a secure download page?

Is this possible?


All times are GMT. The time now is 04:57 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.01624 seconds
  • Memory Usage 1,821KB
  • 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
  • (5)bbcode_code_printable
  • (6)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