The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VBay! Transform your vbulletin into an auctionhouse! Details »» | |||||||||||||||||||||||||||
VBay! Transform your vbulletin into an auctionhouse!
Developer Last Online: Jul 2018
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
|
Comments |
#1592
|
|||
|
|||
Any updates on this Blaine!?
Most of us are / will be selling digital products so the shipping info is not needed (so there should be an option on admin panel to disable that) Also, instead of paying for a membership, I would like the option where members pay for every single listing, can that be done? Can it be also integrated with vBCredits? I could also pay you if you have some time for this! Regards |
#1593
|
|||
|
|||
Hi how do i set currency! it shows in $ not £ please can you help?
|
#1594
|
|||
|
|||
please can you help theres no Description menu also cannot edit aution Description?
|
#1595
|
|||
|
|||
Hello,
is this Mod/add also for VB4.0.3 updated? Is this still alive? I hope so. |
#1596
|
||||
|
||||
I installed this on my 3.8.4 vB and it worked great for 3 auctions I recently posted. The problem is now that the auctions are over where did all the information about the auctions go? There is nothing listed that shows I even had an auction posted, no email to me telling who the winner was and for how much, nothing. Can anyone help?
|
#1597
|
|||
|
|||
I was using this on a VB3.X site and loved it. Now my new site is 4.X Reading here it doesnt look possible to run on VB4,,,,is this correct?
|
#1598
|
||||
|
||||
I was thinking of using vBay as a feature of a site that I'd like to develop. Only problem is, does it work without a hitch?
I noticed a few issues as I read through some of the recent pages. Are there any potential 'deal breakers' for those using this? |
#1599
|
|||
|
|||
o man !! none for vb 4.0 ?
|
#1600
|
|||
|
|||
Installed on VB 3.8.5 and only had one error that was quickly resolved with the following edit to Vbay.php on Line 130 right after the SELECT * FROM there is an extra ' before the " that needs to be removed for the link to the category to work correctly.
Code:
$get_all_items = $db->query("SELECT * FROM `" . TABLE_PREFIX . "vbay_items` where completed='0' AND catid = '" . $vbulletin->GPC['showcat'] . "' " . $sort . " LIMIT " . ($limitlower - 1) . ", " . $vbulletin->GPC['max'] . ""); Code:
$get_all_items = $db->query("SELECT * FROM " . TABLE_PREFIX . "vbay_items` where completed='0' AND catid = '" . $vbulletin->GPC['showcat'] . "' " . $sort . " LIMIT " . ($limitlower - 1) . ", " . $vbulletin->GPC['max'] . ""); |
#1601
|
|||
|
|||
VB4 version will make this the mod of the month!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|