Version: 1.1.10, by Blaine0002
Developer Last Online: Jul 2018
Category: Major Additions -
Version: 3.6.8
Rating:
Released: 11-25-2006
Last Update: 06-16-2014
Installs: 524
DB Changes Uses Plugins Template Edits
Additional Files Translations
No support by the author.
VBay.
This will add an auction section to your bulletin!
If you want to donate to me click the link over there ---------------------->
I am open to suggestions, bugs, comments, insults, and anything else you might say to me at the time :P
To do list:
*use forums/categories/subforums for your auctionhouse.
high bidder userid -> username
*" in description cuts the description at that point
add buyer name
fix pm formatting
add more currencies
intergrate with trader ratings
add paypal api
bidder usergroups
*hot auctions on main < - Available with addon (wont be packaged in vbay)
admin editing auctions
*set up for use with forum commenting.
*fix amount of days an auction can be posted (more than 2 char)
ability to prune old auctions
make sure buy it now is using buy it now price, not bid.
allow admin ability to specify bid/buyitnow/both overrides.
* = Completed.
Features:
Full BBCode support.
Specification of everything, Money Auction length ECT.
Image uploader for auctions.
Closed auction section.
3 auction types, bid, buy it now, or both.
To install
Upload files, and import product as usual
Make a new usergroup and call it the sellers usergroup, do what you want with this group (allow people to request addition maybe?)
Go to vbulletin options and into vbay, set the usergroup id of the sellers group you just made.
To upgrade
re upload all files
import new product
REVERT YOUR TEMPLATES
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hello to all,
I have the installed Vbay and it works very well, I have translated everything into Spanish, but it is necessary to me to translate some words:
Hello to all,
I have the installed Vbay and it works very well, I have translated everything into Spanish, but it is necessary to me to translate some words:
* Domestic
* worldwide
Where I have to translate them?
A greeting
You will need to search in your product-bay.xml for this..
and do a re-import with Allow Overwrite enabled.
You do this on your own risk..
im a freak, i read all posts here an i install this hack, ist run super, thanks to Blaine0002
now i have questions:
- i need restart a finished auction and not implement a new
- i wanna set two or more usergroups (im admin, and i dont subscribe a auction when i logged in as admin )
- i need a direct PayPal over API for this hack
Sorry, but my english is not good, i speak just german and romanian language.
just seen your reply today
if you use vbulletin subst. you would have to look in class vB_Database_MySQLi
(to be found in file class_core.php)
but the easiest way would be:
PHP Code:
if(function_exists('mysql_insert_id'))
{
mysql_insert_id();
}
else if(function_exists('mysqli_insert_id'))
{
mysqli_insert_id();
}
else
{
print "system error message:xxxxxx";
// because it wont work if the id cannot be inserted..
}
I apologise if my question sounds dumb but i just couldn't find anywhere on instructions to add categories, after a almost 1 hour of trying. I've tried searching around but just couldn't find out the steps to add categories into Vbay. Please help. Thanks!