Quote:
Originally Posted by LBSources
I dont understand the memberinfo issue either.. you can feel free to roam some profiles on my site to see for yourself..
as for the admin donate.. are you talking about the below?
if so ive added my supers to this and still no ability..
|
The memberinfo I'll have to get access to ur forums admin cp + styles + plugins to further research it.
The Admin Donate, make sure you add the options in the eBux Options for the setting u r talking about, as well as Manage Options -> Admin Donate -> Additional Usergroups... Check the Usergroups here u want to access it as well. It has a double check for security purposes.
Quote:
Originally Posted by MAVerbal
CMX,
Just curious, when is the next version going to be ready? Also, is there a way that I can display the points as "$". I feel that this would make the point system look a little more interesting with the $ sign.
Thanks,
Daniel
|
Based on the fact that 5 new PS2 games came out today, I'm busy hacking them for Code Breaker codes.
v1.2.5 Update:
1) Bugfix: Fix All Gift Postbits updates properly. It was missing the last user every pass through.
2) Bugfix: Lottery Purchases didnt update the ticketssold column properly with the amount of tickets that were purchased.
3) Bugfix: Fixed typo in plugin for postbit_display_complete.
Those are the only updates I have for v1.2.5 so far, and its not ready for a release, so probably tomorrow I'd say I'll have time to add the extra stuff I want to in v1.2.5
Quote:
Originally Posted by LBSources
is this named incorrectly? should be heart .. no?
|
Yes, but unfortunately this file was packaged with the eBux release so if I renamed it, u would have 2 of the same gifts in the gifts folder and if u delete the old heartje files, then the people who sent the heart when it was the old image would show a broken image in their profile/postbit, so I'll have to make it rename the "heartje to heart" in the database and havent had time to do this change, I'll see about doing it for v1.2.5
Quote:
Originally Posted by NoRespect
On 1.2.4, in the member profile...I see...
Points: 268.78
Bank: 116.77
Total %1$s: 385.55
|
Redo the template edit for MEMBERINFO.
Quote:
Originally Posted by XanTrax
For anyone who doesnt knows or wants to know this hooooooooooogs the server loads and CPU usage. Im hosted by dreamhost and I had/have to disable and remove this plugin because 3 days after I put it in it was putting the CPU usage up to 100% almost all day. I dont know if the creators knew that or could fix that but thats what Jeff from DreamHost has been telling me.
|
I havent seen anything about CPU usage, but it used to use a lot of memory for the plugins, but now that they are included in files, it uses a LOT less.
Quote:
Originally Posted by alexhue
is there a way to mass clear/delete history logs?
Thanks
|
There is to Clear User History, but not Item History.
Quote:
Originally Posted by CallieJo2
I did as CMX suggested about rebuilding with way high numbers...I kept changing the amount of gifts to display to higher numbers too and then rebuilt the gift maintanance thingie several times with high numbers and now all seems to work so far...crossing fingers and toes it stays...
Thanks CMX for that suggestion...I was trying the opposite - setting the number to lower numbers like 1, 50, etc.
I should note: It took doing this many, many times before gifts would show for all...not sure why...but gifts to show is now on 36 and I rebuilt with high numbers like 99999 and 999990
|
Yes, there was a slight bug in how it fixed the gifts it would miss the last one every time it redirected, it will be fixed in v1.2.5.
With the work around using 1000000 as the number to process, it only misses the very last one.
Quote:
Originally Posted by jilly
when you purchase a gift for someone, in the confirmation message it says :
Purchase Give Gifts?
Item was successfully purchased
I'd like to have a link on the same line that says "Purchase another gift for this user?"
that way if we wanted to buy another gift, we wouldnt have to go all the way back through the estore to gift again.
*Comedy /Joke feature suggestion.. You know how on Seinfeld they talked about 'regifting', giving a gift you got away to someone else? It would be funny to have a 'regift' option, to give a gift to another user instead of keeping it. Not really necessary now, with all the real work going on, but just something to keep in mind for the future, as something funny.
Also, in the area where you can first purchase gifts, I would like a way to add some text in, to explain that gift messages will be publicly viewable in the reciever's profile, so people know before they write something that should be kept private. Is there a template I can edit and put this into?
|
You could add attempt to add it to one of the templates.. or easier yet.. add a plugin to.... estore_action_gift_confirm_complete
People dont realize that eBS has a TON of hooks just like vBulletin, u can make ur own addons to modify damn near everything, and if u need any new hooks, drop me a PM and it WILL make it into the next version, simple as that..
As far as what u want to do, u would simply add a plugin to the above location and do something like this..
Code:
$extra_fields .= "<br />Your messages will be viewable to the public, so dont type anything here you want to remain private.";
And boom, it should work
-CMX