![]() |
Hack is work great, thx.
But can you explain what i do to remove one of the cash (points) sum figures from view on my postbit. :ermm: |
Quote:
|
Quote:
|
Thanks Teepeg!
|
Ok, I setup a test site and copied all my data over and did a upgrade to VB 3.5.3. I then upgraded ebux from 1.0.3 to 1.0.5a and it still messes up my forum. I cannot login, I cannot do anything. I also tried uninstalling the product, then reinstalling. Directly after the uninstall I try to post a message and it messes up. Again, here is a sql error I get via email.
Database error in vBulletin 3.5.3: Invalid SQL: SELECT filename, attachment.postid, attachment.userid, attachmentid, attachment.dateline, SUBSTRING(filedata, 1, 2097152) AS filedata, filesize, attachment.visible, mimetype, thread.forumid, thread.threadid, thread.postuserid, post.visible AS post_visible, thread.visible AS thread_visible FROM attachment AS attachment LEFT JOIN attachmenttype AS attachmenttype ON (attachmenttype.extension = attachment.extension) LEFT JOIN post AS post ON (post.postid = attachment.postid) LEFT JOIN thread AS thread ON (post.threadid = thread.threadid) WHERE attachmentid =; 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 '' at $ Error Number : 1064 Date : Sunday, February 5th 2006 @ 04:12:48 PM Script : http://old.redtailboa.net/forums/att...1&d=1138976009 Referrer : http://old.redtailboa.net/forums/t20...d-up-news.html IP Address : 72.64.68.35 Username : natas Classname : vb_database ================================================== === |
BTW I would LOVE to see the option for buying gifts on this, that is what my forum members are really wanting! I mean they want it BAD!
|
FYI, I am willing to give the creator of this hack full admin access to the test site to work out the problem, PM me or email me at natas@spamcop.net
|
Quote:
I just say sit back and enjoy the ride for the next week or so, things will start happening. Others will start releasing hacks for it, ChurchMedia released his products hack for it here https://vborg.vbsupport.ru/showpost....&postcount=274 , I am working on some things for it, and CMX hasn't given up on it either. |
A lot of posts here to read, I've read all of them now. I've fixed the bugs I have come across in the posts that I could replicate.
No idea how redtailboa's bug is coming about because this hack doesnt even do anything to any attachment plugins at all :/ As far as "giving up"? Why would I give up over some negative comments? There is simply no reason too, everyone is entitled to their own opinion. And just because some dont like it doesnt mean that there arent a lot of people who do like it! I've did a little bit of work on it over the past day or so, I've really improved the Add Option for the Admin CP. I'm doing more testing on it today, and if all goes well and all are working, it will be released later today. (Probably about 8 to 10 hours after this post.) I realize that some of the templates that I've created are not the most elegant looking, I'm a coder, not a graphic artist. If someone can redesign the estore_main template and make it nice and purrrrrrrrrrty, I'm all for adding it in. Someone posted a screen shot of a bank that looks awesome and I will incorporate that into the release very soon. Here are a list of things that I have done so far for the v1.0.6 to be released later today: v1.0.6 Update: 1) Bugfix: View Richest Member setting was always displaying top 30, it now displays how many you have the eBux Setting for. 2) eStore Main: Displays the item description in the database when it lists the items for sale. 3) Bugfix: Donate, Admin Donate, Thief & Bank eStore Options check that the amount is numeric properly now. 4) When eStore is not enabled now, it displays a closed message. 5) eStore Options: Lose Reputation Points on Successful Thief & Failed Thief. (2 Different Settings, Use a value of 0 for no loss.) 6) Custom User Title eStore Options now set the user table field customtitle = 1. 7) eStore Option: Sticky Thread, lets a user sticky a thread. (Requires them to enter the threadid) 8) eStore Option: Unticky Thread, lets a user unsticky a thread. (Requires them to enter the threadid) 9) eStore option Set Type field has a new drop down called 'Add Integer' which will add to the field setname. Useful for making an eStore Option to buy more post counts, or anything that you just want to increase. 10) Backend Changes: A VERY Major change has occurred in the back end. There was a LOT of database changes done to the estoreitems table and the items contained in it. One that is so great now you can almost add actions for anything you want. I won't go into detail of what this means, but lets just say something like this. The table named 'thread' has threadid, visible, sticky, sticky_expiry, votenum, etc.. Well with the new system in place, I'll demonstrate how to add a new eStore Option for say example, Sticky Thread... (NOTE this is not a perfect example because the sticky thread has its own field for 'sticky_expiry' and has to be accounted for to make it expire properly. But for the sake of this example, it will set the sticky = 1 where threadid = id the person entered. First you go to the Admin CP and choose Add New Option. Type Sticky Thread for the Item Name and type a description you want it to use, setup all the costs, expire days, refill, usergroups, etc.. Then use the following settings: Item Script Location: blank (Meaning do not type anything in this field!) Item Table Name: thread Where Name: threadid Where Value: $action['threadid'] Set Type: Choose Bitfield Set Name: sticky Set Value: 1 Phrase Name 1: estore_threadid Field Name 1: threadid Then choose Add Option and there you have it. As you can see these back end changes allow for lots of tables to be modified via eStore Options. With this kind of system in place, its almost virtually endless of the possibilities to add/modify the tables/fields. -CMX |
Quote:
Frugal |
Quote:
Point is that our board has some different faces. Fun with glowing usernames is nice for some forums, but does not really suit the others. It doesn't bother me if they find the shop (they better do :) ). |
caimakale - can you be bribed into making a gifts hack ;)
|
Quote:
|
Quote:
I am going setup a sandbox forums and see what I can do to help make it look better. I have the next couple of days off so I should be able to throw somthing together. Do you have some layout/design idea's? |
I could redesign it if today wasn't the super bowl. Maybe I will work on it during the week.
|
When I have the eStore closed, people are still able to purchase items. It doesn't actually give them the item, but it takes their points and removed one from the quantity.
|
Quote:
xYarub: That's one of the bugs caused by the store not saying its closed when the setting is not enabled. That will be fixed in v1.0.6. I have started a "gifts" feature, I have it so it adds the gift into the gift table, all thats left is the plugin's for the gift caching and such... EDIT: UGGH that gift hack is atrocious.... The thing caches all of the gifts everytime showthread.php is called. If you have say 3000 gifts in the database, and 300 people viewing a thread at around the same time, can you say server crash? There has to be a better way to do it, as it would suck bad to put a separate query for each new user that has posted on that page for the thread too. [high]* CMX_CMGSCCC thinks [/high] -CMX |
Quote:
I currently have it displaying ribbons that were purchased in the past on my site, now I am trying to make it into an action so you can purchase more ribbons through the store. |
Quote:
-CMX |
Quote:
|
I seem to be missing something, i just bought myself a colour but it does not show, i wrote the colour Red in the display box is this correct or do i need to write the clour code in there?
Edit: Ah it does give me the Colour, it shows it up in my posts iwas looking at the Currently Active Users: where it doesnot show :disappointed: |
I'm working on the main templates. I have it looking similar to uShops all I wish you would do is PM me the line so that I could add in descriptions. Nice working with you. :)
Edit: Also, how would I go about making the items be horizontal rather than vertical? I have them looking good but they won't change from being vertical. :ermm: |
Apologies if this has been answered already. Is this capable of being intergrated with VBookie?
Thanks Shayne |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=376 Frugal |
installed and it works great, thanks so much!!
/me clicks install |
Quote:
Lenny |
Quote:
No, it seems to become fun ;) Tobi |
Quote:
Frugal |
Quote:
|
Quote:
|
Quote:
Right now I can say, CMX did an amazing with all of his fast updates and bugfixes! Tobi |
Quote:
whatever floats the boat! Lenny :) |
I'm def? staying with eBux and eStore, CMX has done everything, they just released in a hurry, they won't do any updates I am sure ;)
|
I am going to install this as soon as the gifts are available.... I think it's total BS that after MONTHS of asking for status, GD FINALLY releases ucash/ushop when CMX releases ebux. My money is on CMX to provide support and options faster than geeky
GO CMX GO!! |
I am on board with eBux & eStore...my php skills are minimal at best, but I will do what I can to code some addons for it. Plus at this point I have more faith in CMX getting things done and adding to the hack.
|
Quote:
|
I waited and waited got ushop to be finished and then here comes this guy from know where and starts kickin butt. I just installed a fresh 3.5.3 with 1.5a ebux/estore. Time to turnon the music and get a theme cranked out.
|
how come my members cannot purchase any items??
they don't see anything on the eStore, they only see like The Richest users... http://img465.imageshack.us/img465/3271/estore4cj.jpg |
Quote:
|
Quote:
but that didn't really answer my question... |
All times are GMT. The time now is 08:08 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|