Author Topic: SMFShop Inventory Post Modification  (Read 98396 times)

Offline blackghoul

Re: SMFShop Inventory Post Modification
« Reply #90 on: November 03, 2009, 12:12:02 am »
There are errors in dbinstall.php

Incorrect table name ''
Dosya: /home/www/......../dbInstall.php
line: 14

Offline Aimee

Re: SMFShop Inventory Post Modification
« Reply #91 on: November 03, 2009, 04:58:14 am »
I installed it manually and it works great now  O0

Offline blackghoul

Re: SMFShop Inventory Post Modification
« Reply #92 on: November 03, 2009, 06:14:20 am »
I only want to show items on signature.Is there a shorter solution without installing mod.

I using  smf 1.1.10
« Last Edit: November 03, 2009, 06:22:41 am by blackghoul »

Offline blackghoul

Re: SMFShop Inventory Post Modification
« Reply #93 on: November 03, 2009, 05:55:00 pm »
in the end I installed.fool admin wrote code in correctly.I made my own skills

Offline hophopboy

Re: SMFShop Inventory Post Modification
« Reply #94 on: March 02, 2010, 08:00:10 pm »
where i can download

Offline Aimee

Re: SMFShop Inventory Post Modification
« Reply #95 on: March 19, 2010, 03:11:59 am »
First post hun x

Offline hcfwesker

Re: SMFShop Inventory Post Modification
« Reply #96 on: April 21, 2010, 10:31:06 pm »
Ok, i think i have a fix but i don't know how it works...

Replace

Code: [Select]
if (count($message['member']['shopitems']) != 0)
To

Code: [Select]
if (isset($message['member']['shopitems']) && (count($message['member']['shopitems'])) != 0)

Just wanna say thanx, I came here looking for the same solution.   So far it's fixed the errors popping up in the Error Log.

Offline nurg

Re: SMFShop Inventory Post Modification
« Reply #97 on: April 22, 2010, 03:42:51 pm »
Hello excuse my English

I have installed the mod on smf SMFShop3.1.5.1forSMF2.0 RC3

Agraxeceria I discuss how I can install the module or I can do to make the items are in the signature bean

thank you very much

--------------------------------------------------------------------------------------------------------------------------
Hola disculpen mi ingles

Tengo instalado el mod SMFShop3.1.5.1forSMF2.0 en smf RC3

Agraxeceria me comenten como puedo instalar el modulo o que puedo hacer para que los itens se bean en la firma

muchas gracias

Offline hcfwesker

Re: SMFShop Inventory Post Modification
« Reply #98 on: April 24, 2010, 02:02:31 am »
I haven't changed anything, but apprently items being bought are now being displayed in the opposite order they buy them in.

I can't find where this changed.  I'm looking for ASC and DSC in the code, but have no luck.

I want the first item they bought, to the be first item displayed, and each additional item displayed after that.

I know it's the default setting, and it was working before, but now, they're being displayed differently :(


Offline CKWT

Re: SMFShop Inventory Post Modification
« Reply #99 on: May 06, 2010, 09:56:11 am »
This piece of Code on 1.1.11 has an error.. and I follow the parser intructions:.. any help?

This is in Load.php in my source folder

//BEGIN SMFShop IPM
      //Set variable for LIMIT amount
      $row = 0;
      $max = $modSettings['ShopIpDisMax'];
      //Begin database query
      $request3 = db_query("
         SELECT it.desc, it.image, it.category, inv.id
         FROM {$db_prefix}shop_inventory AS inv, {$db_prefix}shop_items AS it
         WHERE inv.ownerid = {$profile['ID_MEMBER']} AND inv.itemid = it.id
         LIMIT $max", __FILE__, __LINE__);
         
         //Start with an empty array
         $profile['shopitems']['shopitems'] = array();
         
         //Loop through all items
         while ($row = mysql_fetch_assoc($request3))
         {
            // Add item to the array
            $profile['shopitems']['shopitems'][] = array(
               'image' => $row['image'],
               'desc' => $row['desc'],
            );
         }
         
      mysql_free_result($request3);
//END SMFShop IPM   

Thanks

Offline vbgamer45

Re: SMFShop Inventory Post Modification
« Reply #100 on: May 06, 2010, 06:01:22 pm »
What error does it give?
SMF For Free -Free SMF Forum hosting.
SMFHacks.com -  Paid Modifications for SMF

Latest Mod:
EzPortal - A Portal System for SMF
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

Offline CKWT

Re: SMFShop Inventory Post Modification
« Reply #101 on: May 06, 2010, 10:58:36 pm »
I'm not on the same computer, but it showed, Unexpected T_While... something like that....

Offline Leonord

Re: SMFShop Inventory Post Modification
« Reply #102 on: May 07, 2010, 07:06:32 pm »
Excelente mod. Otherwise no one knows what you own cause no one wants to go checking the members inventorys.

Is working without further modificactions in As Theme by Fussilet

Offline CKWT

Re: SMFShop Inventory Post Modification
« Reply #103 on: May 07, 2010, 10:58:44 pm »
BTW, I got it working.... It showd lots of errors but with the parser did the modifications and working neatly.

Offline allemand1

Re: SMFShop Inventory Post Modification
« Reply #104 on: May 11, 2010, 07:12:21 am »
Please... update it to SMF 2.0 RC3!!!
This mod is great!