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)

AuroraStorm 03-29-2007 12:24 AM

Quote:

Originally Posted by AuroraStorm (Post 1214912)
Okay Blaine this is where I was confused. The question posed by chkdgate was:



So is the code <a href='ishop.php>IShop</a> or itemshop.php?

That's all I wanted to know...I've said it before I'm not a coder and everybody who is speaks the lingo and I just wanna make sure I'm doing this right and understanding...

MissKalunji 03-29-2007 12:27 PM

So how's the update coming along?

Blaine0002 03-29-2007 03:46 PM

its coming along very nicely actually, im working to get over one or two hurdles at the moment to get it released, the hardest part now will be reducing the amount of queries per post. Already reduced it by one, but its still one per post, trying to make it 1 per THREAD.

Blaine0002 03-29-2007 08:30 PM

Updated, added Item order, Maximum items in postbit, Items per row in postbit.

tehPARADOX 03-29-2007 11:56 PM

Quote:

Database error in vBulletin 3.6.5:

Invalid SQL:
select s.*,i.*
from itemshop_stock s
left join itemshop_items i
on(i.id=s.item_id)
where s.member_id='1'
ORDER BY s.iorder ASC LIMIT 4;

MySQL Error : Unknown column 's.iorder' in 'order clause'
This database error occurs when viewing postbits of people with items. Any idea what's wrong? This is after the update btw.

Evolution06 03-30-2007 12:53 AM

just installed got this db error when I click on a thread

PHP Code:

select s.*,i.*
                  
from vb_itemshop_stock s
                  left join vb_itemshop_items i 
                  on
(i.id=s.item_id)
                  
where s.member_id='1'  
                  
ORDER BY s.iorder ASC LIMIT 10;

MySQL Error  Unknown column 's.iorder' in 'order clause'
Error Number 1054
Date         
ThursdayMarch 29th 2007 08:49:49 PM
Script       
http://www.criticalfx.net/forums/showthread.php?p=223
Referrer     http://www.criticalfx.net/forums/index.php
IP Address   69.225.252.163
Username     
NightHaze
Classname    
vb_database 


Blaine0002 03-30-2007 01:10 AM

bah. im so stupid i forget to put new rows into the update script :(

updated. try now.

tehPARADOX 03-30-2007 01:22 AM

Quote:

Originally Posted by Blaine0002 (Post 1215770)
bah. im so stupid i forget to put new rows into the update script :(

updated. try now.

Thanks for the update, that fixed the db issue. Any plans on continuing work on a fix for IBank?

Blaine0002 03-30-2007 01:31 AM

yeah, its next on my list, and in great need :)

dai-kun 03-30-2007 01:57 AM

Thanks a lot for the new features. Been waiting for what seems like forever.

Can you make a page where a user can click to see all the items of that person?

Donated btw :)


All times are GMT. The time now is 03:12 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.01382 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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