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
Module CMPS: VBay Details »»
Module CMPS: VBay
Version: 1.03, by goblues goblues is offline
Developer Last Online: Apr 2020 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 10-13-2007 Last Update: 01-13-2008 Installs: 60
Re-useable Code Additional Files  
No support by the author.

I haven't seen one around so I thought I would release it here.
This is a quick down and dirty module.

Adds a Module which shows the last 5 Auctions
See screenshot for details

Dependencies:
VbA CMPS
Vbay


How to install

Admincp => vBa CMPS => Download / Upload Module
Click [Browse]
Browse for the file "auctions.module"
Submit

Tested on Vb 3.6.8
VbAdvanced CMPS v3.0 RC2

Please Click Installed if you use this. This is my first release here. Thanks!!!

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 01-18-2008, 06:45 AM
pvalderh pvalderh is offline
 
Join Date: Dec 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hiya

vBulletin v3.6.8
vBa v3.0 RC2
vBay 1.1.9
Reply With Quote
  #63  
Old 02-13-2008, 08:54 PM
synisterk synisterk is offline
 
Join Date: Feb 2008
Location: South Carolina
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed....Great mod.
Reply With Quote
  #64  
Old 04-10-2008, 01:02 PM
clothahump clothahump is offline
 
Join Date: Jul 2004
Location: Dorset
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed with no problem.
Would it be possible to have the top 10 current auctions shown on the Vbay home page, be nice for members to see something apart from a list.
Reply With Quote
  #65  
Old 04-11-2008, 12:23 AM
goblues goblues is offline
 
Join Date: Aug 2004
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I actually started making this but I think, I may be wrong, someone else came up with it first. You may want to do a search and see if it exists.
Reply With Quote
  #66  
Old 04-11-2008, 05:56 AM
clothahump clothahump is offline
 
Join Date: Jul 2004
Location: Dorset
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am unable to find anything apart from the module.
Reply With Quote
  #67  
Old 11-05-2008, 03:31 AM
GSeybold GSeybold is offline
 
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone provide a link so I can see this live?

Thanks so much!

Gabby
Reply With Quote
  #68  
Old 02-04-2009, 06:04 PM
appsfinder appsfinder is offline
 
Join Date: Apr 2007
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The file you have uploaded is not a valid module file.
can you help
Reply With Quote
  #69  
Old 02-13-2009, 05:42 AM
appsfinder appsfinder is offline
 
Join Date: Apr 2007
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi is there any way to show thumbnail of actions in your mod thanks

eg what code do i need?
Reply With Quote
  #70  
Old 10-16-2009, 01:11 PM
DolphinEcho DolphinEcho is offline
 
Join Date: Aug 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, just installed (vBulletin 3.8.4 & vBadvanced 3.2.1)
Is there a limit to the amount is displays if so how do I change it ?
Reply With Quote
  #71  
Old 11-14-2009, 08:13 AM
AfterWorldForum AfterWorldForum is offline
 
Join Date: Dec 2008
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by appsfinder View Post
hi is there any way to show thumbnail of actions in your mod thanks

eg what code do i need?
In vba_vBay.php, replace the existing query with the following:

Code:
$showvbay = $db->query("
SELECT items.id, items.name, items.price, items.completetime, items.bids, items.completed, images.id AS imageid
FROM " . TABLE_PREFIX . "vbay_items items LEFT JOIN " . TABLE_PREFIX . "vbay_images images 
ON items.id = images.auctionid WHERE items.completed = 0
ORDER BY items.id DESC LIMIT 5
");
In the template adv_portal_vbay_bit, add the following:

Code:
<if condition="$showvbays[imageid]<>''">
     <br />
     <img src='vbaytn.php?id={$showvbays[imageid]}' alt='$showvbays[name]' title='$showvbays[name]' width='100' align="center" />
</if>

You can see the result in action here: http://www.entropiaplanets.com/forums/
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 07:09 PM.


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.06262 seconds
  • Memory Usage 2,299KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (1)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
  • (3)pagenav_pagelink
  • (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