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

Pages: [1]
1
General SMFShop Discussion / Re: mistake in calculation after delete
« on: January 04, 2011, 01:00:53 am »
Got solution..

goto ./Sources/RemoveTopic.php

find
'amount' => $modSettings['shopPointsPerPost'],
change to
'amount' => $modSettings['shopPointsPerTopic'],

you are required to change it in two places :)  :crazy2:

2
General SMFShop Discussion / Re: mistake in calculation after delete
« on: January 03, 2011, 09:22:43 pm »
did u got the solution yet?? 3 years.. still waiting....

3
Bugs / Problem in Post Moderation
« on: January 03, 2011, 07:19:56 pm »
Hi, i installed Shop
Version Number: 3.1 (SMF 2.0 branch) (Build 5)
Database Version: 3.0 (Build 15)
Release Date: 23th November 2009

with SMF 2.0 RC4

Everything is working perfectly, adding and decresing credits automatically when we remove the post :smitten:

but i'va activated Post Moderation in SMF, here if i want to un-approve the post, the credits must also deducted but its not happening, need some serious help pls

Pages: [1]