1066
General SMFShop Discussion / Re: Shop Ideas
« on: January 06, 2006, 08:54:57 am »EDIT: Hey is it ok to suggest item scripts?
Sure, that's one of the things I like

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.
EDIT: Hey is it ok to suggest item scripts?
I think you can change one of the test items into something to sell, I`m just not sure how to do it.
//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);
//mail($to, $subject, $message);
-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.
-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.
[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)