vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Module CMPS: VBay (https://vborg.vbsupport.ru/showthread.php?t=160215)

goblues 10-25-2007 10:25 PM

This module doesn't differentiate between open and closed auctions. If you wish to show only current and active auctions find in your forumroot/modules/vba_vbay.php file:
Find;

Code:

SELECT id, name, price, completetime, bids
FROM " . TABLE_PREFIX . "vbay_items
ORDER BY id DESC LIMIT 5
");

and replace with:

Code:

SELECT id, name, price, completetime, bids, completed
FROM " . TABLE_PREFIX . "vbay_items WHERE completed = 0
ORDER BY id DESC LIMIT 5
");


towermatt 10-25-2007 11:12 PM

Thanks goblues--I'll give that a whirl

goblues 10-25-2007 11:23 PM

No problem. Let me know if you have any issues.

emmanuel132 10-26-2007 12:05 AM

a goblues can u make it so other people can sell to other then 1 user group? for the vbay?

goblues 10-26-2007 12:34 AM

I am afraid I do not know what you are asking. Can you explain further?

emmanuel132 10-26-2007 03:04 AM

um ok you know how it says Seller group like the group that can sell stuff? how do u make it so its all the groups not just 1 like so all the groups can sell stuff

emmanuel132 10-26-2007 11:49 PM

any answer?

goblues 10-27-2007 04:10 AM

Well, I haven't looked into this yet. Have you tried posting in the VBay forum for this request so that Blaine (The Vbay Coder) may be able to help you? I will look into this tomorrow but you should ask the coder first.

acorndomains.co 10-27-2007 11:01 PM

Is there a way to show this without using VBA?

goblues 10-28-2007 02:37 AM

Are you talking about a template edit of vbay to show the last 5 auctions? I think I know what you mean so let me check inot that.


All times are GMT. The time now is 07:12 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
  • Page Generation 0.01125 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete