Quote:
Originally Posted by Exitilus
arrghh *head explodes* hehe.
So I did this. I bought someone 2 different gifts. Then went to their profile. Deleted one. Then went to the forums. It only showed the 1 gift I did not delete.
So I went back and deleted the last gift. Went to the forums. it shows that last gift still even though it's not longer on the profile
BTW I must say this is a awesome Mod .... I'm definetely looking at donating for your hard work when I get paid.
|
Must be a problem with only having 1 gift and removing it, I'll take a look into that.
Quote:
Originally Posted by 7thgenCivic.Com
that's the thing, he isn't trying to. he gets it when he just logs on to the site. :ermm:
|
Thats very odd, I would need to log in as that user account and be able to administer plugins to debug it though. If u want to do that, send me a PM.
Quote:
Originally Posted by The Chief
One thing I would like to suggest, maybe if we could be able to Delete posts in your threads, like the users would be able to delete some posts in their own threads, don't know if this is possible...
anyways, great, hack!
|
Like they give it a thread ID and it will attempt to delete it?
Quote:
Originally Posted by moonclamp
Apologies if this has already been reported (this is a hell of a long thread)
If a user/admin tries to donate points to a member whose usergroup cannot use the estore they get this error:
|
That is actually a problem with the send_pm function, it didnt process errors before, it will be fixed in v1.1.9
Quote:
Originally Posted by caimakale
Sorry I don't use aim or any of those. So disabling all of your plugins and products didn't work? Did you continue down the line or did you just do the estore ones?
|
U cant disable plugins by going to the "plugins" or "settings" tables, because vBulletin uses the "datastore" as a "QUICK ACCESS" to all of the variables/stuff. So you have to disable the plugins inside the datastore for "plugins" and its a bit weird to edit as well.
Quote:
Originally Posted by shaynehammy
CMX,
Firstly, you rock! Amazing updates so far.
I was wondering if you could consider putting this in. I would love it if clicking on Estore brough a drop down menu
Choices could be:
Quick links
> Use Estore
Miscellaneous
> View All History
> View Lottery Winners
> Donate
Perhaps this option could be configurable through admin for drop down or normal. Or we could add our own links?
Thanks
|
I was thinking about this as well, I'll use the code for below for the next release.
Quote:
Originally Posted by eNforce
That's cool, I tried adding a few admin options with an if condition to only show it to admins but it didn't work :(
Code:
<if condition="!is_member_of($bbusergroup, 6)">
<tr><td class="thead"><a href="estore.php?$session[sessionurl]">Admin Options</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">Admin Donate</a></td></tr>
</if>
What's wrong with this? It will display the option to ALL members instead of only admin as I'd like.
|
Try "is_member_of", not "!is_member_of"... ! means "NOT".
Quote:
Originally Posted by LadyJo
ok back again, for some reason my estore isnt recognizing certain user groups.
|
Where did you set the usergroup permissions, global access to eStore in Usergroup Manager? As well as Category Permissions?
Quote:
Originally Posted by Rickie3
well i'm totally locked out from my forum,i cant even access my admin panel see screenshot below how can i get back in to fix this problem???? and what is causing this to do that?no matter what i click on the page keeps going back to this
http://www.sats-general.com/forum/es...=expireoptions
|
You can not even log into the Admin CP? I need access to your forums as an administrator with plugin access so I can debug it, it will be interesting for me to see this as I've yet to see this problem, hmm.
Quote:
Originally Posted by Rickie3
ok luckily one of my other admins was around he had no trouble accessing the forum or admin panel so i got him to Rebuild Datastore,Clear Always Change Items,Clear User History,and i was able to get straight back onto my forum,can anyone shed some light on what is causing this expirey please
I am also seeing this when i click on the estore home
Warning: krsort() expects parameter 1 to be array, boolean given in /estore.php on line 605
Warning: Invalid argument supplied for foreach() in /estore.php on line 610
see screenshot shows where error is
|
Not sure about the expiring thing, I need a copy of your estore_history for the user that is getting that problem so I can add that to my test forums and debug it, or access to your forums sometime it happens again.
As far as the foreach stuff, that will be resolved in v1.1.9
Quote:
Originally Posted by ChiliVB
I tested the lottery functions with a Daily Lottery ticket on one user just to see how it works. Then I disabled the Daily Lottery. No other tickets were purchased
Now each day, the Daily Lottery awards this account 10,000 pts when the cron job runs even though it's not active and no ticket was purchased.
I have read you are fixing the cron issue with the inactive lottery setting, but is it possible for me to edit something to remove this "ghost" ticket. I even tried setting the amount award 0 and the same thing happened. I'd like to not have to manually take away these points each day until the new version comes out.
|
The cron task had some typo's, it will be fixed in v1.1.9
Quote:
Originally Posted by Alviker
Don't run it... :( :( Er... Don't apears nothing in the eStore, but all is good installed :( :(. Help please :(. How can I do? :(
Atte. Alviker
|
If you rebuild the datastore and there is nothing in your forums, then its not installed properly as the rebuild datastore takes all of the options/categories and puts them into the forum cache for easy/quick access.
Quote:
Originally Posted by inspiration100
sure you have the plugin installed and all files uploaded? I had this problem but then re uploaded and it worked fine.
|
ALSO: DO NOT INSTALL THE PRODUCT XML FILE until after all files are UPLOADED always, this is a HUGE step as sometimes there are new bitfields that need to be rebuilt!
Quote:
Originally Posted by Wachtmeister
Question about translation:
Again my question, because it is a serious problem for foreign users ;)
Everytime i upgrade i lose my translated phrases. Some other hacks "recognize" that there are already translated phrases and don't overwrite them.
I could export my translations and import them after an upgrade, but i don't know how. :o
Is someone able to assist on how to save the translations?
Regards, Wachtmeister
//edit: it is possible, that i made a mistake in a former translation (maybe i was not using the field for the german phrases and changed the original language, so i have first to check what happens when going from 118 to 119)
|
Well, tell me what I need to put into the XML file and I'll gladly do it.
Quote:
Originally Posted by kylek
When I go into manage lottery and edit daily lottery I still have 1140639691 showing under ending time, what should this setting be?
Edit - Have tried several ways - admitting defeat and hopefully there will be something in the next update to help all.
|
It's a UNIX timestamp there is no easy way to edit this for now if you do not know how to use the php time() command, hopefully I'll figure out an easier way to update it in the future.
Quote:
Originally Posted by theorigin
I'm not sure if I missed it or not, but has the item shop been added?
I know there's the ability to add gifts, but an item shop that shows a certain number of items under your signature would be great. :squareeyed:
|
I dont think there is an addon for this yet.
Quote:
Originally Posted by Skyline_GT
i wonder is there a preview when they are buying the username grow and those items? so they can see how it looks before they actually buy the item.
|
No, but there is a new option called "Change Always". Where the user buys it once and then can change it for free if you enable that for the changeable items.
Also, working on v1.1.9, got a few more things I want to get into it before its release. Not sure if it will release tonite, more likely tomorrow.
-CMX