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

Pages: 1 ... 70 71 [72]
1066
General SMFShop Discussion / Re: Shop Ideas
« on: January 06, 2006, 08:54:57 am »
EDIT: Hey is it ok to suggest item scripts?  ;D

Sure, that's one of the things I like :D

1067
General SMFShop Discussion / Re: bug on trade center
« on: January 05, 2006, 02:55:33 pm »
I've made a topic saying how to disable the emails. You may see it here

1068
General SMFShop Discussion / Re: User`s and the trade center
« on: January 05, 2006, 01:57:10 pm »
I think you can change one of the test items into something to sell, I`m just not sure how to do it.

You need to know PHP to be able to make your own items. If you do understand PHP, you can use the current items (including the test items) for reference. The test items are largely commented, so if you know basic PHP, you'll understand it.

1069
General SMFShop Discussion / How to turn off trade centre emails
« on: January 05, 2006, 01:56:10 pm »
If you don't like the email feature, here's how to turn it off:

Open Sources/shop.php
Find: (lines 785 - 789)
Code: [Select]
//Send message to original owner
$to = $row_item['emailAddress'];
$subject = "Your trade of '{$row_item['name']}' item";
$message = "Congratulations! {$row_user['realName']} has purchased your '{$row_item['name']}' item from you for ".formatMoney($row_item['tradecost']).".\r\n\r\nHave a good day,\r\n --Forum Management";
mail($to, $subject, $message);

See the mail($to, $subject, $message) line? Just put a // in front of it (eg.:
Code: [Select]
//mail($to, $subject, $message);

This will comment out that line, and stop the email from being sent.

1070
General SMFShop Discussion / Re: Shop Ideas
« on: January 05, 2006, 01:55:35 pm »
Quote
-multiple shops: The ability to create multiple shops. This would be good in forum that makes lots of items. This will help organize them.
I've already planned to add category support in SMFShop.

Quote
-Giving away items: The ability to give your item away to another. May seem crazy or silly, but some people like to be generous.
That was originally planned to be added at the same time as the 'Send money to someone' feature, but I didn't have the time.

Please post all your ideas at my bug tracker at http://bugs.dansoftaustralia.net/

1071
General SMFShop Discussion / Re: V. 2.0 for 1.1 RC2
« on: January 05, 2006, 01:53:55 pm »
First, remove ALL references to the shop in the MySQL database. That includes the shop_items and shop_inventory tables (it seems that you've already done that). You'll also need to remove:

 * the money and moneyBank fields in smf_members
 * every shop entries in the shop_settings table (shopVersion, shopBuild, shopCurrencyPrefix, etc...)
 * the countCredits (or similar, can't remember at the moment) field from the boards table

Next, unarchive the shop tar.gz file. Put the installScript.php file in your forum's directory, and run it.

1072
General SMFShop Discussion / Re: V. 2.0 for 1.1 RC2
« on: January 04, 2006, 08:30:54 pm »
Yes, it does now :D
I updated the install package so it adds a 'Shop' tab (that's the only thing that the package didn't do previously). You can get the new package from my site at http://www.dansoftaustralia.net/

1073
General SMFShop Discussion / Re: V. 2.0 for 1.1 RC2
« on: January 03, 2006, 08:19:54 pm »
Sorry, haven't tested it yet.

I've been really busy with other projects.

1074
If you're getting  'Unable to load main Template' error messages when you click on the 'Shop' button on your forum, then you'll need to unarchive the SMFShop TAR.GZ file and upload some files manually:

  • All the files and folders in the 'shop' directory (Shop.php, ShopAdmin.php, etc.) in the archive goes to Sources/shop on your forum.
  • Shop.template.php and ShopAdmin.template.php go into Themes/default/
  • Shop.english.php goes to Themes/default/languages
  • shop.gif goes to Themes/default/images/english

This is due to a bug in the SMF 1.1RC1 package manager. Personally, I use SMF 1.0.5 so I've never had this error come up.

1075
General SMFShop Discussion / Re: User`s and the trade center
« on: January 03, 2006, 02:29:11 pm »
No, not at the moment.

They can only sell items which you have in your shop.

1076
General SMFShop Discussion / Re: bug on trade center
« on: January 03, 2006, 06:33:59 am »
OK, I'll look at it tonight, I'm really busy at the moment.

1077
General SMFShop Discussion / Re: V. 2.0 for 1.1 RC2
« on: January 03, 2006, 06:33:13 am »
I haven't yet tested SMFShop on SMF 1.1RC2, so I can't comment. Try setting up a test installation of SMF 1.1RC2, and then try to install SMFShop. DON'T install it on a live board, as it isn't tested on SMF 1.1RC2!!
I'll set up a testing installation tonight (it's 9:31AM at the moment), and see how it goes.

1078
General SMFShop Discussion / Re: bug on trade center
« on: January 03, 2006, 06:27:57 am »
Are you sure? That isn't happening on my testing forum...
If you still have problems, then I'll help you later today (it's 9:27AM now, I'll help you at night probably)

Try creating a few test users and playing around with it.

1079
Shop Button Requests / How to request a Shop button for your theme
« on: January 03, 2006, 06:21:20 am »
SMFShop only comes with a button for the default theme. If you use another theme, you'll need to either make your own button, or request one here. If you're requesting a button, please use the following template (you may cut and paste it):

Code: [Select]
[b]Theme Name:[/b] <name of the theme you use>
[b]Link to Theme:[/b] <link to the theme on the SMF Themes website, or somewhere else>
(note that I no longer need the address to the button images, as I download and install the theme myself)
If the theme uses graphical buttons (ie. something like the 'Apollo' theme used here), the button is made by cutting the 'S' and 'h' from 'Search', the 'o' from 'Home' and the 'p' from 'Help'. Yes, it's messy, but the end result is a button that blends in with your current theme. However, if the theme used 'text buttons' (like the SMF 1.1 RC2/3 default theme), it's a lot easier to make the button, as no new images are involved.

If you have read this, and want to submit your request, please start a new topic in this forum. Please be sure to give the topic a descriptive subject, such as 'Shop button for Helios Multi required'.

Pages: 1 ... 70 71 [72]