
07-13-2004, 09:34 AM
|
|
|
Join Date: Apr 2004
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by highlander_RD
Any news about the new release 2.0?
cheers
|
I have been testing it, slowly but surely... Also added some other features not mentioned. The forum selection stuff works well.
Given the low-level of interest here, I admit that I let it slip down my list of things to do. I will get around to uploading soon.
Cheers, CarCdr
Version 2 Changes:- New A separate attachment summary page was added.
Page provides overall summary, summary by forum, and summary by extension.
This introduces two new templates: attbro_SUMMARY and attbro_summary_categorybit.
This page is accessed from a new link at the top of the main page.
- New Now uses $vbphrase for phrases.
You can AdminCP-install custom phrases to override the defaults.
- New We handle forum permissions.
To have an entry listed, the user needs 'CANVIEW' and 'CANGETATTACHMENT'
access. Also, $_FORUMOPTIONS[active] and $_FORUMOPTIONS[cancontainthreads]
must be on and the forum must not be a link redirect.
- New List forum name with each entry.
- New Now supports sorting by forum name; just like any other
sort, for first- or second-level sort.
- New Quick filtering for a single forum, by clicking the
'[Filter]' link next to a forum name to search only that forum, similar to
clicking the link next to the user name in our previous version.
- New Allow one or more forumid's to be specified as a filter on the Display Options
form. The "Forum ID" form field may be one or more ID's separated by spaces or commas.
The "[Filter]" link next to forum names uses this as well to add a Forum ID to the
current selection criteria.
- New Allow one or more userid's to be specified as a filter on the Display Options
form. The "User ID" form field may be one or more ID's separated by spaces or commas.
- New Forums can be explicitly exluded via the URL parameter
"exclude_forums=LIST", where LIST is one or more forumid's separated
by spaces or commas. This will eventually be an AdminCP option.
- Bug: Checks deletion log so that deleted posts are not included.
- Feature/Change: The filter 'sel_userid=NNN' no longer disallows other
filter criteria. It's treated like any other filter -- combined with other selection
criteria. Only one of 'sel_userid=NNN' or 'sel_username=XXX' can be specified.
Userid takes precedence. This change also applies to 'sel_forumid=XXX'.
- Change: We use MySQL "LIMIT X,N" syntax to only retrieve the records
we need to fill the requested page. This should provide some performance gain
when building pages for high page numbers.
- Change: Renamed '[Downloads]' link next to user name to '[Filter]'.
- Change: Renamed 'Downloads' in listing header to '$vbphrase[views]'.
- Change: Renamed URL parameter 'userid=NNN' to 'sel_userid=NNN'.
- Change: Since we now need forum information for every page, we
always query using all the JOINS -- user, post, thread, forum, deletionlog.
- Change: Exclude attachements whose 'postid' is zero. Thanks to
Pitman for this one, who suggested: "About the private attachments: Since
they don't have a postid, wouldn't "AND postid !=0" work in the query or
whatever? If so, that should also fix the problem that some may have with
attachment names and all showing but no attachment really there yet (like when
somebody is posting a new attachment and have not yet clicked Submit New
Thread or Submit Reply)?"
- Phrase changes:
- New 'stars_allowed' for reminders on form.
- New 'Filter' for '[Filter]' links
- New 'Count' for summary page.
- New 'Attachment_Summary'.
- No longer use 'Select_Type'.
|