![]() |
Yeah I sent you a PM about it.
|
***editted***
Resolved and thanx, it's a great mod :up: |
Quote:
TheMayham, please help us... :( Edit: I was able to fix the bug by myself. For the other guys encountering the same problem: 1. open /pointmarket/market_store_purchases.php 2. search for Code:
$cid = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id ='$getcoupon'"); 3. replace it with Code:
$cid = $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id ='$getcoupon'")); Code:
$cid = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id='$getcoupon'"); 5. replace with Code:
$cid = $vbulletin->db->fetch_array($db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id='$getcoupon'")); After this modification I was able to buy products :) Question to Mayham: shouldn't Code:
$has_purchased = $db->num_rows($db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_store_transactions Code:
$has_purchased = $vbulletin->db->num_rows($db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_store_transactions Best regards Kesandal |
Dont wanna sound rude, but I dont like the 'steal' feature at all it is just plainly retarded to me. Is there a way to globally get rid of all steal functions?
|
Quote:
|
Quote:
As for the number rows report, I believe the vBulletin syntax actually is preferred to use $db->num_rows over $vbulletin->db->num_rows; however, I've never been completely positive on that. |
Is there any way to access a log of who purchased points with real cash via paypal? The problem I see is, someone makes a purchase with real cash and then says that they didn't get the credits, and right now I can't find anywhere at can show me if they did or not.
|
The transactions are stored but for whatever reason I didn't script a way to see them. I'll be sure to rectify this and make it so there is a history log for you to view as an Administrator in the near future!
Also, in the next beta due this Sunday I've scripted it so you can now control which usergroup each primary/secondary usergroup change is. This was based off of requests in this thread so you can theoretically now make an unlimited number of change usergroup forum items and each item can have a different usergroup if you like. |
Code:
Database error in vBulletin 4.1.2: |
You fixed it!
Thank you! |
All times are GMT. The time now is 02:31 AM. |
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:
|