(BBR23)Attachment Browser v2.0.1
By: .Will
|
|
||||||||||||||||||||||||||||||||||||||||
| 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
|
| 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 |
| 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 )
|
| 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 |