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 - inkstains

Pages: [1] 2 3 ... 13
1
i think the developer is offering these modifications for a fee, so i wouldn't be willing to help. but if you have a look through the code it wouldn't be to hard to modify yourself.

3
Modifications / Re: SMFShop Inventory Post Modification
« on: October 30, 2007, 09:20:01 am »
http://www.daniel15.com/forum/index.php/board,16.0.html

is the section for SMFShop install questions

the basic resons for the fail is it can't find the section it needs to edit or the edits have already been done. you should put the SMFShop package through the package parser

http://modparser.dev.dansoftaustralia.net/

and follow the instructions to make the required edits.

4
Modifications / Re: SMF Lottery Mod
« on: October 26, 2007, 07:52:33 pm »
it's not hard to set up and Yami has provided clear instruction on how to do it. a mod well worth having imo.

5
Modifications / Re: SMFShop Inventory Post Modification
« on: October 23, 2007, 09:52:07 am »
your Display.template.php file is fine for a standard setup but your setup is a little non-standard  :D

this may or may not work but make a backup of your Display.template.php file then use the attached in it's place


6
Items / Re: Item request: Lotery
« on: October 23, 2007, 09:22:58 am »
Well, you can always use the one that I completed last week. You can find it at http://projectyami.com/forums/index.php?board=3.0

very nice i'm gonna test now. props.

also haven't seen this posted anywhere else you should post it in the completed (if you're finished with it) modifications section here

http://www.daniel15.com/forum/index.php/board,30.0.html

that way everyone can find it easily as no doubt this thread will get lost

7
Modifications / Re: SMFShop Inventory Post Modification
« on: October 21, 2007, 10:38:02 am »
you won't be able to find that exact line mentioned in the Find part if you could it would have made the modification to that file successfully.  :)  you'll need to look for a slightly different version of it. try searching for maybe the first half of the Find part or post your file up here and i'll do it for you. let me know how ya go.

8
Items / Re: Change Balances
« on: October 21, 2007, 10:13:43 am »
umm because you can't set the actual value if you use Membergroup Functions you can only add or subtract and you would have to go through each membergroup and if you use Members' Inventory you can only set it one member at a time.

with this you can set all of the bank to a specified value or all of the pockets to a specified value or both to a specified value.

 :buck2:

9
Modifications / Re: SMFShop Inventory Post Modification
« on: October 21, 2007, 10:10:19 am »
Went through all the files and deleted, maybe three stray lines of SMF shop code. Reinstalled, then applied the inventory  mod.

Works like a bloody charm! Well done.

Do you think in the future, the sig inventory will have one of those minimise/maximise buttons? because that would look amazing!

glad to hear it's working properly as for minimize maximize i don't think so unless i removed the fieldset and did it a different way.




oh sorry yeh i fogot to mention i did a kinda work around so that i could install mods more easily i droped the custom theme into the default one, so that official mods could be installed on custom theme in the default directory. there is no default theme to switch to becuase thats the custom one now :-\

but like i said the display.template file did respond as a successfull install, the only file that failed was index.template, i tried to edit that afterwards but could not find the code.(as its a a custom theme)

does the border on post area have anything to do with index.template?

could you tell me what possible edits i can make to the display.template in order to show the border. (ive spent ages searching install.xml with no luck :()

thanks again for any help given.

very confusing.

your Display.template.php file is correct that isn't your problem.

you need to fix that error that you had on the index.template.php file to begin with (though that may not be your whole problem) you say you can't find the index.template.php file

on an ordinary install the index.template.php file edited is in the default themes folder and if you wanted to do it for a custom you would locate the index.template.php file in that themes folder. seeing as your install seems a little screwy and i don't fully understand what you've done but from what i can decipher is you've copied the files from your custom themes folder and pasted them into the default themes folder overwriting all duplicate files (not a good idea imo) so you'll locate it in the default themes folder if so.

the edits you need to do to the index.template.php file are as follows


Find:

Code: [Select]
if (in_array($context['current_action'], array('shop_general', 'shop_items_add', 'shop_items_edit', 'shop_cat', 'shop_inventory', 'shop_restock', 'shop_usergroup')))
Replace with:
 
Code: [Select]
if (in_array($context['current_action'], array('shop_general', 'shop_items_add', 'shop_items_edit', 'shop_cat', 'shop_inventory', 'shop_restock', 'shop_usergroup', 'shop_IPM')))
if fixing index.template.php doesn't work....

you say you've replaced the default theme?? i don't understand. if you go into your boards admin and go

Configuration>Themes and Layout

can you see SMF Default Theme - core??

if so can you set your forum to that and see if the IPM works correctly then post here again.

10
Modifications / Re: SMFShop Inventory Post Modification
« on: October 19, 2007, 05:59:44 am »
Basicaly the installation did successfully edit the display.template, but shows no border(becuase its not default theme), i have looked into display.template, knowing this is where the border shud be displaying, but i had no luck so i didnt edit anything.

my site forum is>  http://www.psp-customs.com/forum

heres a link to a direct post showing my inventory> http://www.psp-customs.com/forum/index.php?topic=3551.0

and ive attached display.template below, thanks for any help you can give.

your site link doesn't work.

The IPM won't show up in a custom theme if that custom theme has it's own Display.template.php file and the needed edits aren't done to it's Display.template.php file or if they are done incorrectly.

can you switch to the default theme and see if the IPM shows correctly.

11
Items / Re: Looking for an Item...
« on: October 18, 2007, 10:57:48 am »
that's a little different to a gift mod.

i'm in the process of finishing up a proper gift mod for SMFShop probably a week or so and it'll all be up and running.

12
Modifications / Re: SMFShop Inventory Post Modification
« on: October 18, 2007, 10:55:07 am »
Found out why, SMF shop isn't installing tables after it was uninstalled.

hmm it all sounds a bit messy with the multiple installs/uninstalls.

SMFShop should leave the tables intact when it's uninstalled i believe (which i believe is standard SMF guidelines) and only install whatever tables/columns/rows are missing when reinstalled perhaps you should try and uninstall all SMFShop related mods (IPM etc) and then uninstall the SMFShop and remove the tables manually from the db then do a fresh install of SMFShop and related mods. that's assuming you are doing this on a test board  ;) if not on a test board i'd recommend not doing that. and seeking answers in  the appropriate area on this board for SMFShop problems.

first of all id like to say thanks this is an awsome mod! just what i needed.

heres a quik problem i have, i like the border you have around the items, and it neaten's up the area alot more. i cant get it to display correctly on my theme for some reason, installation went fine.


no inventory border  :'(

anyways i was wondering if you could show me where i can check and edit the code for my theme. thanks..i have a feeling that fieldset or legend might be the tags controling the border but i duno really..lol any help is appritiated. thanks
 O0

hmm are you saying you've tried to edit a custom themes Display.template.php file to display the IPM? if so can you upload the custom themes Display.template.php file here so i can have a squizz at it and a link to your forum also.

13
Modifications / Re: SMFShop Inventory Post Modification
« on: October 18, 2007, 05:40:27 am »
you're trying to edit the wrong index.php file. the index.php file that you want to edit is in your base forum folder so like this forum daniel15 if you look at the link in the address it's like this

http://www.daniel15.com/forum/

the part in bold is the name of the folder on the server that holds the forum aka the board directory. in this folder is where the index.php file you need to edit is.  :)

14
Modifications / Re: SMFShop Inventory Post Modification
« on: October 17, 2007, 01:45:28 pm »
I tried this out, but unfortunately i couldn't implement it. every time i clicked the link in the admin section it just went to the homepage..

also, it says it needs to change something in "index.php", and cannot find the code to replace/add. But SMF shop never added anything to that.

I tried to a clean install by removing the mod, then SMF shop, then tried to reinstall, but got this error, after trying installation of the mod:

Quote
Duplicate entry 'ShopIpDis' for key 1
File: /home/sixuang/public_html/forums/Packages/temp/dbInstall.php
Line: 14

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.4, while your database is at version 1.1.2. The above error might possibly go away if you execute the latest version of upgrade.php.

what exactly does this mean?

Please do keep up the good work though, I really want to see this on my forum one day.  8)

your post it a little confusing but what i'm guessing is that you tried to install it and the first time you did it threw an error on the index.php file but you went ahead with the install anyway. but didn't actually follow through and do those modifications after you installed. then added to the confusion by uninstalling/reinstalling multiple times. basically if that's the case. throw the IPM package through the package parser here

http://modparser.dev.dansoftaustralia.net/

and find the code you need to add for index.php and make the edits. i'd say some other mod has edited your index.php file so what it says to look for in the package parser may be slightly altered\ so just keep that in mind. as for that db error that's just saying those entries already exist which i should really add some error handling for in the package and i will but i haven't got time at the moment so it'll be in the next update.

so try what i've said above and let me know how you go.

ps. if it error'd on any other files when you first installed (and i guess now if you need to re-install) you'll need to do those edits as listed in the package parser.

poice

15
Modifications / Re: SMFPets Version 0.2
« on: October 15, 2007, 04:30:10 am »
Quote
Use PHP Myadmin or something like that to manually remove the quote from the description or name.

What an arrogant advice. Since month many people please here to fix some distgusting bugs. May be one should forget this buggy mod at all?

You're right. Maybe you should forget about a buggy 0.2 version of a mod that hasn't been officially released in any capacity because it is a 0.2 version and thus has bugs. Because honestly, I could care less about the people who are selfish enough to download and install the beta version of a mod, and then act like it is their God given right to get someone to fix the bugs in said beta version. And if that someone doesn't fix the bug, their are "arrogant" and "disgusting". If you care that much, fix the bugs yourself. If you don't care that much, quit bugging me and go play with actual mods that have been officially released.

+1

what a rude f@^&

Pages: [1] 2 3 ... 13