![]() |
Consider yourself PMed CMX
|
Quote:
Code:
// check to see if this user is protected 1) It's not checking the usergroups of the "$touser" variable, but of the $vbulletin->userinfo that is currently logged in. 2) It should not be !is_member_of, but it should be just is_member_of. Quote:
-CMX |
How is the lottery works, because it seems like the users win very easily?
|
Quote:
-CMX |
Quote:
|
Quote:
BTW: Another thing I'm adding to v1.2.3 is a simple version double check. It checks that the product XML imported is the same version as the estore.php file thats uploaded. -CMX |
1. Reporting. We need reports on what has been purchased and a full report on the admin donate. Is this type of information available?
2. Deleting a thread removes points. This is important because users are charged to use a certain forum and if they do not have enough points we will delete their thread and we want the points added back. So if we subtract a negative number it should add points and if we subtract positive point for other threads that they get points for posting in it will remove points. I hope I am making sense. 3. What about restricting the total points users are allowed to accumulate in a 24 hour period? Thanks for all your hard work. We are looking into both products to decide which is best for us. We are using ucash 1.1.1 now. |
I've checked this whole board over for an answer, but I must be the only nub with this problem...
My menu to estore is not showing up so my members can use it. I checked all my templates and everything seems to be in place. I really want to get this working right so I can send a donation in for this awesome plugin. Any ideas? |
Quote:
2) The only reason I do not wish to look at removing points upon deleting posts is for the simple reason that u have to first get everyone who posted in the thread, and how many times they have posted in that thread and then calculate the amount of points to remove per post, amount of points to remove per character, amount of points to remove per views, amount of points to remove per thread creation, and then update each individual user in the database. And everyone will have posted a different amount of times so u cant even do a simple query for "IN (1,2,3,)" for the MySQL command. So it could be 1000 queries if 1000 different people posted in a single thread. If u know a way to do it in 1 query let me know :) 3) This would be a difficult item to achieve, it would have to basically add a second points column and increase it every time the points gets increased from actions. And inside the WHERE clause where it updates the users points, it would have to do "AND (pointstoday < $maxpointsperday)" which is plausible I guess, but thats a pretty big change since it changes the WHERE clause as well as adds another field to SET for every MySQL query. In other words, I'm not sure the amount of time put into it and making sure everything is working properly as well as On/Off variable for it as well, is worth it at this time. -CMX |
Quote:
If its the 2nd one, goto Admin CP -> Usergroups -> Usergroup Manager -> usergroup u want to give access to -> Can Access eStore (towards the bottom) -> Set this to Yes. -CMX |
All times are GMT. The time now is 01:26 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|