Opened 15 years ago
Last modified 13 years ago
#1182 new defect (bug)
Register a view without a query
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release (Legacy) | Priority: | normal |
Severity: | normal | Version: | |
Component: | Back-end | Keywords: | has-patch blessed |
Cc: |
Description
On custom views I've been using a hacked up query to try to short-circuit the query. However there's no real way to prevent bbPress from doing some kind of query, which is a waste.
I'd like to see something like if a boolean "false" is passed, no query is executed for the view and the view handler simply is allowed to take over.
Attachments (1)
Change History (8)
#5
@
15 years ago
- Milestone changed from 1.1 to Future Release
- Summary changed from register a view without a query to Register a view without a query
Note: See
TracTickets for help on using
tickets.
basic patch by _ck_