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

Offline Catalina

Re: SMFShop Inventory Post Modification
« Reply #60 on: January 04, 2008, 06:31:00 am »
Im getting 3 errors installing
1st one. Duplicate entry 'ShopIpDis' for key 1
File: /home/urbaric4/public_html/Packages/temp/dbInstall.php
Line: 14

2 index .php   test failed
3 ./Themes/default/index.template.php   test failed

Ive tried the unistall i found the files i thought i should remove. I made a new temp folder. and still the same errors.

Offline tugori

Re: SMFShop Inventory Post Modification
« Reply #61 on: January 04, 2008, 11:47:13 pm »
Hi!

Are you still working on it for SMF 1.1.X or are you waiting for SMF 2.0 for being released?

Offline Catalina

Re: SMFShop Inventory Post Modification
« Reply #62 on: January 05, 2008, 07:19:17 am »
Im on 1.1.4

Offline Catalina

Re: SMFShop Inventory Post Modification
« Reply #63 on: January 06, 2008, 09:03:56 am »
It works on my defalt theme i want to work on my other themes. what code and where do i add it thank you

Offline Coronet

Re: SMFShop Inventory Post Modification
« Reply #64 on: January 25, 2008, 12:29:16 am »
Thank you! I've been looking for this for a while now! <3

Kaylee

  • Guest
Re: SMFShop Inventory Post Modification
« Reply #65 on: January 31, 2008, 07:58:01 am »
I've re-installed it over and over but it keeps coming up with the same error:

Unable to load the 'ShopIPM' template.

Offline Yngwiedis

Re: SMFShop Inventory Post Modification
« Reply #66 on: February 02, 2008, 02:26:02 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...
« Last Edit: February 02, 2008, 02:28:54 am by Yngwiedis »

Offline Yngwiedis

Re: SMFShop Inventory Post Modification
« Reply #67 on: February 09, 2008, 07:43:29 pm »
Is there anyone who can help me with the problem above ?

Offline Yngwiedis

Re: SMFShop Inventory Post Modification
« Reply #68 on: February 22, 2008, 01:59:11 am »
Anyone ???

Offline okapi

Re: SMFShop Inventory Post Modification
« Reply #69 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

Offline okapi

Re: SMFShop Inventory Post Modification
« Reply #70 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)

Offline tugori

Re: SMFShop Inventory Post Modification
« Reply #71 on: March 07, 2008, 06:33:53 am »
Any news here? I'm waiting  :D

Offline West-Board

Re: SMFShop Inventory Post Modification
« Reply #72 on: April 27, 2008, 12:10:17 am »
I am Speak Spanish!

Hola,

Alguién podría ayudarme?

cuando coloco esos codigos me sale un error :S

bueno, en realidad me sale cuando entro a un post como rayas!

muy feo :S

Offline darkjota

Re: SMFShop Inventory Post Modification
« Reply #73 on: May 03, 2008, 06:09:33 am »
I Speak Spanish West-Board

Bueno primero tienes que instalar el Shop Item: Profile Image para que te funcione y hay te funcionara :D espero se sirvio

Saludos, Jhon xD

Offline Succubus Evaligan

Re: SMFShop Inventory Post Modification
« Reply #74 on: June 06, 2008, 06:59:21 pm »
Is possible organize the items to show?
If I have more items... can I organize the items to show?
Are any modification for that?