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 2 [3] 4 5 ... 72
32
Shop Button Requests / Re: requesting a shop button
« on: February 15, 2008, 07:41:45 am »
What's the name of the theme you're using?

33
Completed Requests / Re: AcidBloodex
« on: February 15, 2008, 07:40:47 am »

35
Installation Problems / Re: No sign of SMFShop
« on: February 15, 2008, 07:33:19 am »
Go to index.php?action=shop, the shop should come up. Does it?

36
Coding / Re: Count money to post does work!! HELP PLEASE!!
« on: February 15, 2008, 07:32:43 am »
Check your Sources/Post.php to see if the SMFShop code is still in there.
Did you install any new mods recently? Or make any other changes?

37
Installation Problems / Re: Help! Cannot access my admin panel!
« on: February 15, 2008, 07:29:21 am »
It looks like your Shop.english.php file got corrupted. Try replacing it with a fresh version from the SMFShop zip file.

38
Bugs / Re: An Error Has Occurred! Hacking attempt...
« on: February 15, 2008, 07:27:45 am »
Quote
(Unreal u's)
Try getting rid of the apostrophe and see if that fixes it.

39
Bugs / Re: Bug in trade centre
« on: February 15, 2008, 07:26:09 am »
Thanks Aaron, I'll take a look at this and fix it as soon as possible :)

40
Bugs / Re: Don't add more itens
« on: February 15, 2008, 07:25:42 am »
Hmmm...
Contact your host and ask them to correctly set the permissions on that directory.

41
Bugs / MOVED: Change User Title
« on: February 15, 2008, 07:25:06 am »

42
Requested additions / Re: Shop: Display last added item first (on top)
« on: February 15, 2008, 07:22:26 am »
Sorry for the delay in replying...

Sure, this is possible to add :)
Sources/shop/Shop-Buy.php, find:
Code: [Select]
case 3:
$context['shop_inv']['sort_type'] = $txt['shop_stock'];
$sortQuery = 'stock';
Add after:
Code: [Select]
case 4:
$context['shop_inv']['sort_type'] = 'Date added';
$sortQuery = 'id';

Themes/default/Shop.template.php, find:
Code: [Select]
<option value="3"', ($context['shop_inv']['sort_type'] == $txt['shop_stock'] ? ' selected="selected"' : ''), '>', $txt['shop_stock'], '</option>Add after:
Code: [Select]
<option value="4"', ($context['shop_inv']['sort_type'] == 'Date added' ? ' selected="selected"' : ''), '>Date added</option>

This will add a "date added" option to the sort box on the buy items page. If you want to call it something else, change "date added" to whatever you want to call it (it occurs three times in the above code sections)

43
:S
I have no idea what could be causing that... Sorry :-[

45
General SMFShop Discussion / Re: SMFShop is smarter than that
« on: February 15, 2008, 07:15:06 am »
Hmm... Interesting... That error should only occur if the items owner is not you.
Are you using the "Download File v2" item, or the original one? v2 is available from http://www.dansoftaustralia.net/smfshop_wiki/Items:Download_File_v2.

Pages: 1 2 [3] 4 5 ... 72