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)

NFLfbJunkie 06-26-2007 01:29 PM

What are some of the problems your users are experiencing deezelpope? Perhaps Blaine should know of any other problems with his recent update in case he needs to modify things.

deezelpope 06-26-2007 01:50 PM

No, I'm sorry, you misunderstand me...I meant lots of people here having problems with the upgrade of vBulletin and with modifications. I'm not having problems of any kind, so I'm choosing to stay put.

Plus, when I originally installed iShop, Blaine and I disagreed about the inventory.php. Been smooth sailing for me.

bhen13 06-26-2007 08:19 PM

and now , finally for me too :D

Blaine0002 06-27-2007 12:07 AM

theres no real way i can debug untill I upgrade my Vbulletin subscription.. sorry :(

NFLfbJunkie 06-27-2007 12:27 AM

Perhaps the table breaks are only happning with 3.67 and maybe being caused by the AJAX feature with the movable tables. Would there be a separate fix for the inventory increasing after items being sold back?

Vic123 06-27-2007 11:07 AM

Quote:

Originally Posted by Frank-kun (Post 1163094)
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. :)


hey, just what a needed, thanks a lot :)

the latest version of ishop should have that included but I have deep concerns installing it since there are so many bug reports...

bye
Vic

Blaine0002 06-27-2007 02:38 PM

yes i have it included, and im not sure whats causing the bugs cause it works perfectly on my VB 3.6.0 ... Ill upgrade my liscense soon! :D

dai-kun 06-28-2007 05:19 AM

Everything is working fine for me, just the queries problem here.

I using 3.6.7 and my tables width is fine.

BigDog56 06-28-2007 08:52 PM

Installed it, but the images do not show up in the person's postbit. Everything else seems to be fine...
Edit... Found it.

NFLfbJunkie 06-29-2007 02:22 AM

I reinstalled the MOD on a clean 3.6.7 version, no other MODs but the 1.1.0 iSHOP. I still get the table width problem and I can't understand why I am having this problem while others are not.


All times are GMT. The time now is 07:05 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.01803 seconds
  • Memory Usage 1,743KB
  • 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