![]() |
Quote:
|
hi,
i love this hack and tried in my forum, but i have some problems ... i activated all eStore and eBux Features and regulate the all usergroup settings, but for example when i try to donate the eBux points, it says "Your usergroup does not have permission to purchase eStore Options." do you know where I do wrong ? what must I do ? thanks for your help .. |
I have the latest version of this extension installed (v1.2.2) & I know this is a dumb question, but I'm having one problem with it. I can't change anything to a user's account, like their Avatar, Title, just about everything. All I get is:
"The user you are trying to do this option to is protected against it!" message every time I try. It doesn't matter what user I try to apply the changes too, I keep receiving the same message. All the eStore options are at their default settings. Any ideas? :ermm: |
A simple but clearly low priority enhancement.
I spent several hours yesterday chasing down a bug where people were complaining they couldn't transfer funds to the bank. In the end it transpired they were using commas so 1000 was being entered as 1,000 any chance you could do a check for the comma and ignore it or have some validation on the field which would alter it to the format you want. This affected a few of my users because the value displayed for what's in the bank does include the seperator as and I think they assumed from that they could enter the same. Thanks |
Quote:
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
If u think some user's gifts are missing, goto PhpMyAdmin and do a query like... SELECT * FROM (TABLE_PREFIX)estoregifts WHERE touserid = (userid); And see how many gifts it shows up, if it shows more othan the number of gifts in the postbit (up to the max setting that are displayed in the postbit). Let me know and I'll need to log into ur forums and possibly use FTP access to figure out why the rebuild would not be functioning correct. Quote:
Quote:
Quote:
Quote:
But for now, I do not want to create addons for other hacks that require "code modifications" done to others hacks. Quote:
Quote:
Quote:
Set it to 100 and it should work every time to test that its working, then set it for the percentage that u want it to be at. Quote:
2) I need more info on this one too. Do u have it setup now so that noone can use Custom User Titles? And are the users purchasing the General Permission for Custom User Title, or are they just setting the User Title with Change User Title? Quote:
Quote:
Quote:
But in v1.2.3, I'll have it strip commas from the donates, bank, thief options. Quote:
Quote:
-CMX |
Quote:
|
I am having a similar problem to a few other people. I have just updated, and all the gifts are now not showing on the postbit. I have edited the code and stuff, but it does not show up (and yes i have done the 'Fix All Gift Postbits' several times). Any thoughts? They are shown in the members profiles though.
|
Quote:
Quote:
Code:
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if> -CMX |
Is anyone here using VBAgallery? If so, are you getting the points info appearing in your gallery comments?
|
Quote:
|
Question on the unix time stamp for the lottery.
I have been reading and learning about how to work with and ceate a time stamp. Once I have the date and time right that I want for the daily lottery, do I just go in and edit daily lottery and change the time stamp in the ending time box and then click save settings? Or do I need to do anything with the scheduled task manager and eBux lottery processing section? |
Quote:
Quote:
Yeah, I tried doing what you mentioned & even switched the usergroup setting to 0 in --> Protected From Options Usergroups. I get the same message regardless of which usergroup I try to apply the change (like user title): "The user you are trying to do this option to is protected against it!" every time. It's frustrating because everything else seems to be working great. Anything else I can try to solve this problem? |
And also, for some reason, the glow seems to cover more than just my username. It covers up my usertitle as well; and everything between it. And i assure you that the code i have put in is correct.
|
my update went smoothly,all seems good thanx CMX_CMGSCCC
|
Quote:
Quote:
Normally though, you modify the unix time stamp and the scheduled task will end the lottery next time it runs and the time has passed. Quote:
Quote:
Quote:
-CMX |
Quote:
Quote:
Quote:
|
Quote:
-CMX |
Quote:
|
Yeah, we were just discussing this -
It could very well be a problem in 3.5.3/4 but doesn't affect earlier versions perhaps. |
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 |
Right, it's not showing up in the navbar. :(
|
Quote:
Regarding the limit. We were on phpbb and they had a points system that had this feature and we have been missing it since the move to vB. Regarding the points removal. Usually for us it will just be one post in one forum. Do you think there would be a way to accomplish this without to much hacking. For the reporting can everyone see the admin donate? We will probably be trying this out on our dev site soon. Thanks for your reply. You guys seem much more responsive than the ucash/ushop group. |
Quote:
|
Its very easy to have your existing ucash points moved over... its like 1 click ;)
|
Can we display the points (chips) in the navbar welcome block?
Code:
Welcome, X-Files. You have 32,997 chips! Can we have real items in the shop? Buy widget #1 for 1000 points(chips for us). I know I should probably install and try things out. I need to get our dev site updated. so that I can try this out. |
Quote:
Quote:
i found the panel settings you said. i think you said "eBux eStore Permissions" - "Can this group purchase eStore options at all?" i checked this settings for all usergroup i want to give access, but it's already set as "yes" ... did i look the correct settings ? if yes, is there something else to recommend me ? |
Quote:
Code:
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if> Quote:
At first I missed the messages, but then loved that it only showed one gift when there were more than one of the same thang. It kept it clean looking and peopes still could view messages in the profiles. Also, I see the delete option in profile but not the hide option. Am I missing something? And is this always going to be in the profile for managing? I like it that way rather than usercp. Thanks for all your hard work!! It's much appreciated BUNCHES! Once I get this one site finished up I'll be working on another and adding your awesome product to it...at that time, I will again donate a little somethang somethang...Thanks and have a splendid day ;) |
this is what my navbar template code looks like if this helps... not sure why estore isn't showing up in the navbar
Code:
<script type="text/javascript"> |
Quote:
Ayway to exclude a certain usergroup from points per download? |
Quote:
and when i go to request award...it goes blank if i unable the ebux hack it shows same thing for the vbgallery sorry i didnt explain myself properly |
All times are GMT. The time now is 04:22 AM. |
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:
|