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
  #672  
Old 10-02-2007, 07:10 AM
derfelix derfelix is offline
 
Join Date: Nov 2001
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well i seemed to have problems installing.. fixed 2 to get it basically to run..

1. the templates were truncated at install... why? because the vbay template for example contains a non-encoded html entity.. the ? sign.. it has to be &copy; if like me you use UTF-8 encoding.. (the template imports only up to that sign..) and as the template is not finished and the database gives you error (but strangely only when it reads the template) .. (nb: it also doesnt like when suddenly single quotes are used in the template.. vbay template - at the end width='100%' instead of width="100%" .. but the issue was definitively the ? sign..)

2. ok.. got it running.. but when i want to add an auction.. it gives me an warning.. saying:
Quote:
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in C:\apache\xxxxxx\htdocs\forums\vbay.php on line 408
all other hacks seem to work perfectly.. so I assume its this addon that is causing the problems.. I think it has something to do with database collation.. and php version..
I am using php 5.2x and mysqli module with utf-8 encoding.. (need it for multilanguage support as the site is in 7 languages..)
[EDIT]just seen that mysql_insert_id() has to be changed to mysqli_insert_id() when mysqli is enabled in config.php [/EDIT]
but the idea seems interesting.. i'll wait for the version 2 before install.

Felix
Reply With Quote
  #673  
Old 10-02-2007, 05:33 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
FYI, I cant get in any longer...what did you change? It probably doesnt like my zip code because it has letters in it:
Blaine Canadian users have letters in there zipcode ...Help Please
Reply With Quote
  #674  
Old 10-02-2007, 06:22 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oops, didnt know that. Edit vbay.php find
'zip' => TYPE_INT,
replace with
'zip' => TYPE_NOHTML,

that should do it.
Reply With Quote
  #675  
Old 10-02-2007, 08:16 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i eventually do change the name of vbay to something else, what should i call it?
Reply With Quote
  #676  
Old 10-02-2007, 09:16 PM
towermatt towermatt is offline
 
Join Date: Apr 2007
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I run a Dark Tower fan site (set of Stephen King books) so I renamed the .php file "DTbay". Hopefully that is okay.

The link at the bottom of the page still goes straight to you though.
Reply With Quote
  #677  
Old 10-02-2007, 09:39 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep thats perfectly fine
Reply With Quote
  #678  
Old 10-02-2007, 09:41 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 derfelix View Post
Well i seemed to have problems installing.. fixed 2 to get it basically to run..

1. the templates were truncated at install... why? because the vbay template for example contains a non-encoded html entity.. the ? sign.. it has to be &copy; if like me you use UTF-8 encoding.. (the template imports only up to that sign..) and as the template is not finished and the database gives you error (but strangely only when it reads the template) .. (nb: it also doesnt like when suddenly single quotes are used in the template.. vbay template - at the end width='100%' instead of width="100%" .. but the issue was definitively the ? sign..)

2. ok.. got it running.. but when i want to add an auction.. it gives me an warning.. saying:


all other hacks seem to work perfectly.. so I assume its this addon that is causing the problems.. I think it has something to do with database collation.. and php version..
I am using php 5.2x and mysqli module with utf-8 encoding.. (need it for multilanguage support as the site is in 7 languages..)
[EDIT]just seen that mysql_insert_id() has to be changed to mysqli_insert_id() when mysqli is enabled in config.php [/EDIT]
but the idea seems interesting.. i'll wait for the version 2 before install.

Felix
Thanks for pointing that out, ill fix the &copy; issue, and will look into a vbulletin substitute for mysql_insert_id
Reply With Quote
  #679  
Old 10-03-2007, 03:09 PM
Dunno012007 Dunno012007 is offline
 
Join Date: Jan 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you add like a Tracking system for tracking numbers if so u have my donation another way to stop scammers with tracking
Reply With Quote
  #680  
Old 10-03-2007, 05:14 PM
towermatt towermatt is offline
 
Join Date: Apr 2007
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Blaine

I am hoping there is a way to edit the very first page a member sees when they log in the first time. It asks for a shipping address and I wanted to put a link to my sites privacy policy there.

Just so folks know we aren't sharing their mailing address with anyone but the seller.

I know it says that somewhere else but I really need it on the first page they see.

Thank you in advance.

Edit--also my Canadian users are saying it won't allow their postal code which is six digits long. I read the thread and found where to change the State allowable characters but not for the zip
Reply With Quote
  #681  
Old 10-03-2007, 05:31 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure, it should allow it, but i would wait untill next version, which SHOULD be updated today.
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 12:07 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.09623 seconds
  • Memory Usage 2,318KB
  • 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