Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - okapi

Pages: [1]
1
Modifications / Re: SMFShop Inventory Post Modification
« on: February 25, 2008, 07:27:45 am »
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)

2
Modifications / Re: SMFShop Inventory Post Modification
« on: February 25, 2008, 03:37:22 am »
Hello...

I just install this mod and i am getting this error :

8: Undefined index: shopitems
File: /home/alliance/public_html/ogame/Themes/default/Display.template.php (main sub template - eval?)

I think had something to do with my language but i cant find it...

Same error

3
General SMFShop Discussion / Re: Multiple Shops! A brute-force guide.
« on: September 14, 2006, 05:37:26 am »
Ok, i had an error updating the files, now works. thanks!

4
General SMFShop Discussion / Re: Multiple Shops! A brute-force guide.
« on: September 14, 2006, 03:58:37 am »
I add this 2 tables, but now i have others erros:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
timer = ,
max' at line 7
Archivo: /home/shamans/public_html/foro/Sources/shop/ShopAdmin.php
Línea: 300

5
General SMFShop Discussion / Re: Multiple Shops! A brute-force guide.
« on: September 14, 2006, 03:41:55 am »
Hi, when i try to add an item i get this error:

Unknown column 'restock' in 'field list'
Archivo: /home/shamans/public_html/foro/Sources/shop/ShopAdmin.php
Línea: 251

Column restock... but in the sql changes -->

      timer      int(10)     UNSIGNED     No      6
    laststock     int(10)    UNSIGNED    No     0
    used     int(10)    UNSIGNED    No     0
    maxrestock     int(10)    UNSIGNED    No     15

Where is the column restock? and de colum shopid? :S

6
General SMFShop Discussion / Re: Shop Ideas
« on: September 10, 2006, 08:38:31 am »
Hi Basil Beard, i am very interested in the multiples shops. I was searching in your posts but i could not find the guide to add multiple shops. Did you post it? Thanks.

Pages: [1]