View Full Version : Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System)
Pages :
1
2
3
4
5
6
7
8
9
[
10]
11
12
13
14
15
16
17
Wachtmeister
02-24-2006, 04:00 PM
Hi, maybe it's possible to change this:
When viewing a forum i get
Points Per Thread View: 1
Points Per Thread: 5
Points Per Reply: 3
When viewing a topic i get
Points Per Thread View:
Points Per Thread:
Points Per Reply:
Maybe it is possible to check if yuo are in a topic and display nothing instead of Points per..... without a number.
bashy
02-24-2006, 04:40 PM
Hi
In my store the lottery tickets are free but in admincp
they are set to 1000 (weekly) and 500 (daily)
Dont understand why there showing as free?
bada_bing
02-24-2006, 04:48 PM
Dumb question but what does this hack actually do?
Gizmo5h1t3
02-24-2006, 04:55 PM
Dumb question but what does this hack actually do?
151 pages of posts, and youre asking that??
try reading the attached files mate, it explains it all...
cant believe im even replying to this....lololol
Bhuwan
02-24-2006, 04:59 PM
Is there a capability to offer real world products in addition to the virtual forum products?
i.e. offer a user a free CD for acertain number of "points"??
NoRespect
02-24-2006, 05:12 PM
Glowing usernames and colored usernames no longer seem to work.
I have not updated to 1.20 yet, however.
CMX_CMGSCCC
02-24-2006, 05:19 PM
I like it now with the "eStore Main" Link. Now it is perfect! Thanks
Wouln't it make sense to have another field option "Thief Reason" under "Thief"?
LoL, I thought the reason for Stealing is kind of obvious... I could see some of the reasons for Thief... "You are an A$$hole" lol... Is this really a necessary feature?
As far as I know, vbCrons are triggered by someone visiting the forums (and for those that have access to crontabs, they could easily convert them over).
As for which is better: I can certainly see that there are pro's and con's to both sides. By having the expire check done on each user's visit would obviously require fewer queries over having to do an expire check for every user once every 24-hours.
Perhaps you could create a queue of userids (stored in a table) that the cron would run off? When a user logs in, the system checks to see if there is an item that can expire that day, if there is, add that user's id to a queue and then run a cron off that list.
Or scrap the cron idea entirely and do what you currently do, but against a table instead of a field in the user table. I just think that having an additional table for expirations would make the expire system much more robust. And while reverting a username would require numerous queries, reverting things like user titles probably wouldn't (I don't think anyway).
U have definitely given me some things to think about, only time will tell about this one.
one more thing.. i know I said it before and maybe it got lost or you are totally uninterested.. lord knows your busy with everyones issues.. ;) but maybe you could add in one of your upgrades the ability to send a gift to a user from the drop down in the post bit, the drop down from the username in the posts. MUCH appreciated if you could :)
I'll edit action.gift.php so it can accept a username to fill in the field automatically. Then you would just have to add a link to something like estore.php?do=action&itemid=27&username=$post[username]
I'll incorporate that into v1.2.1
Even after clearing user history and rebuilding datastore, in the users profile it shows something different.
Item ID Item Name Item Cost
12 Sticky Thread 10.00
48 Can Modify Profile 8.32
After clearing user history, none of these options are buyable.
What version are you using and did u upload all files before importing the product?
I've found something else :) in the eStore Options > Manage settings > Administrator Usergroups & Protected From Options Usergroups
If you try entering multiple Usergroups using the coma like it says. It saves the first usergroup but doesn't save the 2nd usergroup ..
Also ... for the life of me I remember seeing a area to setup Thief ... but I can't find it anymore. I know if you go to Manage Options you can click thief. And at the bottom is the setup for those options .. but I swear I saw a place to use those ...
Ah, it was a number field, it has to be a 'free' field. It will be fixed in v1.2.1
Also for the forum rules part ... it's not showing the points. Just shows
Points Per Thread View:
Points Per Thread:
Points Per Reply:
Ah, wrong hook used. It will be fixed in v1.2.1 (It works from forumdisplay.php, but not showthread.php or newreply.php...etc..)
For the next version I have moved the hook to "forumrules" and now it will work everywhere. (The template edit will remain the same.)
Wouldn't it be a good idea to have a box at the lottery "Buy how many tickets?" ?
It's difficuilt to buy 5 tickets for the same lottery right now, because you can only purchase one ticket each minute (fllod control) and even if you disable flood control you have to go back and do the purchase 5 times. Just an idea...
I guess I can figure out an easy way to do this in the next version too.
REQUESTS
On top of the Bank & donation processing fee requests and the theftee %, I would like to add a few more.
1. Radio Yes or No option to turn bank ON AND OFF. Some forums don't like banks, and this helps take care of that. bank_enabled is simply a boolean, but make sure you add all bank points to on-hand before removing bank.
2. Radio Yes or No option to NOT SHOW BANK IN POSTBIT & MEMBER PROFILE. Another simple boolean, show_bank, to stop people from seeing Bank points in the Postbit and Member Profile. Admins should be able to see bank points.
1) U can do that already by going to Manage Options -> Bank -> change the "Active" setting to "No".
2) You can do this yourself by eding the postbit.. just like so...
<if condition="is_member_of($bbuserinfo['usergroupid'], 6)">
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />
</if>
I'm not able to save more than 1 usergroup in both "usergroups who are admins" and "usergroups protected." Is there a fix for this?
Will be fixed in the next release v1.2.1
is it possible to allocate differnt no. of points for differnt forums ?
Yes, goto Admin CP -> Forums & Moderators -> Forum Manager -> Edit Forum for the forum u want to modify, then at the bottom are the eBS settings.
attempting to disable a lottery yields this errpr
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE estorelottery
SET
ticketcost = '1000',
jackpot = '100000.00000',
winningtax = '2.50000',
ticketssold = '0',
active = '0',
WHERE lotteryid = '1';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date : Friday, February 24th 2006 @ 10:53:18 AM
Script : http:///elottery.php
Referrer : http://tadmincp/elottery.php?do=lotterylist
This was fixed in v1.2.0, make sure u have uploaded all of the files in the UPLOAD folder.
Hello Im sorry if someone already asked this but im wondering if there is a way to make the gifts in the postbit return a line.. say after 10 gifts? One of my members already has quite a few and they are just continuing on the same line across the page causing it to scroll over.
Oh also about the hover over gifts and show sender name and message, hope you can look into that soon. Thanks so much.
I've been wanting to redo the gifts system completely actually. I'm hoping the next version of the gifts will not only show the gift, but if you hover over it, it will show who the gift is from and their message too... as well as showing the gifts inside a dropdown box.
Actually, to change the name of the points, you have to change to following phrases.
ebux_points
ebux_total_points
Would this not be better to just be an option in the ACP as to what you want to call your points?
I guess I should take the plunge and add this setting... lol That will mean a lot of phrases have to be updated as well...
I have displayed decimal place set to 2 in the estore and ebux, yet 5 places after the decimal point are showing up..
What URL r u viewing so I can double check the plugin code?
Hi, maybe it's possible to change this:
When viewing a forum i get
Points Per Thread View: 1
Points Per Thread: 5
Points Per Reply: 3
When viewing a topic i get
Points Per Thread View:
Points Per Thread:
Points Per Reply:
Maybe it is possible to check if yuo are in a topic and display nothing instead of Points per..... without a number.
Bug, will be fixed in v1.2.1
Hi
In my store the lottery tickets are free but in admincp
they are set to 1000 (weekly) and 500 (daily)
Dont understand why there showing as free?
The main one shows free as it doesnt know the prices per lottery until u click on Buy Lottery Ticket, then choose which Lottery u want to buy a ticket for, then it will list the proper prices, etc..
Is there a capability to offer real world products in addition to the virtual forum products?
i.e. offer a user a free CD for acertain number of "points"??
I think there was one a while back that would send a PM upon someone making an order, finding it in this thread is the fun part :)
Glowing usernames and colored usernames no longer seem to work.
I have not updated to 1.20 yet, however.
Make sure u have updated your postbit/postbit_legacy and MEMBERINFO templates as the code to display the GLOW has changed.
-CMX
caimakale
02-24-2006, 05:20 PM
Is there a capability to offer real world products in addition to the virtual forum products?
i.e. offer a user a free CD for acertain number of "points"??
It can be done by adding a new option in the eStore Options section. I think ChurchMedia had something in this thread too to handle something like you want. It might need to be updated to conform with the latest template changes though.
creedmaniac
02-24-2006, 05:21 PM
ok, this may be a bit too much but i was sitting here at work being bored and thought this would be a neat feature
instead of just having one bank with a set interest rate...why not have more?
i.e. let the user choose which bank he want to deposit money in...or maybe all of them if he wants. One bank charges 10 points a day but has a 50% interest rate over 10 days, another one is free to deposit but only .5% a day/week/month...etc
things that it should have if made:
admin can set how many banks, interest rate, is that interest rate daily?4days?weekly?, deposit fee, monthly 'account' charge (could be daily, weekly too)
you ever think more about adding something like this?
VBUsers
02-24-2006, 05:23 PM
hey CMX,
i know your busy but are you trying to remove the second extra page when you buy something? or will it just stay this way. just want to know so i can move on or just keep waiting. thanks for everything.
Bhuwan
02-24-2006, 05:23 PM
so many posts to search through :) lol
...but I am very happy with the support proveded here! excellent hack! Thanks!
Bhuwan
02-24-2006, 05:28 PM
It can be done by adding a new option in the eStore Options section. I think ChurchMedia had something in this thread too to handle something like you want. It might need to be updated to conform with the latest template changes though.
Found the link https://vborg.vbsupport.ru/showpost.php?p=891730&postcount=487
It might be beneficial to add this in the first post -- in case others want htis :)
caimakale
02-24-2006, 05:31 PM
CMX -
Is the "Can Change Always" feature supposed to allow a user to come back and change the feature without charging them for it again?
If that is the case, it is charging them to change now. It didn't in the past, but in the past it wasn't charging at all. :)
Or is it there to allow a user to change the item without having to remove it and then go back and buy it again?
Just wondering the exact intentions behind the function.
Thanks
caimakale
02-24-2006, 05:35 PM
Found the link https://vborg.vbsupport.ru/showpost.php?p=891730&postcount=487
It might be beneficial to add this in the first post -- in case others want htis :)
ChurchMedia would have to release it as an addon and then link it to the first post.
exilera
02-24-2006, 05:40 PM
you ever think more about adding something like this?
Question: How does one deposit money into the bank? Where would they go for that?
Excellent job you've done with this. Very, very nice hack. One additional question, though. What would I have to edit and in which template to change the look of the History block? Right now, the title row with "history" and the row below it should be switched. class tcat should be switched with class thead. How can I do this? Also, how can I remove the table border that's shown in the History block too?
Thanks!
Nice additions in v1.2.0
Btw,
eStore Options -> Manage Settings -> Administrator Usergroups (and Protected From Options Usergroups)
don't permit comma-delimited values as indicated in their descriptions. When you save it truncates and leaves only the first number in there. At least that's what happens on my server.
Nice work though.
Harley77
02-24-2006, 06:00 PM
Couple of things, When trying to change another persons avatar/title/etc, it say they are protected, no matter who they are or what the protected usergroup settings are. Something else I need to check?
Second, The option for entering a target name in Change other users Custom avatar is gone, only gives me the ability to upload.
CMX_CMGSCCC
02-24-2006, 06:20 PM
you ever think more about adding something like this?
I think thats getting a bit more involved that I want to accomplish at this point, someone who feels up to task, be my guest :)
hey CMX,
i know your busy but are you trying to remove the second extra page when you buy something? or will it just stay this way. just want to know so i can move on or just keep waiting. thanks for everything.
There will be a setting in the next v1.2.1 release.
CMX -
Is the "Can Change Always" feature supposed to allow a user to come back and change the feature without charging them for it again?
If that is the case, it is charging them to change now. It didn't in the past, but in the past it wasn't charging at all. :)
Or is it there to allow a user to change the item without having to remove it and then go back and buy it again?
Just wondering the exact intentions behind the function.
Thanks
Yes, I know, I totally reversed the bug.. will REALLY be fixed in v1.2.1
Question: How does one deposit money into the bank? Where would they go for that?
Excellent job you've done with this. Very, very nice hack. One additional question, though. What would I have to edit and in which template to change the look of the History block? Right now, the title row with "history" and the row below it should be switched. class tcat should be switched with class thead. How can I do this? Also, how can I remove the table border that's shown in the History block too?
Thanks!
There's several ways to get to it, via the eStore Menu drop down, Points Options, or a direct URL from one of the item's history, etc..
But I will add an "Enter the Bank" link to the top where it lists your current bank total points.
Nice additions in v1.2.0
Btw,
eStore Options -> Manage Settings -> Administrator Usergroups (and Protected From Options Usergroups)
don't permit comma-delimited values as indicated in their descriptions. When you save it truncates and leaves only the first number in there. At least that's what happens on my server.
Nice work though.
Yes, noted and will be fixed in v1.2.1
Couple of things, When trying to change another persons avatar/title/etc, it say they are protected, no matter who they are or what the protected usergroup settings are. Something else I need to check?
Second, The option for entering a target name in Change other users Custom avatar is gone, only gives me the ability to upload.
Issues found and will be fixed in v1.2.1
-CMX
VBUsers
02-24-2006, 06:26 PM
nice! ill wait till 1.2.1 to upgrade. thanks CMX were at 49% for hack of the month so keep it up!
jilly
02-24-2006, 08:01 PM
Is there a way that we could put a little 'give gifts' icon in the postbit, down near the eputation button, and you could click on it to give a gift to a member, just like you click the link to give them reputation? That way the member's name is automatically input as the person you are giving the gift to?
Ski-Whiz
02-24-2006, 08:15 PM
Is there a way that we could put a little 'give gifts' icon in the postbit, down near the eputation button, and you could click on it to give a gift to a member, just like you click the link to give them reputation? That way the member's name is automatically input as the person you are giving the gift to?
I like that idea.. Sometimes people hate it when they have to manually enter the persons name in the block..
Also, (I haven't upgraded to 3.5.x yet; been waiting for a points sytem) has the converter from ushop/ucash to ebux/estore close to being added?? I see there are pretty much all the hacks for ushop (like ribbons, gifts etc), and would like to convert my stuff over to ebux. Otherwise I'd either lose all their stuff, or manually enter it..
Impreza04
02-24-2006, 09:23 PM
Hey CMX, congrats on the awesome awesome hack, having trouble keeping up with the all updates.. but im not complaining.
Any chance of a User Stores option wher they can perhaps sell their own items they no longer want, and they can either set a fixed price or put it up for auction kind of thing
Also, good luck on HOTM, not that it looks like your gonna need it...
But you deserve it
exilera
02-24-2006, 10:03 PM
I think thats getting a bit more involved that I want to accomplish at this point, someone who feels up to task, be my guest :)
There will be a setting in the next v1.2.1 release.
Yes, I know, I totally reversed the bug.. will REALLY be fixed in v1.2.1
There's several ways to get to it, via the eStore Menu drop down, Points Options, or a direct URL from one of the item's history, etc..
But I will add an "Enter the Bank" link to the top where it lists your current bank total points.
Yes, noted and will be fixed in v1.2.1
Issues found and will be fixed in v1.2.1
-CMX
Ok, thank you :)
Would you be able to lend a hand regarding the History block issue I mentioned? I've been playing around with it for quite some time with no luck... I'm not that much of a coder, as you can tell :)
Zowners
02-24-2006, 11:13 PM
Can anyone help me out with making it possible to change the store settings so I can price things at <1 (e.g 0.65) It just resets if you make it less than 1.
Let me know, thanks!
TamCaVBoy3
02-24-2006, 11:13 PM
wow, people are requesting too many features, it will make this mod consumes more resources & database size ! plus more bugs and errors !. may be just work on the important options and try to fix all the bugs first and release out addons or something.
MissKalunji
02-24-2006, 11:17 PM
wow, people are requesting too many features, it will make this mod consumes more resources & database size ! plus more bugs and errors !. may be just work on the important options and try to fix all the bugs first and release out addons or something.
You've made a GREAT! point
CMX_CMGSCCC
02-24-2006, 11:40 PM
Is there a way that we could put a little 'give gifts' icon in the postbit, down near the eputation button, and you could click on it to give a gift to a member, just like you click the link to give them reputation? That way the member's name is automatically input as the person you are giving the gift to?
Will be in v1.2.1
Hey CMX, congrats on the awesome awesome hack, having trouble keeping up with the all updates.. but im not complaining.
Any chance of a User Stores option wher they can perhaps sell their own items they no longer want, and they can either set a fixed price or put it up for auction kind of thing
Also, good luck on HOTM, not that it looks like your gonna need it...
But you deserve it
I think someone will build an item shop that you can sell older items, I have some bigger fish to fry for the near future, but I'll put that on the back burner.
Ok, thank you :)
Would you be able to lend a hand regarding the History block issue I mentioned? I've been playing around with it for quite some time with no luck... I'm not that much of a coder, as you can tell :)
I must have missed it, what issue did u have with the History block?
Can anyone help me out with making it possible to change the store settings so I can price things at <1 (e.g 0.65) It just resets if you make it less than 1.
Let me know, thanks!
Which setting are you changing specifically?
wow, people are requesting too many features, it will make this mod consumes more resources & database size ! plus more bugs and errors !. may be just work on the important options and try to fix all the bugs first and release out addons or something.
For the most part, the release is rather bug free, some bugs that are found are more or less exploits that I didnt think about and/or typo's.
NOTE: v1.2.1 released now, yes that means 2 releases today... sorry :p
-CMX
caimakale
02-24-2006, 11:47 PM
can you integrate this with vbookie?
This already is integrated...go download the latest vbookie and change the settings in there.
lordofgun
02-24-2006, 11:51 PM
Keep those releases coming, CMX! :up:
MY members are LOVING the unlimited rep. :D
TamCaVBoy3
02-25-2006, 12:01 AM
is it true that the main admin is not allow to access the estore?
Zowners
02-25-2006, 12:12 AM
which setting are you changing specifically?
I'm talking about setting the price
like for gifts - if I charge 0.74 - it resets it. I gotta use a minimum of 1.
Gwynar
02-25-2006, 12:16 AM
CMX_CMGSCCC,
I have another question for you. I haven't tried creating any hacks using the plugin system yet so I don't know if this is possible, but it might be something to look into, if you're also thinking about optimization.
I've read that the plugin system stores all the code into memory, which means that the more plugins you have, the more memory is taken up to store the plugins.
My question to you: would it theoretically be possible for you to dump all the plugins into individual php files that would be contained in a plugins folder, and then referenced? So instead of having the actual code in the plugin system, have them in files (https://vborg.vbsupport.ru/showthread.php?t=104657).
Just something else to consider...
BTW: This is really a great product.
I know I could probably do this myself, but with the amount of updates you release, it would be a major problem have to do this over and over again.
caimakale
02-25-2006, 12:30 AM
Has anybody talked to the "powers that be" of vb.org and asked them to create a forum for eBux / eStore?
I think it would be great to have areas for bugs, and area for feature requests, etc...That way other coders might be able to get a grip on features people want and can work on addons.
MorrisMcD
02-25-2006, 12:31 AM
As usual... My upgrade went smooth!!!
You rule CMX!!
One small question though.. You said the federal bank is implemented now.. Is it only pulling tax into it for now? I dont see any sign of the new bank itself... It is going to give loans as well, correct? But will only have basically what is paid into through tax? Can we give it like maybe a mil to start with if we prefer?
I am patient though.. If its only in the early stages, that is fine, but I cant find any settings for it.. :shrug:
Another donation on the way in a couple days! You deserve it!! This hack should be pay.. Plain and simple.. Donate if you havent.. Yer gettin a hell of a deal
mikeylikesitz
02-25-2006, 12:32 AM
this is nuts, i download 1.2.0 and go to dinner with the family, get back to find 1.2.1 released. Keep up the great work!!
i had a feature request, would it be possible to allow members to sell items to the store. im thinking along the lines off line type stuff.
lazytown
02-25-2006, 12:49 AM
CMX_CMGSCCC,
Any progress on this?
Thank You!
-vissa
I've seen this asked, with a few nonspecific answers...
But is there any way forums can automatically (or even manually) give points to users that contribute $$? VB already has contibuton/subscriber feature built in -- couldn't it give users points somehow through that once they donate? It doesn't need to integrate directly with Papal or anything.
Great Mod!
Thanks
-Vissa
Actually that should be possible by adding a plugin to the plugin named --> paidsub_build
I'll see about adding a setting for this as well, but the points will always be the same, no matter what subscription was chosen I think, if thats ok, I'll go ahead and add this feature.
-CMX
3z3k3l
02-25-2006, 02:17 AM
this is nuts, i download 1.2.0 and go to dinner with the family, get back to find 1.2.1 released. Keep up the great work!!
.....
https://vborg.vbsupport.ru/
I second the dedicated forum idea for Ebux/eStore. As fast as the updates are coming, I am going to need a place to search through.
Feature Request:
1. Paypal Integration- Buy Points
2. Allow users to create mini stores.
3. European FootBall Team Icon's
I HAVE ONE BIG QUESTION:
When I create a FORUM at the bottom what does "Paycheck Amount" Mean? Is that a 1 time payment? is it monthly? so far any users that I have been added to a group with a large paycheck assigned have not recieved any money? When do they get it?
Thanks to anyone who can answer.
kylek
02-25-2006, 02:35 AM
[IMG]
I second the dedicated forum idea for Ebux/eStore. As fast as the updates are coming, I am going to need a place to search through.
.
I third it!!
Thread is getting too long to even use the search function, time to get some more space.
LadyJo
02-25-2006, 03:11 AM
I HAVE ONE BIG QUESTION:
When I create a FORUM at the bottom what does "Paycheck Amount" Mean? Is that a 1 time payment? is it monthly? so far any users that I have been added to a group with a large paycheck assigned have not recieved any money? When do they get it?
Thanks to anyone who can answer.
It shouldnt be in your forum creation, it should ask that in usergroups. IN forums you should have the points per view, reply and post.. then the paycheck in your usergroup settings. To edit it if you wish:
There is a place in Ebux --> Settings where it asks for paycheck interval..
http://jupiter.walagata.com/w/froggymommy/ss6.jpg
you just set it according to how you want them paid in seconds.
VBUsers
02-25-2006, 04:00 AM
upgraded and working great. thanks!
ChiliVB
02-25-2006, 05:02 AM
The cron job for Paychecks appears to be acting up with v1.2.1. The default Scheduled Task was to have run 1:10 AM and it didn't run. Other jobs before and after completed including the lottery scheduled job.
I tried to run the Paycheck Job manually, it started a new window but instead of completing it just says eBux Paycheck Processing and nothing else happens.
I'll be watching for your reply for what needs to be tweaked.
pfgannon
02-25-2006, 05:26 AM
Sorry to bother again.
But now on when I try to change the mass forum setting ( http://www.site.com/boards/admincp/estore.php?do=massforums ) It just keeps reverting to
1.00000 for thread views
15.0000 per thread
and 5.0000 per reply
exilera
02-25-2006, 05:49 AM
Will be in v1.2.1
I think someone will build an item shop that you can sell older items, I have some bigger fish to fry for the near future, but I'll put that on the back burner.
I must have missed it, what issue did u have with the History block?
Which setting are you changing specifically?
For the most part, the release is rather bug free, some bugs that are found are more or less exploits that I didnt think about and/or typo's.
NOTE: v1.2.1 released now, yes that means 2 releases today... sorry :p
-CMX
CMX_CMGSCCC, in my previous post I linked a .jpg example of how the History block looks on my site. Basically I'd like to change the classes assigned to the top portion of the block where it says "History", and the bar directly below that with "Item Name", "Purchase Date", "Expiry Date" and "Item Cost". Also, I'd like to remove what looks like a 1px table border around the whole History block, but I can't seem to find the correct template and the correct code to edit.
Thanks again, I know you're busy with all these upgrades :)
NoRespect
02-25-2006, 05:52 AM
I just upgraded to 1.21, and I cannot see the timer on theif anywhere.
Am I blind?
caimakale
02-25-2006, 05:58 AM
European FootBall Team Icon's
I am assuming you mean soccer (this is usually football in Europe) or did you mean NFL Europe?
What is the name of the soccer (football) league in Europe?
dxguru
02-25-2006, 06:20 AM
Can we have the 'wages' feature add an entry to the users purchase history please?
caimakale
02-25-2006, 07:47 AM
I have a rather simple suggestion for the store.
On the confirmation page (the page right after you purchase) have a button or two there like "Return to Store" and "Home" or a few others. After I make the purchase, I feel stuck because the store doesn't lead you anywhere else, you have to resort to other navigation methods.
Wachtmeister
02-25-2006, 08:26 AM
ARGH! It happened again. Imported 1.21 over 1.20 and all my translated phrases are gone :( Why is this?!
PS: Not all are gone. Some are still there, but the bank main page is completely in english again :tired:
PS: My translated phrases are still there, but they are marked as unnecessary and not used. As you can see in the screenshot i have translated some phrases twice and with every update the are gone. Am i the only one using a translation?
LeonHartHVA
02-25-2006, 09:10 AM
When i upgrade each time, i lost my translation. Why?
TamCaVBoy3
02-25-2006, 09:14 AM
there are typo in the readme file ... the new installation part, please fix it. thanks
lordofgun
02-25-2006, 11:10 AM
I am assuming you mean soccer (this is usually football in Europe) or did you mean NFL Europe?
What is the name of the soccer (football) league in Europe?
Premier league?
Gizmo5h1t3
02-25-2006, 01:36 PM
thats the one.....Premier League in THE UK...with the Scottish Premier League in Scotland
3z3k3l
02-25-2006, 01:53 PM
I am assuming you mean soccer (this is usually football in Europe) or did you mean NFL Europe?
What is the name of the soccer (football) league in Europe?
Yes I meant soccer but I know it is called Football in EU.
I have a lot of international users and I know they are a lot more dedicated to thier teams then even our USA football fans.
I think it will get sold more then our NFL football teams.
Thanks These are great ideas. This had suddenly sparked the intrest of all my users.
Can we all petition one moderator to build a subforum for this? If we all ask one person, we may get more luck with getting a forum made. But Who?
CMX_CMGSCCC
02-25-2006, 02:50 PM
I just upgraded to 1.21, and I cannot see the timer on theif anywhere.
Am I blind?
Every item has its own timer on how often it can be used. The problem is, I seemed to forget to put it in the "editable" fields on the Manage Options... It will be added to v1.2.2
is it true that the main admin is not allow to access the estore?
Noone is allowed to access the eStore without enabling the Usergroup setting for the usergroups. I guess I could allow Administrators/Super Administrators always to access it.
I'm talking about setting the price
like for gifts - if I charge 0.74 - it resets it. I gotta use a minimum of 1.
Will be fixed in v1.2.2
CMX_CMGSCCC,
I have another question for you. I haven't tried creating any hacks using the plugin system yet so I don't know if this is possible, but it might be something to look into, if you're also thinking about optimization.
I've read that the plugin system stores all the code into memory, which means that the more plugins you have, the more memory is taken up to store the plugins.
My question to you: would it theoretically be possible for you to dump all the plugins into individual php files that would be contained in a plugins folder, and then referenced? So instead of having the actual code in the plugin system, have them in files (https://vborg.vbsupport.ru/showthread.php?t=104657).
Just something else to consider...
BTW: This is really a great product.
I know I could probably do this myself, but with the amount of updates you release, it would be a major problem have to do this over and over again.
Very nice idea, I'll work on incorporating that for the really large plugins :)
Has anybody talked to the "powers that be" of vb.org and asked them to create a forum for eBux / eStore?
I think it would be great to have areas for bugs, and area for feature requests, etc...That way other coders might be able to get a grip on features people want and can work on addons.
I sent Boofo a private message just now, we'll see.
As usual... My upgrade went smooth!!!
You rule CMX!!
One small question though.. You said the federal bank is implemented now.. Is it only pulling tax into it for now? I dont see any sign of the new bank itself... It is going to give loans as well, correct? But will only have basically what is paid into through tax? Can we give it like maybe a mil to start with if we prefer?
I am patient though.. If its only in the early stages, that is fine, but I cant find any settings for it.. :shrug:
Another donation on the way in a couple days! You deserve it!! This hack should be pay.. Plain and simple.. Donate if you havent.. Yer gettin a hell of a deal
Currently all it does right now is take the tax from purchases... For the loan system to be good though, its going to have to take the full purchase amount. It starts out at 50 million, but if u allow users to take loans of 1 million, it would be empty soon. I'm gonna have to think of a good way to do this so it wont go negative and it wont have problems with always out of money.
this is nuts, i download 1.2.0 and go to dinner with the family, get back to find 1.2.1 released. Keep up the great work!!
i had a feature request, would it be possible to allow members to sell items to the store. im thinking along the lines off line type stuff.
I think someone made an action like that, but it got lost in the post somewhere.
CMX_CMGSCCC,
Any progress on this?
Thank You!
-vissa
I'll add this plugin to the next version.
http://www.pbxinfo.com/forums/images/smilies/icon_pointlol.gif
I second the dedicated forum idea for Ebux/eStore. As fast as the updates are coming, I am going to need a place to search through.
Feature Request:
1. Paypal Integration- Buy Points
2. Allow users to create mini stores.
3. European FootBall Team Icon's
I HAVE ONE BIG QUESTION:
When I create a FORUM at the bottom what does "Paycheck Amount" Mean? Is that a 1 time payment? is it monthly? so far any users that I have been added to a group with a large paycheck assigned have not recieved any money? When do they get it?
Thanks to anyone who can answer.
All of those sound like good add on's, there is a football add on, perhaps they could just add the Soccer team images?
The cron job for Paychecks appears to be acting up with v1.2.1. The default Scheduled Task was to have run 1:10 AM and it didn't run. Other jobs before and after completed including the lottery scheduled job.
I tried to run the Paycheck Job manually, it started a new window but instead of completing it just says eBux Paycheck Processing and nothing else happens.
I'll be watching for your reply for what needs to be tweaked.
Odd, I dont think anything was changed at all in the paychecks cron php file from v1.2.0 to v1.2.1, but I'll double check it nonetheless.
Sorry to bother again.
But now on when I try to change the mass forum setting ( http://www.site.com/boards/admincp/estore.php?do=massforums ) It just keeps reverting to
1.00000 for thread views
15.0000 per thread
and 5.0000 per reply
I'm unable to replicate this problem. If I set 2, 30, 10 for the numbers, it saves them properly for me. Is anyone else able to replicate this problem? Make sure u have upgraded all of the files every time u upgrade is the only reason I think that there could be an issue here.
CMX_CMGSCCC, in my previous post I linked a .jpg example of how the History block looks on my site. Basically I'd like to change the classes assigned to the top portion of the block where it says "History", and the bar directly below that with "Item Name", "Purchase Date", "Expiry Date" and "Item Cost". Also, I'd like to remove what looks like a 1px table border around the whole History block, but I can't seem to find the correct template and the correct code to edit.
Thanks again, I know you're busy with all these upgrades :)
It uses the vBulletins Style class named 'tborder'. So it should match with ur style configurations. As far as the other edits, you can modify the templates however u want, I'm not the expert at editing the HTML though, maybe someone else could help.
I just upgraded to 1.21, and I cannot see the timer on theif anywhere.
Am I blind?
Read the reply above.
Can we have the 'wages' feature add an entry to the users purchase history please?
Unfortunately not as it would have to get that users history, then add to it. And that query would take a long time if u give wages to everyone, or any usergroups that there are a lot of people in.
I have a rather simple suggestion for the store.
On the confirmation page (the page right after you purchase) have a button or two there like "Return to Store" and "Home" or a few others. After I make the purchase, I feel stuck because the store doesn't lead you anywhere else, you have to resort to other navigation methods.
Ok, I'll add a link back to the main store on the confirmation template.
ARGH! It happened again. Imported 1.21 over 1.20 and all my translated phrases are gone :( Why is this?!
PS: Not all are gone. Some are still there, but the bank main page is completely in english again :tired:
PS: My translated phrases are still there, but they are marked as unnecessary and not used. As you can see in the screenshot i have translated some phrases twice and with every update the are gone. Am i the only one using a translation?
I dont know why the phrases get overwritten like that, does anyone have any ideas?
there are typo in the readme file ... the new installation part, please fix it. thanks
Be more specific, what is the typo?
-CMX
Wachtmeister
02-25-2006, 03:01 PM
I dont know why the phrases get overwritten like that, does anyone have any ideas?
LeonHartHVA also has this problem (https://vborg.vbsupport.ru/showpost.php?p=909799&postcount=2299) and i pm with another guy with the same problem. I don't understand why vb says, that my translated phrases are unnecessary after an update. If i can help solving this, i would be glad.
TamCaVBoy3
02-25-2006, 03:15 PM
this typo:
Find:
<div id="postmenu_$post[postid]">
Replace With:
<div id="postmenu_$post[postid]" <if condition="$post['glowcolor']">style="filter:Glow(Color=$post[glowcolor],Strength=$post[glowstrength]); width:100%;"</if>>
CMX_CMGSCCC
02-25-2006, 03:37 PM
LeonHartHVA also has this problem (https://vborg.vbsupport.ru/showpost.php?p=909799&postcount=2299) and i pm with another guy with the same problem. I don't understand why vb says, that my translated phrases are unnecessary after an update. If i can help solving this, i would be glad.
To be honest, I think the reason other plugins dont have this is they dont update that often.... lol I really dont know how to avoid this.
this typo:
Find:
<div id="postmenu_$post[postid]">
Replace With:
<div id="postmenu_$post[postid]" <if condition="$post['glowcolor']">style="filter:Glow(Color=$post[glowcolor],Strength=$post[glowstrength]); width:100%;"</if>>
I'm failing to see the typo, where is it?
-CMX
lordofgun
02-25-2006, 05:48 PM
CMX,
Some of my members are reporting that they cannot access the forums once their unlimited rep runs out. Any ideas?
MorrisMcD
02-25-2006, 05:50 PM
Currently all it does right now is take the tax from purchases... For the loan system to be good though, its going to have to take the full purchase amount. It starts out at 50 million, but if u allow users to take loans of 1 million, it would be empty soon. I'm gonna have to think of a good way to do this so it wont go negative and it wont have problems with always out of money.
Wow... Now we not only have to run a site, but maintain a stable economy in our forums.. lol
Cant wait...
Sooner95
02-25-2006, 06:20 PM
excellent upgrade. thx CMX!
LOL @ Morris.. good point.
CMX_CMGSCCC
02-25-2006, 06:25 PM
CMX,
Some of my members are reporting that they cannot access the forums once their unlimited rep runs out. Any ideas?
What do you mean once the Unlimited Rep runs out?
-CMX
jilly
02-25-2006, 06:27 PM
Two questions:
1. How can I remove the underscore between gifts in the postbit?
2. Is there a way to block certain users from getting any points at all? I have a hack installed where a new post goes to a specified forum to welcome new members - and the user it comes from is called "Welcome Bot", and welcome bot is too high up in the richest members list. It's annoyinng the regular members cause welcome bot gets too many points :)
jilly
02-25-2006, 06:34 PM
what colors are available for username and usertitle changes? Is it the standard defined html colors? How many of them? All of them? I want to add a link in that area to a color code chart, if it is, so the users can see what name to type in.
what template woudl I edit to add a link and some text in the user color options area?
jilly
02-25-2006, 06:43 PM
is there a way to not have the gift message show up in a user's profile?
Is there a way to not have who the gift came from and the gift message show up in profile, and just have the gift itself show?
Could this be an option when buyinng the gift? such as "Show gift sender and message - yes / no"
lordofgun
02-25-2006, 06:48 PM
What do you mean once the Unlimited Rep runs out?
-CMX
You know...the ability to give unlimited rep in 24 hours? Once that expires, they're getting locked out of the forums.
LadyJo
02-25-2006, 08:30 PM
having issues and not sure where to post them. So the install went great, smooth, seemless in fact..everythignwas working fine, however now.. I have added the add on packs for the ribbons and the teams. Once done EVERY SINGLE TIME someone sends someone a gift now, I lose all icons in the post bit but the last sent image. I have rebuilt the gif bits in the ACP and it works until someone send another gift. I cannot possibly go and rebuild the gift bit everytime some one buys a gift for someone, is there something that can be done. Is this a gift/estore issue or a problem with the add ons themselves??
CMX_CMGSCCC
02-25-2006, 08:41 PM
Two questions:
1. How can I remove the underscore between gifts in the postbit?
2. Is there a way to block certain users from getting any points at all? I have a hack installed where a new post goes to a specified forum to welcome new members - and the user it comes from is called "Welcome Bot", and welcome bot is too high up in the richest members list. It's annoyinng the regular members cause welcome bot gets too many points :)
1) The long awaited update to the Gifts is coming in v1.2.2
2) I have added an on/off field when u search for users in the Admin CP to disable them from receiving points in v1.2.2.
what colors are available for username and usertitle changes? Is it the standard defined html colors? How many of them? All of them? I want to add a link in that area to a color code chart, if it is, so the users can see what name to type in.
what template woudl I edit to add a link and some text in the user color options area?
There about 12 color words available like black, blue, red, green, you can also use HTML colors, but it should be like #000000 for black, with the # sign.
is there a way to not have the gift message show up in a user's profile?
Is there a way to not have who the gift came from and the gift message show up in profile, and just have the gift itself show?
Could this be an option when buyinng the gift? such as "Show gift sender and message - yes / no"
Asked and answered about the gift message.
I guess I could add it to allow "hidden" messages as well. But if there is a hidden field, it should be "can others see the message". This way the user that received the gift can see the messages stil...
You know...the ability to give unlimited rep in 24 hours? Once that expires, they're getting locked out of the forums.
I've looked over that, but I dont see how that could happen. Is there a way I could log into one of these expired accounts on your forums as an Admin so I could debug some of the fields?
having issues and not sure where to post them. So the install went great, smooth, seemless in fact..everythignwas working fine, however now.. I have added the add on packs for the ribbons and the teams. Once done EVERY SINGLE TIME someone sends someone a gift now, I lose all icons in the post bit but the last sent image. I have rebuilt the gif bits in the ACP and it works until someone send another gift. I cannot possibly go and rebuild the gift bit everytime some one buys a gift for someone, is there something that can be done. Is this a gift/estore issue or a problem with the add ons themselves??
I would look into this but the gifts section will be redone in v1.2.2 anyways, and I've tested it as working to give users more than 1 gift now.
-CMX
Oddjob
02-25-2006, 09:29 PM
still wondering when v3arcade will be involved.......
TamCaVBoy3
02-25-2006, 09:45 PM
To be honest, I think the reason other plugins dont have this is they dont update that often.... lol I really dont know how to avoid this.
I'm failing to see the typo, where is it?
-CMX
the replace code doesn't have the </div> ? i am sorry because i know nothing about coding :rolleyes:
CMX_CMGSCCC
02-25-2006, 10:34 PM
still wondering when v3arcade will be involved.......
It wont be around until March 12th, 2006. John has to update v3arcade before I will add support for this via the hooks he will add then.
the replace code doesn't have the </div> ? i am sorry because i know nothing about coding :rolleyes:
It doesnt need one because it uses the current </div> thats already in the postbit.
-CMX
The support you are giving this product is excellent!
Here is some feedback I had from a Mac user on my siteIs it my Mac that's stopping going into the estore?? I can get into the bank through my profile, but i cant get into the store. When I click the link the page stays the same, just jumps down a bit.
Any suggestions anyone?
Thanks
I lose all icons in the post bit but the last sent image. I have rebuilt the gif bits in the ACP and it works until someone send another gift.
I get something similar. I have two gifts, but only the last one displays in the postbit. If you want admin access I am happy to give it you temporarily. Just pm me.
Thanks
Smiry Kin's
02-25-2006, 10:47 PM
just wondering, where do the tax'is go?? could ya make em go into a lottery system or something?... or to a user?
Still seems the cron is messed up for birthdays, no one is getting points.
ZGeek
02-26-2006, 12:43 AM
I'm having a huge problem with the purcahse unlimted reputation", members who bought it can now give 100 rep each go instead of their usual limit. Is there anyway to disable this? Even when I remove it from the store it's still active.
MissKalunji
02-26-2006, 01:44 AM
how do i set % of the Thief option to be successful.
MissKalunji
02-26-2006, 01:58 AM
n/m figured it out
effectica
02-26-2006, 02:02 AM
Hi all and thank you CMX_CMGSCCC for this, fantastic job.
I have a little problem with this mod where I have users cheating.
Basically I have some users using the "points per characters in post" to earn money very fast. When they make a thread or reply to a post, they paste a very long text ( +4000 characters), submit it and then quickly edit it to make it return to a normal reply.
Once they submit their post, the characters get counted and they can get 200-300 points per post even if after they edited the post there is maybe just a smilie in what they wrote. Using this system members can buy all the store items in one day. :ermm:
Currently I have the "characters per post" reward set to 0.01, and I know a solution to stop these users cheating would be to set it to 0. But this would not be ideal for obvious reasons.
Does anybody know if this can be fixed somehow?
Thank you for taking the time to read this
MorrisMcD
02-26-2006, 04:23 AM
Hi all and thank you CMX_CMGSCCC for this, fantastic job.
I have a little problem with this mod where I have users cheating.
Basically I have some users using the "points per characters in post" to earn money very fast. When they make a thread or reply to a post, they paste a very long text ( +4000 characters), submit it and then quickly edit it to make it return to a normal reply.
Once they submit their post, the characters get counted and they can get 200-300 points per post even if after they edited the post there is maybe just a smilie in what they wrote. Using this system members can buy all the store items in one day. :ermm:
Currently I have the "characters per post" reward set to 0.01, and I know a solution to stop these users cheating would be to set it to 0. But this would not be ideal for obvious reasons.
Does anybody know if this can be fixed somehow?
Thank you for taking the time to read this
Easy fix.. Tell them you are going to start banning people for doing it.. ;)
Brandon Sheley
02-26-2006, 05:36 AM
^^^^
disable post editing for that usergroup ?
^^^^^
Now,
Can I make a good suggestion..
add a preview of what the user name and title will look like ... please :D
phpbb2 had this in their shop points mod...
this was users can change their color and not have to go find a post to see what they now look like....
please think about this... i think it's great :D..
-Loco
Hornstar
02-26-2006, 06:20 AM
you have a spelling mistake here
Senior Member Age
Enter the age your user's have to be before receiving the Senior Discount Percenage below. (Default is 55.)
also for some of the other ones you should also state what figure the user should put to disable it (for example, 0 to disable, or something like that.)
jilly
02-26-2006, 01:38 PM
Loading new gifts into the gift function - when new gifts are uploaded into the gift directory, they are displayed in the drop down box in the order they have been added to the directory - is there a way to make them all appear alphabetically in the drop down, regardless of when they were added?
jilly
02-26-2006, 01:53 PM
Since upgrading from 1.2 to 1.2, I have a problem with postbit gifts - only the latest gift purchased for a user shows up in their postbit. Every gift they have recieved shows up properly in their profile. I have amount of gifts shown other than profile set to 99, and this morning I ran the "fix all gifts in postbit" script, but it still will only display the latest gift the user has recieved in postbit
Yup I mentioned that one a few posts up. I am sure he'll get on it. I suspect he's having a day of rest. God knows he's earned it :D
MissKalunji
02-26-2006, 03:39 PM
theres a bug.....when someone purchase a gift all the previous one dissapear
Gizmo5h1t3
02-26-2006, 03:42 PM
theres a bug.....when someone purchase a gift all the previous one dissapear
havent seen that on mine, running th latest version, just tried purchasing a gift....
yep, all still there.
LadyJo
02-26-2006, 04:26 PM
Since upgrading from 1.2 to 1.2, I have a problem with postbit gifts - only the latest gift purchased for a user shows up in their postbit. Every gift they have recieved shows up properly in their profile. I have amount of gifts shown other than profile set to 99, and this morning I ran the "fix all gifts in postbit" script, but it still will only display the latest gift the user has recieved in postbit
I have this same issue.. prior to the upgrade this didnt happen. ONly differece, if I run fix gifts in postbit, it does bring them all back. They exist in the profile fine, but the postbit poops out.
Limitter
02-26-2006, 04:29 PM
good job very easy very good
I miss the reason information in the pn which the user receives
"You have received a Donation from {1}"
"The User {1} has just sent you a Donation in the amount of {2}."
I wish "the Reason for Donation ....."
thanks for help
Limitter
Ilovechase
02-26-2006, 04:45 PM
I am having the same issue with the gifts postbit when one is purchased then they all disappear...
jilly
02-26-2006, 05:16 PM
Yup I mentioned that one a few posts up. I am sure he'll get on it. I suspect he's having a day of rest. God knows he's earned it :D
Let's hope so! He's probably working manically on 2.2 though! (lol)
CMX_CMGSCCC
02-26-2006, 05:20 PM
The support you are giving this product is excellent!
Here is some feedback I had from a Mac user on my site
Any suggestions anyone?
Thanks
Hmm, it uses the same code as the 'Search' drop down menu's, I wonder what could be wrong, I dont have a Mac to test on though :/
I get something similar. I have two gifts, but only the last one displays in the postbit. If you want admin access I am happy to give it you temporarily. Just pm me.
Thanks
The gifts system is being redone as per many requests in v1.2.2, stay tuned!
just wondering, where do the tax'is go?? could ya make em go into a lottery system or something?... or to a user?
For right now they just go into a federal holding, more features will arise with time.
Still seems the cron is messed up for birthdays, no one is getting points.
I'm unable to replicate this problem. Remember u cant change ur birthday to get more points because once u've been awarded points once, it will not give u points until another 364 days go past. And the users will not receive a PM as that could be too many PM's.
I'm having a huge problem with the purcahse unlimted reputation", members who bought it can now give 100 rep each go instead of their usual limit. Is there anyway to disable this? Even when I remove it from the store it's still active.
I'm moving the hook location that should fix this problem.
Hi all and thank you CMX_CMGSCCC for this, fantastic job.
I have a little problem with this mod where I have users cheating.
Basically I have some users using the "points per characters in post" to earn money very fast. When they make a thread or reply to a post, they paste a very long text ( +4000 characters), submit it and then quickly edit it to make it return to a normal reply.
Once they submit their post, the characters get counted and they can get 200-300 points per post even if after they edited the post there is maybe just a smilie in what they wrote. Using this system members can buy all the store items in one day. :ermm:
Currently I have the "characters per post" reward set to 0.01, and I know a solution to stop these users cheating would be to set it to 0. But this would not be ideal for obvious reasons.
Does anybody know if this can be fixed somehow?
Thank you for taking the time to read this
Unfortunately there is no known way to know how many characters the old post was I think, but I'll look into something that could eradicate this issue.
^^^^
disable post editing for that usergroup ?
^^^^^
Now,
Can I make a good suggestion..
add a preview of what the user name and title will look like ... please :D
phpbb2 had this in their shop points mod...
this was users can change their color and not have to go find a post to see what they now look like....
please think about this... i think it's great :D..
-Loco
LoL, its on the todo list.
you have a spelling mistake here
Senior Member Age
Enter the age your user's have to be before receiving the Senior Discount Percenage below. (Default is 55.)
also for some of the other ones you should also state what figure the user should put to disable it (for example, 0 to disable, or something like that.)
Thanx will be fixed in v1.2.2
Loading new gifts into the gift function - when new gifts are uploaded into the gift directory, they are displayed in the drop down box in the order they have been added to the directory - is there a way to make them all appear alphabetically in the drop down, regardless of when they were added?
I'll add a fix for this in v1.2.2
NOTE TO ALL ABOUT THE GIFTS: The fix that EVERYONE is wanting is coming soon!
-CMX
Annie^.^
02-26-2006, 05:38 PM
I'm not sure if this has been asked before but if someone could explain it would be great.
What is the Bank? What is the purpose of it? Thanks guys
CMX_CMGSCCC
02-26-2006, 05:41 PM
I'm not sure if this has been asked before but if someone could explain it would be great.
What is the Bank? What is the purpose of it? Thanks guys
To store your points at. If u put points in the bank, noone can steal them with the Thief option, and u gain interest on the points as well.
-CMX
Annie^.^
02-26-2006, 05:43 PM
Hi Thank you... That helped. Great job you doing here :D
Plug-In Update
I've developed an integration for you to input "x" amount of points into a user's account after they pay for a paid subscription using the built-in vBulletin subscription manager.
I should have this done up for beta tonight - also, I need one person to help me test the API function; please PM me if interested.
CMX_CMGSCCC
02-26-2006, 06:08 PM
v1.2.2 is released, I did add a plugin for the subscription as well as moved all of the plugins to files that are included, should cut memory usage down a LOT.
-CMX
moonclamp
02-26-2006, 06:20 PM
v1.2.2 is released, I did add a plugin for the subscription as well as moved all of the plugins to files that are included, should cut memory usage down a LOT.
-CMX
I really can't thank you enough for doing the profile picture thing. :D
The only problem is that a user can upload the same picture 10 times in succession and earn 1000 points ... nobody will be any the wiser.
It really needs to be a one time only event ... or have a different price attached to changing the picture as well as removing it.
moonclamp
02-26-2006, 06:26 PM
... also just noticed that removing the picture can send a user into minus points ... There is nothing to stop them doing it if they have no points.
Ilovechase
02-26-2006, 06:29 PM
Thanks CMX_CMGSCCC I so appreciate your dedication and hard work...I would love to send you some money thru paypal for this!! What is that information?
v1.2.2 is released, I did add a plugin for the subscription as well as moved all of the plugins to files that are included, should cut memory usage down a LOT.
-CMX
Gesh, just setup the zip too for release :ermm:
lol, ah well. it was fun to code anyways.:nervous:
Annie^.^
02-26-2006, 06:48 PM
CMX I can't keep up with you! I just downloaded 1.2.1 and now 1.2.2 is out LOL
Erm,
Nevermind. I just realized that you can only define one single point input for every subscription - is this gonna change to be able to define "x" amount for each subscription?
I think I'm going to release my add-on anyways now because mine defines this per subscriptionid.
influence
02-26-2006, 06:58 PM
Thanks CMX_CMGSCCC I so appreciate your dedication and hard work...I would love to send you some money thru paypal for this!! What is that information?
Edited* . ah I was blind too. He does have one.
Hey CMX, thanks again for the update and new features. You are a prompt and helpful guy. The way you handling this free hack is giving you a large advantage whenever you decided to put out a paid hack.
Hornstar
02-26-2006, 07:01 PM
Erm,
Nevermind. I just realized that you can only define one single point input for every subscription - is this gonna change to be able to define "x" amount for each subscription?
I think I'm going to release my add-on anyways now because mine defines this per subscriptionid.
I have not seen what cmx has done but yours does sound very good.
also wondering if there is going to be a preview in the shop so you can see what your name looks like before you buy a feature. e.g glow, bold etc.
caimakale
02-26-2006, 07:03 PM
CMX -
I think there is a type in some code.
In estore_postbit_imicons.php on line 61:
$useringo['gifts'] .= "</td></tr>\n";
Zelda-King
02-26-2006, 08:03 PM
This is strange but since the upgrade to 1.2.2 my site (which uses chdir to forums and some forum includes) shows up as blank pages. The forums look fine though. If I disable the product, the site is okay.
I'll just have to use the previous version for a while.
LadyJo
02-26-2006, 08:05 PM
well, i upgraded and now all the gifts are gone, rebuilt gift and everything.
anyone with ANY idea why thsi would happen, please??
Jo
mikeylikesitz
02-26-2006, 08:06 PM
Erm,
Nevermind. I just realized that you can only define one single point input for every subscription - is this gonna change to be able to define "x" amount for each subscription?
I think I'm going to release my add-on anyways now because mine defines this per subscriptionid.
yes pleae do, the one CMX put in is great, but your addon is excatly what im looking for.
Also, the ability to sell items to the store wasnt an option i dont believe, it was an addon for selling offline out of the store that was released. I would love to see the ability for selling items to the store :)
This hack has been a forum saver in my case, so thank you and everyone for all the hard work!!
Gwynar
02-26-2006, 08:14 PM
v1.2.2 is released, [...] moved all of the plugins to files that are included, should cut memory usage down a LOT.
-CMX
That's great news. I'll have to update my test to check it out.
lordofgun
02-26-2006, 08:33 PM
well, i upgraded and now all the gifts are gone, rebuilt gift and everything.
anyone with ANY idea why thsi would happen, please??
Jo
Did you update the postibt template?
I took the ribbons and sports 'extras' off .. they seem to dissapear every time there's an update to estore .. members are getting tired of having to re-buy them every couple of days.
ImportPassion
02-26-2006, 08:59 PM
I took the ribbons and sports 'extras' off .. they seem to dissapear every time there's an update to estore .. members are getting tired of having to re-buy them every couple of days.
can anyone confirm this for 1.2.2?
This will eb the first upgrade since I had the sports one installed.
MissKalunji
02-26-2006, 09:13 PM
Did you update the postibt template?
im having the same problem did upgrade also the postbit edit and nothing
LBSources
02-26-2006, 09:15 PM
sorry for not keeping up folks.. CMX glad everyones contribution went to a worthy cause unlike our ushop contributions..
but i havent been keeping up as of lately..
anyone have the outlines on how the lottery works.. i guess i mean the settings and how the variables in the options are defined..
thanks in advance.. install and operation went flawless and my HOTM obviously went with this project thumbsup!
LBSources
02-26-2006, 09:16 PM
I took the ribbons and sports 'extras' off .. they seem to dissapear every time there's an update to estore .. members are getting tired of having to re-buy them every couple of days.
clearly states in the docs of those add-ons that you will have to reinstall these packages along with any ebux/estore upgrade..
MissKalunji
02-26-2006, 09:21 PM
and i didnt add the whole edit for the glow to show in member info but its still showing how can i remove it?
and all my gift dissapeared
help:)
lordofgun
02-26-2006, 09:52 PM
I upgraded to 1.2.2 and all sports items still work fine.
Also, make sure you guys click on the fix gifts in postbit link in your admin cp under estore maintenance.
lordofgun
02-26-2006, 09:56 PM
BTW, CMX...I can't duplicate the problems when the unlimited rep option runs out, sol I'd say it was my stupid users' faults for now...
CallieJo
02-26-2006, 09:59 PM
I just wanted to note that at first I had the same issue with the gifts not showing.
I updated the gift thangie.
Updated the postbit template.
Nada worked....
Then, although I thought I was using the postbit template and not postbit legacy, I decided to update the postbit legacy template....and guess what? Gifts returned! Yeah!
So, if your gifts are not showing...maybe you should make sure you updated both "postbit" and "postbit legacy" templates....
Hope this helps others...otherwise, good luck...
dirtycrow
02-26-2006, 10:00 PM
im having the same problem did upgrade also the postbit edit and nothing
same here :(
3z3k3l
02-26-2006, 10:14 PM
Edited* . ah I was blind too. He does have one.
Hey CMX, thanks again for the update and new features. You are a prompt and helpful guy. The way you handling this free hack is giving you a large advantage whenever you decided to put out a paid hack.
I just donated but there is 5.50 Shipping/Handling fee? Is that right? Don't mind paying it because this is such a great mod!
bonjurkes
02-26-2006, 10:28 PM
i updated it to latest vers. it looks really cool
I want to ask something, i choose the decimal places as 2 at options.
But at store all prices shows like 300.00000
Why there is five 0 after . ??
I choose it to show two decimal place but it shows 5 decimal places at store.
did i forgot to do something??
caimakale
02-26-2006, 10:31 PM
I took the ribbons and sports 'extras' off .. they seem to dissapear every time there's an update to estore .. members are getting tired of having to re-buy them every couple of days.Upgrading won't affect the sports or ribbons purchases at all. They are completely independant of the store other than you need the store to purchase them. But the ribbons table and sports columns are not touched by the store when you upgrade or even uninstall for that matter. You may need to rebuild the datastore when you are done to get them to show up in the store again.
The only way I see it being a problem is if you delete all of your estore files each time you upgrade. If that is the case just overwrite the files don't delete them.
I can edit one line of code in the ribbons and sports hack, and completely uninstall estore from my site and still have my ribbons and sports icons show in my postbit, that's how I know they don't need the store to run, just to purchase them.
FROGGYJ
02-26-2006, 10:35 PM
gifts missing.....did the fix gifts, checked to make sure templates were good and still nada.
caimakale
02-26-2006, 10:36 PM
can anyone confirm this for 1.2.2?
This will eb the first upgrade since I had the sports one installed.
I installed this update on my site and didn't have to touch my sports or ribbons hack. Just follow the upgrade instructions by ftping all of the files overwriting the existing ones and then import the product file overwriting the existing one.
If you uninstall and then reinstall the new version, you will have to reinstall the sports and ribbons hack. However all icons purchased should still be there even after reinstalling them.
caimakale
02-26-2006, 10:38 PM
gifts missing.....did the fix gifts, checked to make sure templates were good and still nada.There is a new template edit for the postbit with this new version. The old code in the postbit won't work any longer.
MissKalunji
02-26-2006, 10:46 PM
i tried both code
the old one shows a broken image
and the new one doesnt show a thing
MissKalunji
02-26-2006, 10:47 PM
lol it works now.........i had to rebuild pluging and i forgot :)
caimakale
02-26-2006, 10:47 PM
i tried both code
the old one shows a broken image
and the new one doesnt show a thing
Did you click on AdminCP >> eStore Maintenance >> Fix All Gift Postbits ???
FROGGYJ
02-26-2006, 10:57 PM
nevermind
LadyJo
02-26-2006, 11:11 PM
ok, I did the edit of the post bit and low and behold, they show up for some people, but not everyone. If I buy a new gift they show up but not the old ones they already had. any ideas??
CallieJo
02-26-2006, 11:14 PM
I take it back...alot of members' gifts are missing in postbit. Did rebuild the gifts thangie too several times...
Some are showing fine...most aren't...I've checked permissions and they all can buy gifts so I'm lost at this point :o
FROGGYJ
02-26-2006, 11:15 PM
ok, I did the edit of the post bit and low and behold, they show up for some people, but not everyone. If I buy a new gift they show up but not the old ones they already had. any ideas??
I noticed the same thing, my gifts show up, but not some users. Weird.
LadyJo
02-26-2006, 11:19 PM
it has nothing to do with usergroups either because some in each usergroup get theirs to show in the post bit and some dont. I was looking for the common thread among the ones who dont have them showing and I cannot figure it out.
username12
02-26-2006, 11:27 PM
First problem I've had with eBux. When editing a user profile after upgrading to 1.2.2:
Fatal error: Field ebuxreceivespoints is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485
MorrisMcD
02-26-2006, 11:32 PM
Second donation sent.. Keep up the great work
CallieJo
02-26-2006, 11:45 PM
In my repair/optimize database tables I have two estoregifts with diff names:
estoregifts Data Length: 226.7 KB Index Length: 29.0 KB Overhead: 0
vb3_estoregifts Data Length: 42.2 KB Index Length: 6.0 KB Overhead: 0
Could this be the issue with some gifties not showing up for folks?
Are we suppose to have one without our prefix?
Thanks BUNCHES!!!
bonjurkes
02-26-2006, 11:45 PM
i updated it to latest vers. it looks really cool
I want to ask something, i choose the decimal places as 2 at options.
But at store all prices shows like 300.00000
Why there is five 0 after . ??
I choose it to show two decimal place but it shows 5 decimal places at store.
did i forgot to do something??
bump...
CallieJo
02-26-2006, 11:53 PM
In my repair/optimize database tables I have two estoregifts with diff names:
estoregifts Data Length: 226.7 KB Index Length: 29.0 KB Overhead: 0
vb3_estoregifts Data Length: 42.2 KB Index Length: 6.0 KB Overhead: 0
Could this be the issue with some gifties not showing up for folks?
Are we suppose to have one without our prefix?
Thanks BUNCHES!!!
I thinks the estoregifts one is from the old ucash/ushop as some of the gifties in there are really old ones bought last year.
Does having these two tables conflict with eachother?
LadyJo
02-26-2006, 11:57 PM
that must not be it, because we are having the same issue, yet I do not have the second table you mention. This is very strange indeed.
and while I am thinking of it, I have done the template edits and I do not have the donate link in the post bit either.
CallieJo
02-26-2006, 11:58 PM
that must not be it, because we are having the same issue, yet I do not have the second table you mention. This is very strange indeed.
Thanks sweety. Was just trying to figure it out...lol..oh well...I'll wait for a fix cause I can't find anything.
Hugs*
caimakale
02-27-2006, 12:00 AM
Second donation sent.. Keep up the great work
Same here...given the support and product here, I hope everyone is donating.
I have a hack that I paid money for that doesn't have this kind of support or features, both of which CMX is doing a phenominal job with here so come on everyone...no more excuses, he has implemented almost everything and has provided top notch support. There were alot of talkers who were saying they would give money if a hack this came out...now I hope they are backing it up with those donations!
Donate and vote eBux / eStore HotM today!!!
(sounds kinda like a commercial doesn't it?) ;)
yes pleae do, the one CMX put in is great, but your addon is excatly what im looking for.
I've made contact with CMX, and hopefully we can whip something up suitable enough to make a plug for this request, or he can put it in the next version as an option. :nervous:
dirtycrow
02-27-2006, 12:12 AM
can we have a opition to ban users from the shoutbox?
CallieJo
02-27-2006, 01:16 AM
After a few tests here's what I have found:
When you change the amount of gifts shown in postbit and then rebuild...some members gifts will appear again while some of the users that had their's showing will now disappear.
Also, the gifts are showing more than once. Before, if you received more than one of the same gift...it would only show once in postbit (I Loved That!) but all in profile. Now it shows more than once.
Thanks and have a splendid evening...
mikeylikesitz
02-27-2006, 01:18 AM
I've made contact with CMX, and hopefully we can whip something up suitable enough to make a plug for this request, or he can put it in the next version as an option. :nervous:
Thank you very much, i look forward to this addition
MissKalunji
02-27-2006, 01:54 AM
there something that me and another user found out..........when ebux 1.22 is enable the vbgallery upload doesnt work if i disable it the upload shows back
Omranic
02-27-2006, 02:38 AM
Now I'm using 1.2.1 & any Thief try fail
any trying to Thief I get the following MSG
Thief failed miserably, aren't you ashamed of yourself? You have lost 20 Points.
So what ?
Knowing that I have many points & tried this option on many users with various points & the same result
influence
02-27-2006, 03:15 AM
Now I'm using 1.2.1 & any Thief try fail
any trying to Thief I get the following MSG
Thief failed miserably, aren't you ashamed of yourself? You have lost 20 Points.
So what ?
Knowing that I have many points & tried this option on many users with various points & the same result
thief works great for me.
you might need to mess with the success rate. You the first person who reported having problems with the thief feature.
mess with the success rate
Ilovechase
02-27-2006, 05:54 AM
I want you to know that this is awesome :). I also donated (bigclive) anywho I just wanted you to know that the gifts work like a charm the only thing is
1)I am having trouble with the money being deducted from users points(not working). Points arent working at all actually either way :)
2)Also no one is able to use change titles(their own or another one) none of us has permissions to do so.
Thank you sooooo much :)
Omranic
02-27-2006, 06:12 AM
mess with the success rate
can you explain please
1numara
02-27-2006, 06:47 AM
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 ..
ubblite
02-27-2006, 07:22 AM
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
redspider
02-27-2006, 07:37 AM
First problem I've had with eBux. When editing a user profile after upgrading to 1.2.2:
I just install today and have this problem how can I fix this?
CMX_CMGSCCC
02-27-2006, 08:42 AM
I really can't thank you enough for doing the profile picture thing. :D
The only problem is that a user can upload the same picture 10 times in succession and earn 1000 points ... nobody will be any the wiser.
It really needs to be a one time only event ... or have a different price attached to changing the picture as well as removing it.
Will be fixed in v1.2.3
... also just noticed that removing the picture can send a user into minus points ... There is nothing to stop them doing it if they have no points.
Will be fixed in v1.2.3 as well.
CMX -
I think there is a type in some code.
In estore_postbit_imicons.php on line 61:
$useringo['gifts'] .= "</td></tr>\n";
Will be fixed in v1.2.3.
This is strange but since the upgrade to 1.2.2 my site (which uses chdir to forums and some forum includes) shows up as blank pages. The forums look fine though. If I disable the product, the site is okay.
I'll just have to use the previous version for a while.
What URL are you at specifically when this happens and does it always do it?
well, i upgraded and now all the gifts are gone, rebuilt gift and everything.
anyone with ANY idea why thsi would happen, please??
Jo
They are only deleted from the postbit, u should be able to goto Admin CP -> eStore Maintenance -> Fix All Gift Postbits to fix it. ALSO: Make sure u redo the template edit for postbit/postbit_legacy.
I took the ribbons and sports 'extras' off .. they seem to dissapear every time there's an update to estore .. members are getting tired of having to re-buy them every couple of days.
I dont see how this could happen unless u r uninstalling them before upgrading as the eBS install does not touch those tables.
BTW, CMX...I can't duplicate the problems when the unlimited rep option runs out, sol I'd say it was my stupid users' faults for now...
In any case, I changed in it v1.2.2, so they should not have the problem anymore I think anyways.
I just donated but there is 5.50 Shipping/Handling fee? Is that right? Don't mind paying it because this is such a great mod!
Yeah, thats because I run an online store for my company webpage and sales@cmgsccc.com is just that, my company business paypal account. If you donate, just subtract $5.50 from the amount u wanted to donate and it should come up right.
i updated it to latest vers. it looks really cool
I want to ask something, i choose the decimal places as 2 at options.
But at store all prices shows like 300.00000
Why there is five 0 after . ??
I choose it to show two decimal place but it shows 5 decimal places at store.
did i forgot to do something??
Slight issue, will be resolved in v1.2.3
I noticed the same thing, my gifts show up, but not some users. Weird.
If the gifts are not showing up, it did not find them in the estoregifts table. Thats what Fix All Gift Postbits does, it reads the estoregifts table and sorts it out by touserid and adds all of the ones it finds for the user.
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.
First problem I've had with eBux. When editing a user profile after upgrading to 1.2.2:
Did u re-upload all files in the UPLOAD folder?
Second donation sent.. Keep up the great work
Thanx for supporting eBS!
In my repair/optimize database tables I have two estoregifts with diff names:
estoregifts Data Length: 226.7 KB Index Length: 29.0 KB Overhead: 0
vb3_estoregifts Data Length: 42.2 KB Index Length: 6.0 KB Overhead: 0
Could this be the issue with some gifties not showing up for folks?
Are we suppose to have one without our prefix?
Thanks BUNCHES!!!
That could be the reason some gifts are not found. I dont remember there being an issue creating the estoregifts table without a TABLE_PREFIX, but it definitely should have the TABLE_PREFIX. I just checked the XML files, all of them have the TABLE_PREFIX's, so not sure. But the one without the prefix is not being used and can be deleted.
can we have a opition to ban users from the shoutbox?
This will have to be an addon unless Zero Tolerance will add "hooks" into his AJAX ShoutBox, then I can create an addon that will be built into eBS.
But for now, I do not want to create addons for other hacks that require "code modifications" done to others hacks.
After a few tests here's what I have found:
When you change the amount of gifts shown in postbit and then rebuild...some members gifts will appear again while some of the users that had their's showing will now disappear.
Also, the gifts are showing more than once. Before, if you received more than one of the same gift...it would only show once in postbit (I Loved That!) but all in profile. Now it shows more than once.
Thanks and have a splendid evening...
Now it shows all of the gifts it finds in the postbit, up to the amount u have set as the maximum. The reason for this is because the gifts now have the ability to have the "hover Message" to show the gift message and who sent the gift.
there something that me and another user found out..........when ebux 1.22 is enable the vbgallery upload doesnt work if i disable it the upload shows back
Did u purchase the eStore General Permission for Upload Profile Picture? There was an issue in this I just found today and will be fixed in v1.2.3, but otherwise, I dont know what would cause an issue like this.
Now I'm using 1.2.1 & any Thief try fail
any trying to Thief I get the following MSG
Thief failed miserably, aren't you ashamed of yourself? You have lost 20 Points.
So what ?
Knowing that I have many points & tried this option on many users with various points & the same result
What do u have the Thief Success Rate set to? Admin CP -> eStore Options -> Manage Options -> Thief -> Thief Success Rate at the bottom.
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.
I want you to know that this is awesome :). I also donated (bigclive) anywho I just wanted you to know that the gifts work like a charm the only thing is
1)I am having trouble with the money being deducted from users points(not working). Points arent working at all actually either way :)
2)Also no one is able to use change titles(their own or another one) none of us has permissions to do so.
Thank you sooooo much :)
1) Can u explain further what exactly is not working?
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?
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 ..
There is a GLOBAL Usergroup permission for access to the eStore. Admin CP -> Usergroups -> Usergroup Manager -> usergroup u want to give access to -> At the bottom "Can use eStore" or something similar, I forget the exact wording... and too lazy to look it up atm... lol
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:
There are some usergroups that are protected by default, 5-7, as they are staff members. U can disable the staff protection by going to Admin CP -> eStore Options -> Manage Settings -> Protected From Options Usergroups?
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
I can have it strip comma's out of there for a future version. I can not have it strip period's though. Because some countries use . in place of comma's and it will be confusing lol.
But in v1.2.3, I'll have it strip commas from the donates, bank, thief options.
I just install today and have this problem how can I fix this?
I'm unable to replicate this problem, some more info is necessary for me to figure out the problem.
Everything was working fine untill today. I upgraded to 1.2.2 and now i cant get into my adminpanel. Help, pls.
Warning: Unknown: Failed opening '/home/******/public_html/forum/plugins/estore_postbit_imicons.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /includes/class_postbit.php(1066) : eval()'d code on line 2
and;
Warning: Unknown: failed to open stream: No such file or directory in /admincp/global.php(194) : eval()'d code on line 2
Warning: Unknown: Failed opening '/home/****/public_html/forum/plugins/estore_admin_global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/global.php(194) : eval()'d code on line 2
and;
Warning: Unknown: failed to open stream: No such file or directory in /includes/functions_bigthree.php(251) : eval()'d code on line 2
Warning: Unknown: Failed opening '/home/*******/public_html/forum/plugins/estore_forumrules.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /includes/functions_bigthree.php(251) : eval()'d code on line 2
Seems u forgot to upload all files in the UPLOAD folder inside the zip to your forums. (Especially the /plugins folder)
-CMX
Lottis
02-27-2006, 08:47 AM
Seems u forgot to upload all files in the UPLOAD folder inside the zip to your forums. (Especially the /plugins folder)
-CMX
Yes, it was the plugin folder. Im really sorry to bug you with a mistace like that. :o
Murty
02-27-2006, 08:55 AM
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.
CMX_CMGSCCC
02-27-2006, 09:09 AM
Yes, it was the plugin folder. Im really sorry to bug you with a mistace like that. :o
It's ok, just be sure in the future ALWAYS upload the ENTIRE UPLOAD folder again as there may have been some files that have changed.
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.
The template edit for the Gifts part has changed... Did u redo it?
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
NOTE how it uses "giftsdiplay" and not "gifts" anymore. I changed this on purpose because the old templates would have been incompatible, so I changed it to "giftsdisplay".
-CMX
moonclamp
02-27-2006, 09:15 AM
Is anyone here using VBAgallery? If so, are you getting the points info appearing in your gallery comments?
Murty
02-27-2006, 09:28 AM
The template edit for the Gifts part has changed... Did u redo it?
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
NOTE how it uses "giftsdiplay" and not "gifts" anymore. I changed this on purpose because the old templates would have been incompatible, so I changed it to "giftsdisplay".
-CMX
Yes I have done that and rechecked it. But still not coming up. :ermm: Herm....
kylek
02-27-2006, 09:28 AM
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?
ubblite
02-27-2006, 09:36 AM
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:
There are some usergroups that are protected by default, 5-7, as they are staff members. U can disable the staff protection by going to Admin CP -> eStore Options -> Manage Settings -> Protected From Options Usergroups?
-CMX
Thank you for the quick response.
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?
Murty
02-27-2006, 09:37 AM
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.
Rickie3
02-27-2006, 09:49 AM
my update went smoothly,all seems good thanx CMX_CMGSCCC
CMX_CMGSCCC
02-27-2006, 10:28 AM
Yes I have done that and rechecked it. But still not coming up. :ermm: Herm....
If u give me admin access I could probably debug it for u. If u want to do that, PM me the details and make sure to set the Admin Permissions 'Can Administer Plugins' if u create a new account for me.
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?
Well, I have just found a vBulletin Admin function that can display the time/date in an easy to edit fashion. So v1.2.3 will list the months/days/hours/minutes for the End Date for the Lotteries, as well as the Option Next Refill time.
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.
Thank you for the quick response.
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?
I think there was a bug in this, it will be fixed in v1.2.3
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.
Perhaps ur postbit is hacked up more than normal and it doesnt have the </div> after the online icons.
my update went smoothly,all seems good thanx CMX_CMGSCCC
Good, glad to hear it!
-CMX
ubblite
02-27-2006, 10:36 AM
There are some usergroups that are protected by default, 5-7, as they are staff members. U can disable the staff protection by going to Admin CP -> eStore Options -> Manage Settings -> Protected From Options Usergroups?
-CMX
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?
I think there was a bug in this, it will be fixed in v1.2.3
-CMX
Ah, for a minute there I thought it was something I did wrong. Ok, I'll be looking forward to the next release. Oh, and just so you know, I'm running vb 3.5.4. Thanks again.
CMX_CMGSCCC
02-27-2006, 10:45 AM
Ah, for a minute there I thought it was something I did wrong. Ok, I'll be looking forward to the next release - thanks again.
Yes, I confirmed there was a bug in that, it will be fixed in v1.2.3
-CMX
Rickie3
02-27-2006, 10:47 AM
Yes, I confirmed there was a bug in that, it will be fixed in v1.2.3
-CMXits working perfectly for me no probs changing user titles at all
ubblite
02-27-2006, 10:57 AM
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.
Murty
02-27-2006, 11:07 AM
Consider yourself PMed CMX
CMX_CMGSCCC
02-27-2006, 11:21 AM
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.
No, it definitely is a bug... for one take a look at the old code...
// check to see if this user is protected
$protectedusergroups = explode(",", $vbulletin->options['estore_protectedusergroups']);
if (!is_member_of($vbulletin->userinfo, $protectedusergroups))
{
// display error, this user is protected against this action
eval(standard_error(fetch_error('estore_protected_ user')));
}
There are 2 bugs in that code...
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.
Consider yourself PMed CMX
Ok.
-CMX
Annie^.^
02-27-2006, 11:24 AM
How is the lottery works, because it seems like the users win very easily?
CMX_CMGSCCC
02-27-2006, 11:36 AM
How is the lottery works, because it seems like the users win very easily?
The lottery is an always win situation. If someone has purchased tickets, then someone will win the points. The reason its done like this is to better grow the community and encourage more people to buy lottery tickets. If there was many drawings and never a winner, nobody would buy a ticket.
-CMX
MissKalunji
02-27-2006, 11:47 AM
Did u purchase the eStore General Permission for Upload Profile Picture? There was an issue in this I just found today and will be fixed in v1.2.3, but otherwise, I dont know what would cause an issue like this.
-CMX
i get the same for the request award page....when someone goes to request nothing shows blank page...if i disable ebux it works fine
CMX_CMGSCCC
02-27-2006, 11:59 AM
i get the same for the request award page....when someone goes to request nothing shows blank page...if i disable ebux it works fine
What do u mean Request Award page? eBS doesnt have a request award page?
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
X-Files
02-27-2006, 12:00 PM
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.
mandy71480
02-27-2006, 12:08 PM
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?
CMX_CMGSCCC
02-27-2006, 12:11 PM
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.
1) There is a fully viewable Item History on the eStore page itself. It shows the top 5 sold items on the main page. Then when you view a category, it shows all items in the category with a View button on the right to view the history for that item. The Item History page itself is fully paged and everything so if there are 10000 entries, it will show 1,2,3, etc.. pages just like vB shows pages for the Threads. Also there is a fully searchable Admin CP feature for Item History as well.
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
CMX_CMGSCCC
02-27-2006, 12:12 PM
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?
Its not showing up in the navbar u mean? or u mean when users goto it, it says they cant access it?
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
mandy71480
02-27-2006, 12:14 PM
Right, it's not showing up in the navbar. :(
X-Files
02-27-2006, 12:21 PM
1) There is a fully viewable Item History on the eStore page itself. It shows the top 5 sold items on the main page. Then when you view a category, it shows all items in the category with a View button on the right to view the history for that item. The Item History page itself is fully paged and everything so if there are 10000 entries, it will show 1,2,3, etc.. pages just like vB shows pages for the Threads. Also there is a fully searchable Admin CP feature for Item History as well.
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 I see your points.
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.
X-Files
02-27-2006, 12:23 PM
I see your points.
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.
Is it hard to move from the uCash 1.1.1 to this system? We do not have the store running but have been looking at their new version.
Reeve of shinra
02-27-2006, 12:37 PM
Its very easy to have your existing ucash points moved over... its like 1 click ;)
X-Files
02-27-2006, 12:50 PM
Can we display the points (chips) in the navbar welcome block?
Welcome, X-Files. You have 32,997 chips!
You last visited: Today at 10:46 AM
Private Messages: Unread 0, Total 328.
Can the name be changed to chips instead of points?
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.
1numara
02-27-2006, 12:54 PM
Originally Posted by 1numara
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 ..
There is a GLOBAL Usergroup permission for access to the eStore. Admin CP -> Usergroups -> Usergroup Manager -> usergroup u want to give access to -> At the bottom "Can use eStore" or something similar, I forget the exact wording... and too lazy to look it up atm... lol
first, thanks for answer :)
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 ?
CallieJo
02-27-2006, 01:30 PM
That could be the reason some gifts are not found. I dont remember there being an issue creating the estoregifts table without a TABLE_PREFIX, but it definitely should have the TABLE_PREFIX. I just checked the XML files, all of them have the TABLE_PREFIX's, so not sure. But the one without the prefix is not being used and can be deleted.
I've deleted the old one...but it didn't affect the issue with gifts not showing up in postbit for most users. Even after updating the giftie fix thang in admin and here is my postbit/postbit legacy code:
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
<if condition="$vboptions['ebux_enabled']"><div>$post[ribbons]</div></if>
Now it shows all of the gifts it finds in the postbit, up to the amount u have set as the maximum. The reason for this is because the gifts now have the ability to have the "hover Message" to show the gift message and who sent the gift.
Okies...thanks. If at any time in the future...not wanting to fill your plate more...can you enable it to be admin preference whether or not to show them all with messages or to just show them once with no message in postbit only?
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 ;)
mandy71480
02-27-2006, 01:44 PM
this is what my navbar template code looks like if this helps... not sure why estore isn't showing up in the navbar
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grays cale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td> </td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<if condition="$bbuserinfo['userid']">
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
</div>
</td>
<else />
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['member']">
<td id="estoremenu" class="vbmenu_control"><a href="$show[nojs_link]#estoremenu">$vbphrase[estore_name] $vbphrase[estore_menu]</a> <script type="text/javascript"> vbmenu_register("estoremenu"); </script></td>
</if>
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$bbuserinfo['userid']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
</table>
</div>
<!-- / user cp tools menu -->
</if>
<if condition="$show['member']">
<!-- estore tools menu -->
<div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name] $vbphrase[estore_main]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=48">$vbphrase[estore_lottery]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=13">$vbphrase[ebux_bank]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=7">$vbphrase[estore_donate]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=16">$vbphrase[estore_thief]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>
<if condition="is_member_of($bbuserinfo['usergroupid'], 6)">
<tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
</if>
</table>
</div>
<!-- / estore tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
</if>
LBSources
02-27-2006, 01:55 PM
sorry for not keeping up folks.. CMX glad everyones contribution went to a worthy cause unlike our ushop contributions..
but i havent been keeping up as of lately..
anyone have the outlines on how the lottery works.. i guess i mean the settings and how the variables in the options are defined..
thanks in advance.. install and operation went flawless and my HOTM obviously went with this project thumbsup!
BUMP? :nervous:
Ayway to exclude a certain usergroup from points per download?
MissKalunji
02-27-2006, 02:01 PM
What do u mean Request Award page? eBS doesnt have a request award page?
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
i have the other hack : award
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
Ilovechase
02-27-2006, 02:36 PM
CMX_CMGSCCC- Sorry about not being so specific earlier...Okay
1)When posting you should get 20 points, after posting the points are the same as the original points, then it updates a few hours later very wierd.
2) When purchasing gifts the money doesnt deduct from your points. So if you are purchasing a gift for 50.00 and you see that it says 50.00 in cp, when you go to purchase it in the store it says it is free, once purchased. But this morning when I checked the history it is like it deducts later because it shows the correct price for it a few hours later.
so basically the points are delayed either way whether it is suppose to add or delete points.
3) When trying to change user titles I am getting The user you are trying to do this option to is protected against it!
Thank you
Monie
Cyricx
02-27-2006, 02:59 PM
You have glowing username.. what about shadow username? :)
I've always loved the look of glow and shadow together :)
kofoid
02-27-2006, 03:21 PM
I seem to have 3 Scheduled tasks for paychecks, all paycheck settings are at ZERO and everyone keeps getting paid. so I have 2 questions
1) Why is everyone still getting paid
2) why are there 3 scheduled tasks?
Wachtmeister
02-27-2006, 03:30 PM
Can we display the points (chips) in the navbar welcome block?
Welcome, X-Files. You have 32,997 chips!
You last visited: Today at 10:46 AM
Private Messages: Unread 0, Total 328.
Can the name be changed to chips instead of points?
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.
Is it that, what you want to do? (screenshot of my navbar)
X-Files
02-27-2006, 03:59 PM
Is it that, what you want to do? (screenshot of my navbar)Sort of but not in German ;)
I just want to diplay the total points(chips). We will not use the bank.
Harley77
02-27-2006, 04:00 PM
i have the other hack : award
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
I can confirm the award hack issue. Screen goes blank when you request an award.
Here is a link to the hack (https://vborg.vbsupport.ru/showthread.php?t=94836)
CMX_CMGSCCC
02-27-2006, 04:33 PM
Right, it's not showing up in the navbar. :(
Do u use a paid style purchased from somewhere? Sometimes those places have links in the header instead of the navbar templates..
I see your points.
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.
Well, with the limit I could probably do something like that and have a global admin setting where the user cant get more than x points in a day, but it will take at least 1 field added to the user table and/or a big query inside a cron job to reset the "points received" daily. And if u have 200,000 members like my forums do, that query alone takes 4-5 seconds by itself, maybe more. The problem I see with this feature is it adds more and more queries the more I think about it.
As far as the points removal, that is one huge process to do. You could shorten it by not removing points for the "number of views", and not removing points for each user who had posted in the thread, but that kind of defeats the purpose of adding it in the first place..
As far as migrating from uCash v1.1.1, uCash 1.1.1 did NOT have a bank system, so u can use the Admin CP feature called uCash Integration to copy the points from the ucash tables to the ebux ones.
Can we display the points (chips) in the navbar welcome block?
Welcome, X-Files. You have 32,997 chips!
You last visited: Today at 10:46 AM
Private Messages: Unread 0, Total 328.
Can the name be changed to chips instead of points?
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.
Real items in the shop, no, but I'm sure someone will make an add on for that. To change the name of points u can change the phrase ebux_points and it will change it most spots, like postbit, member info, etc..
The plugin I run for global_start sets up the points values for u...
// add the points to the userinfo
$vbulletin->userinfo['points'] = vb_number_format($vbulletin->userinfo[$vbulletin->options['ebux_pointsfield']], $vbulletin->options['ebux_decimalplaces']);
$vbulletin->userinfo['bank'] = vb_number_format($vbulletin->userinfo[$vbulletin->options['ebux_bankfield']], $vbulletin->options['ebux_decimalplaces']);
$vbulletin->userinfo['totalpoints'] = vb_number_format($vbulletin->userinfo[$vbulletin->options['ebux_pointsfield']] + $vbulletin->userinfo[$vbulletin->options['ebux_bankfield']], $vbulletin->options['ebux_decimalplaces']);
So you can use those variables to gain access to the points $vbulletin->userinfo[points] in a template should work... or $userinfo[points] or $bbuserinfo[points] might work depending on what template u r putting it in.
first, thanks for answer :)
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 ?
Also check the permission for the Categories under eStore Options -> Manage Categories too.
I've deleted the old one...but it didn't affect the issue with gifts not showing up in postbit for most users. Even after updating the giftie fix thang in admin and here is my postbit/postbit legacy code:
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
<if condition="$vboptions['ebux_enabled']"><div>$post[ribbons]</div></if>
Okies...thanks. If at any time in the future...not wanting to fill your plate more...can you enable it to be admin preference whether or not to show them all with messages or to just show them once with no message in postbit only?
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 ;)
Did u reupload the Product XML file with Allow Overwrite set to Yes? I checked someones site out who was having this same problem and they did not import the v1.2.2 product xml file with overwrite set to yes as the Manage Products still said v1.2.1 for the eBux/eStore version number.
It has no effect to show them without the message really, they will always be stored serialized in to the user table now, so having an option to disable the title that is already gonna be in there doesnt seem like a good feature? since its already available and its nice to have some "alt" title for images...
The hide option was one I didnt have time to finish yet, but it will be coming soon.
this is what my navbar template code looks like if this helps... not sure why estore isn't showing up in the navbar
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grays cale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td> </td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<if condition="$bbuserinfo['userid']">
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
</div>
</td>
<else />
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['member']">
<td id="estoremenu" class="vbmenu_control"><a href="$show[nojs_link]#estoremenu">$vbphrase[estore_name] $vbphrase[estore_menu]</a> <script type="text/javascript"> vbmenu_register("estoremenu"); </script></td>
</if>
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$bbuserinfo['userid']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
</table>
</div>
<!-- / user cp tools menu -->
</if>
<if condition="$show['member']">
<!-- estore tools menu -->
<div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name] $vbphrase[estore_main]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=48">$vbphrase[estore_lottery]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=13">$vbphrase[ebux_bank]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=7">$vbphrase[estore_donate]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=16">$vbphrase[estore_thief]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>
<if condition="is_member_of($bbuserinfo['usergroupid'], 6)">
<tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
</if>
</table>
</div>
<!-- / estore tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
</if>
The only thing I can think of is r u logged in? Because the eStore only shows to users who are logged in.
BUMP? :nervous:
Ayway to exclude a certain usergroup from points per download?
Well it's always possible, the only issues I'm starting to think about is, there are like 34 options for eBux Settings, before u know it, there will be 100 like there are store options lol
i have the other hack : award
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
I'm not familiar with this hack, maybe its just incompatible?
CMX_CMGSCCC- Sorry about not being so specific earlier...Okay
1)When posting you should get 20 points, after posting the points are the same as the original points, then it updates a few hours later very wierd.
2) When purchasing gifts the money doesnt deduct from your points. So if you are purchasing a gift for 50.00 and you see that it says 50.00 in cp, when you go to purchase it in the store it says it is free, once purchased. But this morning when I checked the history it is like it deducts later because it shows the correct price for it a few hours later.
so basically the points are delayed either way whether it is suppose to add or delete points.
3) When trying to change user titles I am getting The user you are trying to do this option to is protected against it!
Thank you
Monie
#1 and 2 I have no idea why that could happen, if u can replicate it every time and send me login details to ur site for admin with can administer plugins and I can replicate it easy, I can figure out whats wrong, but for it to happen randomly, I dont have the time to sit and wait all day until it happens. So try to narrow it down some more to the exact problem and then send me a PM.
#3 will be fixed in v1.2.3
You have glowing username.. what about shadow username? :)
I've always loved the look of glow and shadow together :)
Glowing and shadow use the same filter: command? and can they be combined, if so, does it require a second div, or can it simply be added into the style="blah" part of the DIV it already uses?
I seem to have 3 Scheduled tasks for paychecks, all paycheck settings are at ZERO and everyone keeps getting paid. so I have 2 questions
1) Why is everyone still getting paid
2) why are there 3 scheduled tasks?
First off, u should delete 2 of the 3 tasks as there should only be 1.
Second, the cron tasks always run evne if no usergroups gets points, they just dont get any points added...
I can confirm the award hack issue. Screen goes blank when you request an award.
Here is a link to the hack (https://vborg.vbsupport.ru/showthread.php?t=94836)
Hmm, no idea why that would happen. It sounds like an issue with the awards hack, I checked their plugins and they dont use any same variable names that I use for eBS, so I dont see why there would be any issues.
-CMX
kofoid
02-27-2006, 04:38 PM
Hey there CMX - I upgraded, and uploaded the plugin and none of our gifts are showing up :(
** nevermind - gotz to do my edits!
Holidazed
02-27-2006, 04:44 PM
Can the name be changed to chips instead of points?
Just change the following phrases:
estore_current_bank_points
estore_current_points_total
estore_no_points_in_bank_yet
ebux_points
ebux_total_points
Wachtmeister
02-27-2006, 04:48 PM
A new(?) idea: What about a bank robbery?
I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?
Red Blaze
02-27-2006, 04:54 PM
Changed from uCash/uShop to eBux/eStore this weekend. Had no trouble with this hack at all. It all works like a charm. Should of tried this one first. ^^;
X-Files
02-27-2006, 05:03 PM
For the reporting can everyone see the admin donate?
You missed this question and I have another after installing this.
Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.
Thanks again. Looks like it is very nice so far.
X-Files
02-27-2006, 05:12 PM
Any documentation on these settings?
Suggestion:
* With every option that effects another user, that user gets a PM. I wrote it into the Theif myself, but then forgot to save the code before I upgraded. Ooops
* Change the Lottery price on the main page from 'free' to 'variable' or something. It confuses my peeps.
* List the reason in the PM from an admin donate and other options with reasons (may have been done, but was not in 1.1.9)
A new(?) idea: What about a bank robbery?
I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?
hahahahaha
Or a theft from the Federal Bank... (btw, I saw it in the readme, but haven't figured out where the bank really is)
You missed this question and I have another after installing this.
Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.
Thanks again. Looks like it is very nice so far.
No, they can't see it.
mandy71480
02-27-2006, 05:40 PM
The only thing I can think of is r u logged in? Because the eStore only shows to users who are logged in.
i told you I was a nub.... I entered the information on the wrong template. :P
<---dummy
Thanks for the help! donation is on the way!
X-Files
02-27-2006, 05:48 PM
You missed this question and I have another after installing this.
Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.
Thanks again. Looks like it is very nice so far.
So far everything looks great. Do you know if you have the preview points problem that was reported for uCash where you could just keep previewing your message and get points?
There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.
If I am not making sense let me know.
If we could get the donation reason in the history and figure out how to add 'real' items I think we may install it live. I also do not think we will be using the bank.
Thanks for all your help looking forward to your reply.
The Chief
02-27-2006, 06:04 PM
Suggestion:
Would it be possible to give points per page submitted using vB Drupal?
That would be really awesome and a awesome add-on for all the people who are using vB Drupal, which I am sure would all install ;)
CallieJo
02-27-2006, 06:05 PM
Did u reupload the Product XML file with Allow Overwrite set to Yes? I checked someones site out who was having this same problem and they did not import the v1.2.2 product xml file with overwrite set to yes as the Manage Products still said v1.2.1 for the eBux/eStore version number.
Manage products says:
eBux / eStore 1.2.2 eBux / eStore is a points/store system for vBulletin.
I upgraded from like 1.0.9 I thinks...
I can re-upload again and choose overwrite again and see if that will fix.
But, my users did notice that when a new gift is bought the gifts show back up in their postbit. Just not until a new one is bought, though...
Yet, all show up in profile and database.
caimakale
02-27-2006, 06:05 PM
There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.
Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.
X-Files
02-27-2006, 06:11 PM
I seem to be getting 2 points every now and then while viewing threads. I have it set for 1 I think.
Red Blaze
02-27-2006, 06:15 PM
I JUST thought of something. It would be pretty cool if there was a "Shopping Kart" kind of button for like when a user wants to buy 2+ items in one big bill. Just a thought. ._.
top end ms
02-27-2006, 06:18 PM
I made one new catergory and no problems .. I tryed to make a second and get a database error ..
"Database error in vBulletin 3.5.0:
Invalid SQL:
INSERT INTO estorecategory (categoryid) VALUES ('101');"
can anyone help?
X-Files
02-27-2006, 06:32 PM
This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.
Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.
That is pretty cool and I will probably us this. I think it will do what I want. To many posts here to read them all. :)
X-Files
02-27-2006, 06:53 PM
This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.
Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.Can you pm multiple people and the purchaser?
mandy71480
02-27-2006, 06:54 PM
FYI- I tried to make a donation, but it is asking for a $5.50 shipping and handling charge....???
dirtycrow
02-27-2006, 06:56 PM
v 1.2.2
ban users from forums seems not to be working. i set up the permissions in group and opitions correctly and in the forum permissions as well.
thoughts?
Zelda-King
02-27-2006, 07:11 PM
Regarding site blank pages;What URL are you at specifically when this happens and does it always do it?Any site URL that has forum includes but is not part of the forums. It always does it but only in v1.2.2.
eg, mydomain.com, mydomain.com/midi.php, mydomain.com/donations.php...
I know the next question. This is the PHP I have at the top of those files;
<?php
chdir("./bb");
require_once('./global.php');
include('./includes/functions_user.php');
?>(/bb/ is my forum directory.)
X-Files
02-27-2006, 07:18 PM
This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.
Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.One more thing. There does not seem to be any history stored on this. How can I do this. This is a very cool addon.
CMX_CMGSCCC
02-27-2006, 07:22 PM
A new(?) idea: What about a bank robbery?
I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?
I thought about that too but then the bank really serves little to no purpose other than interest. If there is any kind of bank robbing to be had, I think it would be more fun to do with the Federal Bank once it gets implemented fully.
You missed this question and I have another after installing this.
Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.
Thanks again. Looks like it is very nice so far.
No, it has an is_member_of check inside the navbar template to make sure non admins can see it in the eStore Menu.
In v1.2.3 it will log the reason into the item's history.
Any documentation on these settings?
Not yet, but someone is more than welcome to start one :)
Suggestion:
* With every option that effects another user, that user gets a PM. I wrote it into the Theif myself, but then forgot to save the code before I upgraded. Ooops
* Change the Lottery price on the main page from 'free' to 'variable' or something. It confuses my peeps.
* List the reason in the PM from an admin donate and other options with reasons (may have been done, but was not in 1.1.9)
As far as shipping a PM to the user it affects, sounds like a good idea, I'll look into that for a future release as I want to get v1.2.3 out tonite.
The Free is being used because of the price itself being 0 for the Buy Lottery Ticket itself, changing it here would change Bank and others Free, so it would require a more creative way to change it. I'll look into it.
The last u said will be in v1.2.3
i told you I was a nub.... I entered the information on the wrong template. :P
<---dummy
Thanks for the help! donation is on the way!
Doh, gotta hate when that happens... lol
Great that u fixed it though!
So far everything looks great. Do you know if you have the preview points problem that was reported for uCash where you could just keep previewing your message and get points?
There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.
If I am not making sense let me know.
If we could get the donation reason in the history and figure out how to add 'real' items I think we may install it live. I also do not think we will be using the bank.
Thanks for all your help looking forward to your reply.
NO, I fixed that bug where u if u preview the post u dont get points until its added.
The donation reason will be in the history in v1.2.3
Suggestion:
Would it be possible to give points per page submitted using vB Drupal?
That would be really awesome and a awesome add-on for all the people who are using vB Drupal, which I am sure would all install ;)
Of course it would, but will I make that add on? No because I'm not making any store options/addons that use other hacks and/or have to do code modification to other hacks. If they have HOOKS in their PHP files, I would be willing to look at adding support for it at this time.
Manage products says:
eBux / eStore 1.2.2 eBux / eStore is a points/store system for vBulletin.
I upgraded from like 1.0.9 I thinks...
I can re-upload again and choose overwrite again and see if that will fix.
But, my users did notice that when a new gift is bought the gifts show back up in their postbit. Just not until a new one is bought, though...
Yet, all show up in profile and database.
That doesnt make sense, if thats true, the Fix All Gifts Postbits should work too, make sure u have uploaded all files in the UPLOAD folder and then try to rerun Fix All Gifts Postbits.
I seem to be getting 2 points every now and then while viewing threads. I have it set for 1 I think.
U do not get points for urself for viewing ur own threads.
The only points per thread views are when Others view your thread, then u get the 1 point per thread view. This was done this way to avoid users refreshing threads all day to give them more points, now they have to at least register a second acount and u can ban them for breaking a site rule to exploit the system... lol
I JUST thought of something. It would be pretty cool if there was a "Shopping Kart" kind of button for like when a user wants to buy 2+ items in one big bill. Just a thought. ._.
Well maybe for a future release, however there really is only 1 option u could buy multiple of and that is the gifts option.
I made one new catergory and no problems .. I tryed to make a second and get a database error ..
"Database error in vBulletin 3.5.0:
Invalid SQL:
INSERT INTO estorecategory (categoryid) VALUES ('101');"
can anyone help?
Will be fixed in v1.2.3
FYI- I tried to make a donation, but it is asking for a $5.50 shipping and handling charge....???
Because thats my business email account, just subtract $5.50 from how much u want to donate lol
v 1.2.2
ban users from forums seems not to be working. i set up the permissions in group and opitions correctly and in the forum permissions as well.
thoughts?
There is no Ban User store option? Please elaborate more.
Any site URL that has forum includes but is not part of the forums. It always does it but only in v1.2.2.
eg, mydomain.com, mydomain.com/midi.php, mydomain.com/donations.php...
I know the next question. This is the PHP I have at the top of those files;
<?php
chdir("./bb");
require_once('./global.php');
include('./includes/functions_user.php');
?>(/bb/ is my forum directory.)
It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.
One more thing. There does not seem to be any history stored on this. How can I do this. This is a very cool addon.
Could u please message the creator about this, they should be able to help u.
-CMX
Zelda-King
02-27-2006, 07:25 PM
It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.Edit: PM sent! :)
Upgrades to 1.2.3...
Problem is still there.
X-Files
02-27-2006, 07:59 PM
Updated action for selling physical products. Just upload this to the estore folder and create a new action(s). It will automatically PM the user's address to you and PM the user a receipt.If I can not get a response from the user who created this does anyone want to help me get this hacked so it stores history. I am going through the code trying to figure it out my self but I am not the best php person.
Thanks.
Cyricx
02-27-2006, 08:00 PM
Glowing and shadow use the same filter: command? and can they be combined, if so, does it require a second div, or can it simply be added into the style="blah" part of the DIV it already uses?
When I use them I just stack the Divs.
But I'll toy around and see if you can put them into the same div and post up a code example for you :)
X-Files
02-27-2006, 08:04 PM
I thought about that too but then the bank really serves little to no purpose other than interest. If there is any kind of bank robbing to be had, I think it would be more fun to do with the Federal Bank once it gets implemented fully.
No, it has an is_member_of check inside the navbar template to make sure non admins can see it in the eStore Menu.
In v1.2.3 it will log the reason into the item's history.
Not yet, but someone is more than welcome to start one :)
As far as shipping a PM to the user it affects, sounds like a good idea, I'll look into that for a future release as I want to get v1.2.3 out tonite.
The Free is being used because of the price itself being 0 for the Buy Lottery Ticket itself, changing it here would change Bank and others Free, so it would require a more creative way to change it. I'll look into it.
The last u said will be in v1.2.3
Doh, gotta hate when that happens... lol
Great that u fixed it though!
NO, I fixed that bug where u if u preview the post u dont get points until its added.
The donation reason will be in the history in v1.2.3
Of course it would, but will I make that add on? No because I'm not making any store options/addons that use other hacks and/or have to do code modification to other hacks. If they have HOOKS in their PHP files, I would be willing to look at adding support for it at this time.
That doesnt make sense, if thats true, the Fix All Gifts Postbits should work too, make sure u have uploaded all files in the UPLOAD folder and then try to rerun Fix All Gifts Postbits.
U do not get points for urself for viewing ur own threads.
The only points per thread views are when Others view your thread, then u get the 1 point per thread view. This was done this way to avoid users refreshing threads all day to give them more points, now they have to at least register a second acount and u can ban them for breaking a site rule to exploit the system... lol
Well maybe for a future release, however there really is only 1 option u could buy multiple of and that is the gifts option.
Will be fixed in v1.2.3
Because thats my business email account, just subtract $5.50 from how much u want to donate lol
There is no Ban User store option? Please elaborate more.
It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.
Could u please message the creator about this, they should be able to help u.
-CMXThanks! Still have a few things to work out on dev and I am sure I will have more questions. Awsome support!
trackpads
02-27-2006, 08:20 PM
I am having the same issues as a few others:
1. The awards hack is no longer working, I get a blank screen when using the submit awards page.
2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.
Thanks again,
-Jason
Zelda-King
02-27-2006, 08:26 PM
Just to let everyone else know my site integration issue is fixed for the next release.
Edit: Hmm.. in v 1.2.3 I'm getting this in the posting rules now;
1.00 Per Thread View: [ARG:2 UNDEFINED]
10.00 Per Thread: [ARG:2 UNDEFINED]
5.00 Per Reply: [ARG:2 UNDEFINED]
I don't know if that's the default 1.2.3 package or your edits at my site though.
Roxie
02-27-2006, 08:33 PM
I am also having blank award request, gifts not in postbit and an issue I haven't read yet. When stealing rep, the thief's rep power shows as zero, although it looks correct in the admin panel and the database.
trackpads
02-27-2006, 08:35 PM
I am having the same issues as a few others:
1. The awards hack is no longer working, I get a blank screen when using the submit awards page.
2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.
Thanks again,
-Jason
If I disable the store the Awards problem is fixed so it must be something in the store causing the trouble.
Thanks again,
-Jason
sim tech
02-27-2006, 08:36 PM
Upgraded to 1.2.3 here.
On some of the gifts, they appear to be in a language other than english (Dutch?). I have no foreign language packs installed.
Angelfish is akvarie
medal is madalie
strawberry is jordbar
heart is hjerte
It looks like I can just rename the gifs in the images/gifts/ folder (and I'm guessing that I could add more here) but I was not sure if this would cause any other problems.
Note: The gifts are showing up on my postbits just fine. When I hover over them it comes up with the gift message. Very nice!
chairman miaow
02-27-2006, 08:41 PM
Edit: Hmm.. in v 1.2.3 I'm getting this in the posting rules now;
1.00 Per Thread View: [ARG:2 UNDEFINED]
10.00 Per Thread: [ARG:2 UNDEFINED]
5.00 Per Reply: [ARG:2 UNDEFINED]
I don't know if that's the default 1.2.3 package or your edits at my site though.
Same here
bashy
02-27-2006, 08:52 PM
Me too :( just updated
Edit: Hmm.. in v 1.2.3 I'm getting this in the posting rules now;
1.00 Per Thread View: [ARG:2 UNDEFINED]
10.00 Per Thread: [ARG:2 UNDEFINED]
5.00 Per Reply: [ARG:2 UNDEFINED]
I don't know if that's the default 1.2.3 package or your edits at my site though.
LBSources
02-27-2006, 09:17 PM
Well it's always possible, the only issues I'm starting to think about is, there are like 34 options for eBux Settings, before u know it, there will be 100 like there are store options lol
-CMX
OUCH! that wont work.. they can buy anything at that point! doh!
Thanks..
Lenny
moonclamp
02-27-2006, 09:18 PM
Oh dear.
I've discovered another exploit in the profile photo thing.
If the user clicks submit with an empty field and no current pic. Then their points will increase anyway. You can do this 'til the cows come home.
This will also happen with an invalid file type.
It's doing the maths wrong too. I set it to pay 150 to add and to cost 500 to delete.
Payed out fine but deleting it took away 650. I uploaded another pic an did it again, this time it only took away 150. Did it again and it took away 300.
CMX_CMGSCCC
02-27-2006, 09:26 PM
Edit: PM sent! :)
Upgrades to 1.2.3...
Problem is still there.
Thanx for the help in resolving this, will be fixed in v1.2.4
When I use them I just stack the Divs.
But I'll toy around and see if you can put them into the same div and post up a code example for you :)
Stacking them will push anything past </div> onto the next line as well, just to note btw..
I am having the same issues as a few others:
1. The awards hack is no longer working, I get a blank screen when using the submit awards page.
2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.
Thanks again,
-Jason
I think I know the problem to #1 now, and it should be fixed in the next release v1.2.4 probably tomorrow.
#2 has to be because of the PHP files not being uploaded, the template edit not being correct and/or the gifts are not inside the TABLE_PREFIX . "estoregifts table.
I cant think of any other reason. I tried to fix this for one user and they forgot to import the Product XML with allow overwrite to Yes as well.
Just to let everyone else know my site integration issue is fixed for the next release.
Edit: Hmm.. in v 1.2.3 I'm getting this in the posting rules now;
1.00 Per Thread View: [ARG:2 UNDEFINED]
10.00 Per Thread: [ARG:2 UNDEFINED]
5.00 Per Reply: [ARG:2 UNDEFINED]
I don't know if that's the default 1.2.3 package or your edits at my site though.
Redo the template edit for forumrules, it was changed so it uses the ebux_points phrase for your points system.
I am also having blank award request, gifts not in postbit and an issue I haven't read yet. When stealing rep, the thief's rep power shows as zero, although it looks correct in the admin panel and the database.
The other issues I addressed above, the Reputation Level is not rebuilt upon stealing/getting points yet. I'll have to figure out how to rebuild it so I can add that to the next version.
Upgraded to 1.2.3 here.
On some of the gifts, they appear to be in a language other than english (Dutch?). I have no foreign language packs installed.
Angelfish is akvarie
medal is madalie
strawberry is jordbar
heart is hjerte
It looks like I can just rename the gifs in the images/gifts/ folder (and I'm guessing that I could add more here) but I was not sure if this would cause any other problems.
Note: The gifts are showing up on my postbits just fine. When I hover over them it comes up with the gift message. Very nice!
Yes, u can rename them and/or add as many as u want to the images/gifts folder.
Oh dear.
I've discovered another exploit in the profile photo thing.
If the user clicks submit with an empty field and no current pic. Then their points will increase anyway. You can do this 'til the cows come home.
This will also happen with an invalid file type.
... damn u !...... just kidding, I'll look into fixing this too.
-CMX
moonclamp
02-27-2006, 09:32 PM
... damn u !...... just kidding, I'll look into fixing this too.
-CMXSorry, I am a pain in the ass I know. I did donate a small amount to the cause though ;)
Anway ... I also updated that post you just quoted (https://vborg.vbsupport.ru/showpost.php?p=912095&postcount=2484):
It's doing the maths wrong too. I set it to pay 150 to add and to cost 500 to delete.
Payed out fine but deleting it took away 650. I uploaded another pic and did it again, this time it only took away 150. Did it again and it took away 300.
If a user adds all his/her points to the bank before deleting a picture then they will not lose anything. Although they will not go into minus points they will still be able to carry out the action and their bank balance will remain intact.
sim tech
02-27-2006, 09:38 PM
This is still one of the best mods that I've seen for vBulletin. Thanks for all of the hard work.
username12
02-27-2006, 10:00 PM
Did u re-upload all files in the UPLOAD folder?
Yes. Same problem with 1.2.3 as well.
Fatal error: Field ebuxreceivespoints is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485
Downgraded to 1.2.1. Back to normal.
eNforce
02-27-2006, 10:48 PM
On my board when members buy changes to their name (bold, italic, underline, colored etc.) it will not show on the forumhome in the Currently Active Users: bit. :(
It will show everywhere else on the forum though
CMX_CMGSCCC
02-27-2006, 10:52 PM
Sorry, I am a pain in the ass I know. I did donate a small amount to the cause though ;)
Anway ... I also updated that post you just quoted (https://vborg.vbsupport.ru/showpost.php?p=912095&postcount=2484):
If a user adds all his/her points to the bank before deleting a picture then they will not lose anything. Although they will not go into minus points they will still be able to carry out the action and their bank balance will remain intact.
OK, I have fixed this hopefully once and for all for v1.2.4
This is still one of the best mods that I've seen for vBulletin. Thanks for all of the hard work.
What do u mean by still one of the best mods? There are bound to be minor bugs here and there, just look at the changes.txt file inside the ZIP file and think about this. The first version came out Feb. 1st or so, its the 27th now and there have been 23 versions released since Feb. 1st. With updates this quick, if there wasnt any bugs, I would start to wonder if I was not human :)
Yes. Same problem with 1.2.3 as well.
Downgraded to 1.2.1. Back to normal.
If the gifts are not showing up in the postbit, u did not redo the template edits for postbit/postbit_legacy/MEMBERINFO that are inside the readme.txt, or u didnt import the product XML file with allow overwrite set to Yes, or u did not Fix All Gift Postbits.
Thats the main reason I did not "Fix" the gifts to show the "messages" when u hover over a gift because of all the customer support issues, I knew people would have a problem updating their templates and product version :)
On my board when members buy changes to their name (bold, italic, underline, colored etc.) it will not show on the forumhome in the Currently Active Users: bit. :(
It will show everywhere else on the forum though
Show me a screen shot of where its not doing it and I'll see about a fix.
-CMX
eNforce
02-27-2006, 11:00 PM
Show me a screen shot of where its not doing it and I'll see about a fix.
-CMX
ok, see my attachment :)
trackpads
02-27-2006, 11:06 PM
I think I know the problem to #1 now, and it should be fixed in the next release v1.2.4 probably tomorrow.
#2 has to be because of the PHP files not being uploaded, the template edit not being correct and/or the gifts are not inside the TABLE_PREFIX . "estoregifts table.
I cant think of any other reason. I tried to fix this for one user and they forgot to import the Product XML with allow overwrite to Yes as well.
The gifts are weird, I again reinstalled the store and made sure that overwrite was ok, I then fixed all the gifts postbits and no luck. The weird thing is tha tsome users are showing a single gift and some are showing none.
Any ideas?
Thanks again!!
-Jason
CMX_CMGSCCC
02-27-2006, 11:27 PM
ok, see my attachment :)
I just checked, that cant be done without a code modification...
Inside forumdisplay.php
$forumusers = $db->query_read("
SELECT user.username, (user.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible, user.usergroupid, session.userid, session.inforum, session.lastactivity,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM " . TABLE_PREFIX . "session AS session
LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > $datecut
ORDER BY" . iif($vbulletin->options['showforumusers'] == 1, " username ASC,") . " lastactivity DESC
");
You would have to add a couple things there to the SELECT line... like...
$forumusers = $db->query_read("
SELECT user.username, (user.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible, user.usergroupid, session.userid, session.inforum, session.lastactivity, user.displayflags, user.namecolor, user.usertitlecolor, user.glowcolor
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM " . TABLE_PREFIX . "session AS session
LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > $datecut
ORDER BY" . iif($vbulletin->options['showforumusers'] == 1, " username ASC,") . " lastactivity DESC
");
But then u have a problem because the hook is in a bad spot for forumdisplay_loggedinuser...
it does the hook then it overwrites musername right before it evals it to the template... so it would need to be modified to move the hook down to under neath the
$loggedin['musername'] = fetch_musername($loggedin);
And u would still have to add the plugin for it, as well as edit the forumdisplay_loggedinuser template too.. It sounds like a Code Modification Add On to me.
I really think vBulletin should implement an easy way to modify any SELECT queries that do not pull table.* from the tables....
The gifts are weird, I again reinstalled the store and made sure that overwrite was ok, I then fixed all the gifts postbits and no luck. The weird thing is tha tsome users are showing a single gift and some are showing none.
Any ideas?
Thanks again!!
-Jason
Check in PhpMyAdmin how many entries are inside the TABLE_PREFIX + estoregifts table.
-CMX
trackpads
02-27-2006, 11:34 PM
Check in PhpMyAdmin how many entries are inside the TABLE_PREFIX + estoregifts table.
-CMX
146
Thanks again,
-Jason
CMX_CMGSCCC
02-27-2006, 11:36 PM
146
Thanks again,
-Jason
Double check the user that is having the problem and see how many gifts it finds for that user... like..
SELECT * FROM (TABLE_PREFIX)estoregifts WHERE touserid = x;
And see if that matches whats in the postbit.
-CMX
trackpads
02-28-2006, 12:11 AM
Double check the user that is having the problem and see how many gifts it finds for that user... like..
SELECT * FROM (TABLE_PREFIX)estoregifts WHERE touserid = x;
And see if that matches whats in the postbit.
-CMX
No luck, I did the query and the user I chose has 15 in the table but none are showing in the postbit. Would you like to look? I can break anything man, I am a tanker :) :)
MissKalunji
02-28-2006, 12:39 AM
Hey Cmx it still didnt fix it :(
dirtycrow
02-28-2006, 12:52 AM
just upgraded to 1.2.3 all my members now have this in thier postbits (see BOLDED part)
Points: 7,697.99
Bank: 2,227.30
Total %1$s: 9,925.29
ChiliVB
02-28-2006, 12:57 AM
Small bug: Winning Lottery PM's are sent from User ID 1 even though another ID is defined in the configuration. Wouldn't be a big deal but this person is no longer the administrator of our forums.
So I edited this manually in the lotteryprocess.php here:
// fetch who the pm should be sent fromif (!is_numeric($vbulletin->options['estore_lotterypmsender'])) { $vbulletin->options['estore_lotterypmsender'] = '1'; } $sender = fetch_userinfo($vbulletin->options['estore_lotterypmsender']);
But thought you might want to track down why the configured User ID is not updating here.
ubblite
02-28-2006, 12:58 AM
My apologies if this has already been pointed out, I searched the thread & didn't find information or missed it. When viewing a user's profile you'll see eBux Points and it shows as "Total %1$s: xx" which I don't believe is normal. I have attached a photo of the problem & highlighted the text.
Is anyone else having this problem & is there a fix available?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.