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)

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


All times are GMT. The time now is 10:46 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.01589 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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