Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
wet_quickopen: Open recent (and not so recent) articles quickly
wet_quickopen prepends a search term input on top of the “Recent Articles” list at the article edit screen.
The “Recent Articles” list is filtered by matching the current search term against all articles’ titles and bodies in descending posting date order. All you have to do is type and wait for a moment until the “Recent Articles” list refreshes.
Download wet_quickopen and its helper plugin wet_peex.
Last edited by wet (2023-02-25 05:22:53)
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
This is going to save me many a round trip through the Articles tab — thanks.
Code is topiary
Offline
#3 2009-10-16 12:47:17
- Neko
- Member
- Registered: 2004-03-18
- Posts: 458
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Awesome, thanks! :D
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Simple. Effective. Genius.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Brilliant!
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
… and perfect ;)
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
#7 2009-10-16 19:54:07
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,305
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Thanks, Robert. Even better than what I thought would help there: more recent articles.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#8 2009-10-17 07:51:54
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Sorry … I install it (the 2 files, and activate) on 2 sites and … nothing …
Offline
#9 2009-10-17 08:27:42
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: wet_quickopen: Open recent (and not so recent) articles quickly
The plugin requires Txp 4.2.0 at least.
Offline
#10 2009-10-17 08:42:56
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: wet_quickopen: Open recent (and not so recent) articles quickly
My 2 site run the Txp 4.2.0 …
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Might be a browser issue. Which one do you use?
Also, you might perform two diagnostic steps to aid tracking down the reason why wet_quickopen does not work for you:
1. When you visit http://yoursite.com/textpattern/index.php?wet_rsrc=quickopen_js&v=0.1
you should see a page which starts like that:
/*=*=*=* script goes here */
/**
* wet_quickopen: Open recent (and not so recent) articles quickly.
* ...
2. A visit to http://yoursite.com/textpattern/?wet_peex=article&limit=10&offset=0&dir=desc&sort=lastmod
should render a XML response like so:
<?xml version="1.0" encoding="utf-8" ?>
<textpattern>
<articles count='42' offset='0' limit='10'>
[...]
Offline
#12 2009-10-17 13:31:24
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Robert,
I use Firefox 3.5.3
I try the diagnostic 1 and 2 :
On site A : the urls go to the login then the admin (contents).
On site B : the urls give me the code above as expected.
I try on Chrome and IE : Site A : don’t work, Site B : I see the new filter (recent files) and it work.
If you want it, I could give you access on both site.
Offline