Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
Files List v3.01 Details »»
Files List v3.01
Version: 1.00, by DWard DWard is offline
Developer Last Online: Mar 2018 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 05-03-2004 Last Update: Never Installs: 34
 
No support by the author.

Hey,

VERSION 3.01
[25/05/2004]

-----------------------------------------------

This Hack is released under an EverythingvB.com FullAttribution-LimitedDerivs-LimitedTranslation License
-----------------------------------------------

This new hack gives you the function of grouping all your attachments in one single list, divided into pages and with the option of viewing files by category, eg Video Clips, Archives and Excecutables etc.

All installation instructions are provided in the install file, and modification details are in the php file included in the zip. All images used for some files are also attached.

Any problems, queries or errors, please report here or PM me so I can sort them out as soon as possible, to ensure this hack is to your standards.

Current key functions:


  • Lists all attachments and spans over pages. You can specifiy the amount of attachments per page.
  • Specify usergroups who you do not wish to view the attachments.
  • Set out the same as attachments in posts, with icon, size and views.
  • Categories, so you can quickly view one type of file.
  • Display username.
  • Sort by username or filename.
  • If enabled, images category shows thumbnails.
  • Table row colours altered to make it easier to read username.
  • Shows forum name and a link to the parent thread.
  • Ability to sort by forum name.
  • Set the amount of files to view per page.
An example of the hack can be found here:
http://www.collegepranks.co.uk/forums/fileslist.php

Note to current users about upgrading:
  • Replace your fileslist.php file with the new one.
  • Replace the attachment_view and attachment_view_bits with the ones in the install file.
FOR THE BEST AND QUICKEST SUPPORT TIME, PLEASE POST HERE.

PLEASE CLICK INSTALL

Show Your Support

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

Comments
  #42  
Old 05-05-2004, 08:01 PM
DWard's Avatar
DWard DWard is offline
 
Join Date: Mar 2004
Location: Peterborough, UK
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also SmartGnome, you may want the new collapse images, there on this site (vbulletin.org)...

They have no coloured background, the edges are transparent, so they will work well on your silver category title bars.

If you want them, I posted them on the vBulletin downloads section for vb3 on www.vbulletin.com/forum
Reply With Quote
  #43  
Old 05-06-2004, 01:16 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DWard
Also SmartGnome, you may want the new collapse images, there on this site (vbulletin.org)...

They have no coloured background, the edges are transparent, so they will work well on your silver category title bars.

If you want them, I posted them on the vBulletin downloads section for vb3 on www.vbulletin.com/forum
Do you have a link for those?
Reply With Quote
  #44  
Old 05-06-2004, 01:37 AM
Tim Wheatley's Avatar
Tim Wheatley Tim Wheatley is offline
 
Join Date: Nov 2001
Location: England
Posts: 489
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a rather large amount of attachments... It'd be nice to use this, but I'm a little worried how it may effect my board...

Total Attachments: 163,632
Disk Space Used: 30,045.89 MB
Storage Type: Attachments are currently being stored in the filesystem
Average Attachment Filesize: 188.0 KB
Total Downloads: 22,612,198

Any thoughts?
Reply With Quote
  #45  
Old 05-06-2004, 06:55 AM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
Do you have a link for those?

Here you go http://www.vbulletin.com/forum/showt...ollapse+images
Reply With Quote
  #46  
Old 05-06-2004, 07:46 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SmartGnome
Thank you, sir. At least someone in here answers requests.
Reply With Quote
  #47  
Old 05-06-2004, 12:48 PM
goyo goyo is offline
 
Join Date: Mar 2002
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tim Wheatley
I have a rather large amount of attachments... It'd be nice to use this, but I'm a little worried how it may effect my board...

Total Attachments: 163,632
Disk Space Used: 30,045.89 MB
Storage Type: Attachments are currently being stored in the filesystem
Average Attachment Filesize: 188.0 KB
Total Downloads: 22,612,198

Any thoughts?
I have more than 180.000 attachments (around 77 GByte)....don't use this hack...
Reply With Quote
  #48  
Old 05-06-2004, 01:29 PM
dstruct2k's Avatar
dstruct2k dstruct2k is offline
 
Join Date: Dec 2002
Location: Winnipeg
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If this has a "SELECT * FROM attachment" query, it will cause MAJOR lag. You should be specific enough to SELECT all but the actual attached file, and it should be faster. Also, I haven't looked at the hack, but a "perpage" option that adds "LIMIT 30" or whatever to the query would speed it up tremendously.
Reply With Quote
  #49  
Old 05-06-2004, 01:35 PM
DWard's Avatar
DWard DWard is offline
 
Join Date: Mar 2004
Location: Peterborough, UK
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dstruct2k
If this has a "SELECT * FROM attachment" query, it will cause MAJOR lag. You should be specific enough to SELECT all but the actual attached file, and it should be faster. Also, I haven't looked at the hack, but a "perpage" option that adds "LIMIT 30" or whatever to the query would speed it up tremendously.
There is a perpage function on this hack.
Reply With Quote
  #50  
Old 05-06-2004, 04:21 PM
Ronin Six Ronin Six is offline
 
Join Date: Feb 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is getting very close to what I need DWard.

Not sure if there's already a hack for this, but I'd like to see the attachments grouped by User. The attachments are 99% images of my members' work, and I'd like to be able to arrange the images into a gallery where the attachments are sorted by user. But if a user has made no attachments, then an entry for that user is skipped.

More on the above... I have Photopost, and many of my users post their images there. I'd like them to use Photopost exclusively to upload images, but the attachment feature in vb is much more convenient for some and I don't want to force them to do all extra steps necessary to upload photos into photopost, start the thread, get the url for the image they uploaded in PP, the go back to the thread post the image. So in this case, a separate 'gallery' for vb attachments is needed. Unless of course PP can grab a user's attachments from the file system and import them into photopost right when they create the post in vb.
Reply With Quote
  #51  
Old 05-06-2004, 04:47 PM
DWard's Avatar
DWard DWard is offline
 
Join Date: Mar 2004
Location: Peterborough, UK
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ronin Six
This is getting very close to what I need DWard.

Not sure if there's already a hack for this, but I'd like to see the attachments grouped by User. The attachments are 99% images of my members' work, and I'd like to be able to arrange the images into a gallery where the attachments are sorted by user. But if a user has made no attachments, then an entry for that user is skipped.

More on the above... I have Photopost, and many of my users post their images there. I'd like them to use Photopost exclusively to upload images, but the attachment feature in vb is much more convenient for some and I don't want to force them to do all extra steps necessary to upload photos into photopost, start the thread, get the url for the image they uploaded in PP, the go back to the thread post the image. So in this case, a separate 'gallery' for vb attachments is needed. Unless of course PP can grab a user's attachments from the file system and import them into photopost right when they create the post in vb.
Hey 'Ronin Six',

In response to the first paragraph, usernames are now shown in the files list, which you can see here: http://www.collegepranks.co.uk/forums/fileslist.php. This version is due to be released here some time next week. The next thing I am working on, is the ability to show thumbnails of any images attached.

In response to the second paragraph, I'm not too sure about this, you will probably need to contact somebody else to see if they can help.
Reply With Quote
 


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:10 PM.


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.05354 seconds
  • Memory Usage 2,309KB
  • 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
  • (6)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
  • (1)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