Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBay! Transform your vbulletin into an auctionhouse! Details »»
VBay! Transform your vbulletin into an auctionhouse!
Version: 1.1.10, by Blaine0002 Blaine0002 is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

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.

Comments
  #1382  
Old 03-05-2009, 02:14 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah steve, i guess i thought i fixed this in the newest version.
its a simple fix, just add an addslashes to the wysiwyg variable before it gets entered into the db, and another stripslashes when its pulled out.
Reply With Quote
  #1383  
Old 03-05-2009, 05:02 PM
towermatt towermatt is offline
 
Join Date: Apr 2007
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow! No idea how to do that, I just copy my auction and then re post it in the editor.

Works for me but the truncation does seem to drive people a little insane.
Reply With Quote
  #1384  
Old 03-05-2009, 10:55 PM
427mouse 427mouse is offline
 
Join Date: Feb 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blaine0002 View Post
yeah steve, i guess i thought i fixed this in the newest version.
its a simple fix, just add an addslashes to the wysiwyg variable before it gets entered into the db, and another stripslashes when its pulled out.
Is the wysiwyg variable in this template? vbay_new_auction2

This is what I found in the vbay_new_auction2 template:
<input type="hidden" name="wysiwyg" value="{$vbulletin->GPC['wysiwyg']}">
What do the addslashes and stripslashes look like? and where should I insert them?

Ten minutes later....
Would this be correct?
<input type="hidden" name=addslashes"wysiwyg" value=stripslashes"{$vbulletin->GPC['wysiwyg']}">

Thanks for the help!
Reply With Quote
  #1385  
Old 03-08-2009, 08:53 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have uninstalled this mod . Before i deleted this i figured i may as well post it here for anyone who is still using it

Quote:
How To Use vBay

Click vBay In Top Nav Bar



Title/Item Name:
This Will Be The Name of your Auction TIP: Please Be Specific of your Item

Category:
What Section Does Your Item Refer To ?


Days Until Close:
Select between 1 or 14 day run time

Description:
Describe Your Item TIP: The more Information the Better

Your Starting Bid:
The amount of $$$ you wish for your Auction to start TIP: START LOW !

Your Reserve Price:
If You item is not bid up to atleaset this amount at the end of the auction then its NO SALE TIP: Do Not set this lower than what your willing to sell the item for

Bid Increment:
How Little each additional Bid can be MUST BE AT LEAST 1 Tip: Only enter 1 ,2,3,4,5,6,7,8,9 ect No Need to do the 1.00 thing

Image Uploads:
How many Photos are you going to upload? Tip: Enter as 1,2,3,4,5

Will Ship To:
Where Your Willing to ship the item to :
Domestic = Your Nation
World Wide = Anywhere

Domestic Shipping Cost:
How Much $ You Want To Ship Domestically Tip: Just Enter 25 for $25

Worldwide Shipping Cost:
How Much $ You Want To Ship World Wide Tip: Just Enter 25 for $25

Tip: Only Select One and leave the other Blank

Payment methods:
How you want to be Paid for your Item
Cash Tip: NOT RECOMMENDED
Paypal Tip: Safest Manner
Other Tip: Money Order Ect....

Contact Information:
Will be given out only to the Winning Bidder


Click Preview........



If you dont like what you see click the Back button and edit your auction This is your last chance .....

If it looks good then look at the bottom ..

If you selected to ad images the uploader will appear

Click Browse And find your image , and repeat till the number of images you specified have been selected , then the browse area will be grayed out ,,, now hit submit



You will then be taken back to bomb bay where you can view your auction.

That's it ,,,, You will be notified Via Private Message when the auction closes

Enjoy and Use As Much as you like
Reply With Quote
  #1386  
Old 03-10-2009, 06:00 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steve427 View Post
Is the wysiwyg variable in this template? vbay_new_auction2

This is what I found in the vbay_new_auction2 template:
<input type="hidden" name="wysiwyg" value="{$vbulletin->GPC['wysiwyg']}">
What do the addslashes and stripslashes look like? and where should I insert them?

Ten minutes later....
Would this be correct?
<input type="hidden" name=addslashes"wysiwyg" value=stripslashes"{$vbulletin->GPC['wysiwyg']}">

Thanks for the help!
steve, search for the variable $message in the vbay.php file
Reply With Quote
  #1387  
Old 03-22-2009, 11:41 AM
Renada's Avatar
Renada Renada is offline
 
Join Date: Jan 2005
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Blaine,

This is great, thank you

I'm using this one a LOTRO kinship site so would like to change the currency to gold/silver.

1000 silver = 1 gold in the game so which phrases etc would I need to edit to make this show up properly? Also what do I need to edit to make a symbol of the gold coin appear instead of the British ? sign?

Is it possible to delete closed auctions? We have several test auctions that are closed and there doesn't appear to be a way to delete them.


Thanks for your help,
Regards,
Renada.
Reply With Quote
  #1388  
Old 03-28-2009, 12:13 PM
Toupsx Toupsx is offline
 
Join Date: Aug 2008
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any integration of this with vbcredits or another point system that is available to use instead of real $$?
Reply With Quote
  #1389  
Old 03-28-2009, 03:18 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, not trying to sound stupid here, but how do I edit the Vbay_Main phrase, the VB_Main template does not have this in it.
Reply With Quote
  #1390  
Old 03-31-2009, 03:33 AM
brad2010 brad2010 is offline
 
Join Date: Feb 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi

when somebody bids the item , and the last person Buy It Now, that last person wins but with his early bidding price - not Buy It Now price. COuld you look on it ?
Reply With Quote
  #1391  
Old 04-01-2009, 05:17 PM
jordanb27 jordanb27 is offline
 
Join Date: Mar 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am also wondering if there is a way to charge for listings, either with real money (Paypal) or via vbplaza?

This would be a great feature that I would be interested in paying for if need be. Please let me know if there is a way for listing fees. Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:56 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05182 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete