UploadScript

Check out the FREE chatroom mod for IPB 3.x

>  (BBR23)Attachment Browser v2.0.1
By: .Will
-TIED-
July 2007
IPB 2.2/2.3
Large

Short Description
(BBR23)Attachment Browser v2.0.1

Detailed Description


Allows you to make a list of attachments that have been posted in forums and manage them via ACP - Attachments - Attachment Browser.

works with both IP.Board 2.2.x & 2.3.x
Download

>  (BBR23)Attachment Browser v2.0.1, User Contributed Files
File Information
Date Submitted: July 24, 2007
Downloads: 435
Downloads Per Day: 0.4508
Views: 2,587
Compatibility: Invision Power Board v2.2 & 2.3
File Version: v2.0.1
File Size: 2.719 KBytes
Last Updated: August 11 2007, 01:25 AM
Demo Link: None
Allow Upgrades w/o Your Permission?: No
Upgrade Terms for this Submission: you may not alter or upgrade without my permission
Support Topic: Click Here
Report File: Report Broken Mod
File Rating
BadOkGoodGreatExcellent(3.67/5 (3 votes)
Please login to vote.
(you must login to be able to cast your vote)

User Comments (View Topic)
March 25 2009, 07:24 PM
by mod.jhon
I do not obtain to log in mods:

An error has occurred:
Cannot find any members by that username, check spelling.

Please go back and try again. If you continue to have problems, you should contact the site administrator.
March 25 2009, 06:14 PM
by skysober
This mod does NOT work as stated. It is limited to only the last 25 attachments made and there is no option to view more, nor can you assign it to look at only a specific members posts.

This mod is a great idea and perhaps someday someone will make a working version. I used to use a mod called 'underground' on 2.1, and while it worked perfect, it of course died after IPB changed to 2.2, (not upgrade, as an upgrade offeres backward compatibility,) and it no longer sees the attachments.
February 25 2009, 11:44 PM
by skysober
spoke too soon.. it does work, but only the 1st 25 attachments. No option to go view another page of them... and it would kinda suck to change the code to view 10,000 attachments at once wink.gif
February 25 2009, 10:26 PM
by skysober
does not work in 2.3.1 either.. gives parse errors...

anyone get it to work?

nevermind... used the POSS replaced with POST and it worked great! Thanks for the fix above!!!!

Now I am going to try and get it to show thumbnails instead of the filename - lol

December 4 2008, 02:26 PM
by rioterra
i have 2.3.5 version of the board
this mod works not correctly
i have 125 attached images but I see 'Single Page' althrough there is a limit 25 files per page sad.gif
April 3 2008, 08:28 AM
by artno.1
thank you
March 11 2008, 04:05 PM
by GEVREKA
Yes, it works for me ( with Thadius edit ) smile2.gif.
November 3 2007, 04:27 AM
by killyouall
so is this mod a flop ? and if it work does anyone have a screen shot?
October 13 2007, 11:30 PM
by Thadius
it is because

i think its not TOTAL POSS
CODE
        //-----------------------------------------
        // Pages...
        //-----------------------------------------

        $links = $this->ipsclass->build_pagelinks( array( 'TOTAL_POSS'  => $total['cnt'],
                                                          'PER_PAGE'    => 25,
                                                          'CUR_ST_VAL'  => $start,
                                                          'L_SINGLE'    => "",
                                                          'L_MULTI'     => "",
                                                          'BASE_URL'    => $this->ipsclass->base_url."&{$this->ipsclass->form_code}&code=browse",
                                                 )      );


it must TOTAL_POST

CODE
        //-----------------------------------------
        // Pages...
        //-----------------------------------------

        $links = $this->ipsclass->build_pagelinks( array( 'TOTAL_POST'  => $total['cnt'],
                                                          'PER_PAGE'    => 25,
                                                          'CUR_ST_VAL'  => $start,
                                                          'L_SINGLE'    => "",
                                                          'L_MULTI'     => "",
                                                          'BASE_URL'    => $this->ipsclass->base_url."&{$this->ipsclass->form_code}&code=browse",
                                                 )      );
September 19 2007, 11:01 PM
by .Will
QUOTE(miraga715 @ Sep 19 2007, 12:35 PM) <{POST_SNAPBACK}>
Unfortunately this only happens when anybody tries to use your module. I'm sorry if you feel that way but I think it would be better if you explain why it has nothing to do with your module.



because in my entire module I do not use

CODE
function pagination_next_link()


so it has to be something else

Invision Skins · IPB Skins