Quote:
Originally Posted by pfgannon
Well I set the numbers at 2 for threads and 1 for posts. But they keep reverting to 0
|
I just ran it and it saved them fine, make sure you enter the number u want for each of the 3 fields as it saves all 3 at once.
Quote:
Originally Posted by caimakale
I have been testing the "Can Change Always" feature of the site and noticed that if an item set to can change always and purchased for the first time by a user, they are never charged for it.
I have set up a test account with no flags and past purchases to test this and was able to login and purchase colored username without it affecting my points total. I also allow refunds on my site, so I went to return the item, and it credited me back what should have been the purchase price, so I walked away from the deal more points in my pocket than when I started.
So this creates a points exploit for any of your "Can Change Always" items if you have refunds enabled. If not then it is a free giveaway in the stores on those items.
|
Will be fixed in v1.2.0
Quote:
Originally Posted by Wachtmeister
[color=#15a018]
Is this maybe, because you use vbadvanced? Have you added estore.php into the CPMS Default Settings / Navbar replacements? I think this could solve your problem.
PS: guys, sorry for the unfriendly red color in my post. The editor does not save my changes 
|
This will be fixed in v1.2.0
Quote:
Originally Posted by LadyJo
OK I see youve replied to people that the fatal error with send pm's was fixed awhile ago but I have the latest version and in fact it is not.
Also the user who has issues with things resetting to default, I have that too and I belive I can figure out I have to set it to anything over 0. I set it to other numbers and it defaults back... as well as the option numbers.. lets say I set the gifts to 50.. i go back in and are set at 20 again because thats deafult, while the bank and everything else are sonce again set at 0.
This is on my live forum and I got th fata erro about send_pm as well last night.
Thanks for your hard work
Jo
|
Paste me the exact message in PM and tell me what forums u r using, 3.5.3, etc.
The expire option I have redone a different way and it should be fixed soon as v1.2.0 is released.
Quote:
Originally Posted by Wachtmeister
How can i deprotect me (as admin / userid=1) against theft?
I am now currently protected and don't want to be. Am i blind?
|
There is an eStore Setting for which usergroups are protected. And Manage Options -> Thief has its own option to protect against stealing from Staff that would have to be disbaled too.
Quote:
Originally Posted by 7thgenCivic.Com
I know why now that I see. I am using VBA CMPS, and when they start at that page instead of the forums, the way u hve it written, it will go to /estore.php
$vbulletin->url = 'estore.php?do=expireoptions';
so it needs to have the var for the forums home in there.
|
U are incorrect, this code is taken directly from vB's calendar.php file....
Code:
$vbulletin->url = 'calendar.php?' . $vbulletin->session->vars['sessionurl'] . "c=$calendarinfo[calendarid]";
eval(print_standard_redirect('redirect_calendardeleteevent'));
If it works in vB code here, it will work inside a plugin too, so its definitely not that if vB's redirect's work fine because its coded the exact same way.
Quote:
Originally Posted by Injektilo
is it possible to disable some functions? for example 'thief' ?
went blind for a second 
|
Yes, Manage Options -> there's a field for active or not, turn active to No and it will be disabled.
Quote:
Originally Posted by eNforce
I just deleted one of my custom categories by accident. Perhaps you should add a confirmation page for deleting categories as well.
Also, on custom categories, custom category images aren't being displayed.
|
Yeah, going to do that for the next version v1.2.0 as well. As far as the custom categories images, do u see a Red X? If so, right click on it and check the Properties and make sure the imagepath is correct, I would assume u put in a wrong path like /images/blah.gif instead of images/blah.gif maybe too, so check for that too.
-CMX