Okay I am now home from my plane ride

With that being said I see you guys have been doing a lot of little bug finding, which is good. RC 3 will be released this week, sometime during the mid week. I gotta split my programming time between this and vBcredits for Pixel so it's kind of half and half right now. Below are my answers.
Quote:
Originally Posted by bluegoblin7
Sorry for the double-post, a users just been telling me of some more problems.
He's bought 6 items today, but it's only showing up as two on the Market homepage. One of those is also coloured thread.
Any ideas?
Sorry if I'm not describing myself well enough!
|
Which six items did he purchase? I believe the Admin CP has a user transaction purchase updater under the maintenance section which recalculates for situations like this. I will definately look into it though after I see your reply and fix whatever is occurying on RC 3 but letting me know which forum items &/or store items (need to know which) will help me.
Quote:
Originally Posted by Centrix
I think I've asked this twice already and I'd still like to know if this is something you will or would like to implement in the mod.
This is a very interesting mod and I use it too, but I think it would be even better with this implemented.
If you'll consider putting this in I'd be very happy.
|
I believe your talking about usergroup permissions, the answer is YES I will be implementing that. Possibly before I dub 3.0 a gold release.
Quote:
Originally Posted by Magz
Me agian
When a gift is purchased, a notification is sent, telling user to look in the Gift Market section for more details. Nothing is shown there though, am I missing a setting somewhere
The gift section is supposed to tell you what gifts you have purchased as well as who has purchased you gifts, and any
?
|
That's a poor written phrase on my part telling the user to purchase the gift section for more information. I am going to update it on RC 3 to tell them the correct info related to the gift donation to clear up the confusion.
Quote:
Originally Posted by bluegoblin7
And me again, feeling slightly stupid.
Found out what the coloured thread one does now - not what the user expected! It's also applied the change forum wide and seemingly irrevocably - the result being that all my threads are coloured orange.
Please help revert this!
|
I made a poor mistake when releasing 3x on how I named the Color thread option, I will add something in the maintenance section to revert thread colors on the next release and change the forum item name to Color Threads instead of Color a Thread. It's only supposed to color the threads of that user that they post and not color all threads or just one thread. It'll be corrected in RC 3.
Quote:
Originally Posted by AtomicAcidbath
Posting this for the developer.
Buying "Title Change" with two funding sources required (Points & Cash, aka- method 4) throws this database error:
Code:
Database error in vBulletin 4.0.4:
Invalid SQL:
update lc_user set `market_xperience`=1027.00-, market_purchases=market_purchases+1, customtitle='2', usertitle ='MyNewTitle' where userid='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 ' market_purchases=market_purchases+1, customtitle='2', usertitle ='MyNewTitle' where u' at line 1
Error Number : 1064
Request Date : Sunday, July 25th 2010 @ 06:12:38 PM
Error Date : Sunday, July 25th 2010 @ 06:12:38 PM
Script : http://76.121.10.37/forum/market.php?do=purchase
Referrer : http://76.121.10.37/forum/market.php?do=item&id=2
IP Address : 76.121.10.37
Username : --------
Classname : vB_Database
MySQL Version : 5.1.47-community
Check file 'market.php'
Change section:
Code:
// User Edits Own User Title
if ($itembuy[marketid] != 6) {
if (!$method != 4) {
To:
Code:
// User Edits Own User Title
if ($itembuy[marketid] != 6) {
if ($method != 4) {
Problem is resolved.
|
Good find, I'll be sure to correct it. Sorry about any issues.
Hopefully that helps you guys. Like I said my time is split and I just got back tonight from California. I'm sunburned but in a very good mood. I'll try and get something out later this week. Keep up the bug searching