Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Great stuff. This will be a default plugin for me in future. There’s just one strange thing I ran into… I can’t run it from my plugins folder.
I get Fatal error: Unable to include required plugin "wet_peex" in [...]/textpattern/lib/txplib_misc.php on line 498
in the bottom of the Write tab, and the search doesn’t work.
But wet_peek v0.4 is there – I’m using successfully it with wet_quicklink_v0.5 aready. Just to prove this, if I activate it in the plugins table, the Write page spits at me
Fatal error: Cannot redeclare wet_peex() (previously declared in [...]/textpattern/plugins/active/wet_peex_v0.4.php:66) in [...]/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 141
…until I remove wet_peex_v0.4.php from my plugins folder.
Not a show-stopper, but I thought it might be of interest.
Thanks again.
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
You can try to remove this line from wet_quickopen:
require_plugin('wet_peex'); // won't help for loading wet_peex on time, but point out the lack of it to unwary users.
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Yep, that works. Thank you.
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
wet_quickopen 0.4 loads snappier thanks to Textpattern 4.3 capabilities, lists matching articles at the hit of the enter
key (the “type and wait” lazy search mode is till there, no worries).
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Reporting minor issues between wet_quickopen & TXP 4.5 Beta.
This same issue is happening with this plugin.
I’ve tried Gocom’s suggestion, by changing this line:
register_callback('wet_quickopen_clutch', 'article');
into this line
register_callback('wet_quickopen_clutch', 'admin_side', 'head_end');
It seems to have worked: no more alert message on Save.
Only issue I see now is that each time the article is ajaxly saved, a new text input is added in the Recent Articles box, but only the first one keeps being functional (i.e. triggers a search).
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
I think you really should rethink the way you use the plugin cache. Hoping that every single plugin author fixes issues caused by ignoring a specified load order and deliberately chosen plugin types might not be the best tactic.
Last edited by wet (2012-08-11 05:18:24)
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
I understand. It’s just that having the plugins installed in the cache is, imo, very convenient both for development (even more when team working) and for deploying. Also, as you may have read in some post by me, it allows me to have a huge plugin repository, storing lots of Txp plugins and many versions, letting me install any of them via a symlink.
In any case, I’d be OK with having a few plugins installed directly in the DB, if I can’t get them to work properly from filesystem. And although I won’t expect every single plugin author to fix issues for using their plugins in a non-standard way, I will report & try to help authors to solve them.
PS: I have yet to understand & try this method of loading plugins, by Gocom, which I’ve tried before without success, to see if it improves the situation and helps with the workflow.
Offline
#20 2013-01-10 18:39:47
- eritropel
- Member
- From: Hamburg
- Registered: 2009-08-27
- Posts: 26
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Hello,
I installed wet_quickopen (with wet_peex) in TXP 4.5.4 – but it does not work.
When I type any character in the input field, the list below hide away.
My question: Are there known Problems with the newest TXP Version?
Or is Quickopen maybe affected of one of the other PlugIns I have installed? I’ve tried many combinations and could not fix the problem.
This are the other installed PlugIns:
- aks_table
- smd_browse_by
- soo_toc
- wet_quicklink
PS. I use quickopen in an other installation (4.2) and it works great. Thank you Robert for this!
Matthias
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Please try wet_quickopen 1.1. It fixes an incompatibility with Firefox.
Offline
#22 2013-01-11 11:43:43
- eritropel
- Member
- From: Hamburg
- Registered: 2009-08-27
- Posts: 26
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Thanks a lot Robert! First try was successfull.
Offline
#23 2023-02-25 04:32:10
- lazlo
- Member
- Registered: 2004-02-24
- Posts: 110
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Robert’s plugin files seem to have 404’d.
Any help finding wet_peex and wet_quickopen?
Offline
Re: wet_quickopen: Open recent (and not so recent) articles quickly
Hi lazlo! Sorry for the linkcruft ;)
Please download wet_quickopen and its helper plugin wet_peex.
Offline