Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: wet_quicklink: Quick internal link builder
Incredibly nice! Wet, you are my new personal hero!
After 2 minutes of testing, two suggestions:
- In the doc, explain where the English string are, so that semi-non-geek people can edit them (mostly the “Insert Link” one, for localization).
- If no string is selected in the textarea when the Insert Link tool is called, insert
??Title of the linked article??
as a default hyperlinked text. Or maybe with an option. - And a third.
txp:permlink
is not updated in the backend HTML or Preview tools, maybe a warning in the documentation, because that can be unsettling for some people (yeah it was for me, I’m ashamed).
Last edited by Jeremie (2007-02-24 20:29:42)
Offline
Re: wet_quicklink: Quick internal link builder
Jeremie wrote:
In the doc, explain where the English string are, so that semi-non-geek people can edit them (mostly the “Insert Link” one, for localization).
Done. Hope you like my French ;-) I will collect further ideas for improvements or extensions for a few more day and add those to a follow-up release then.
Offline
#15 2007-02-25 18:43:47
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: wet_quicklink: Quick internal link builder
Really great work! Thanks! Love the interface of it, hope to see such an interface some time for images, maybe in upm_img_popper?
Regards,
Joey
Offline
Re: wet_quicklink: Quick internal link builder
wet wrote:
Done. Hope you like my French ;-) I will collect further ideas for improvements or extensions for a few more day and add those to a follow-up release then.
“Fromage” is male, “Quelle” apply to female ;-P>
Thanks for the requests building time, I’ll investigate more tonight.
Offline
Re: wet_quicklink: Quick internal link builder
Before send you a donation wet, I’ve got this javascript error :
$ is not defined
target : $("#body")[0], // insert links into article body unless focus changes
(Note: don’t have any “wet_quicklink-search” cookie)
So could you tell me where is this problem occurt? Tks lot.
Cheers,
Last edited by Pat64 (2007-02-26 20:22:45)
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: wet_quicklink: Quick internal link builder
Do you have jquery in /textpattern/js/jquery.js
?
Shoving is the answer – pusher robot
Offline
Re: wet_quicklink: Quick internal link builder
Yes Patrick :
I’d try it with jquery.js (uncompress) and jquery-compress.js … and I’d no wet’s search box.
I’m Crying :(
P.S. But I’d no “Fromage” into my TXP install ! Perhaps that’s my pbl ! :) :) :)
Edit :
@all : Sorry, I’d put some “Fromage” into my (poor) brain, and I’d find this pbl. I’d rename My /textpattern/ folder!!! Changed the new one into the script, and now … that’s work!!!
I love this plugin! Yeah! with my fade effect with some messages into my back-end, all is beautiful.
Thanks lot wet. Send you a donation.
Thanks Patrick for you help.
P.S. I love this community!!
Last edited by Pat64 (2007-02-26 21:10:12)
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: wet_quicklink: Quick internal link builder
When I try to install the plugin I get a strange error 406:
Not Acceptable
An appropriate representation of the requested resource /textpattern/index.php could not be found on this server.
The funny thing is that wet_peex install fine, as any other plugin… never seen this. What can be?
Z-
Offline
Re: wet_quicklink: Quick internal link builder
A security measure established by your hosting company to block crackers from posting malicious javascript code through web forms.
Unfortunately, this is exactly what the Textpattern plugin installer does from a technical point of view (no malicious code, of course), and wet_quicklink contains javascript as it is partially running on the front end (browser) while wet_peex is the backend part containing just PHP (server-side program).
There’s nothing I can do about it, you will have to talk to your hosting company to adjust their mod_security
settings at least for the directory where textpattern ist installed in (usually http://www.yoursite.com/textpattern).
Offline
Re: wet_quicklink: Quick internal link builder
FYI: jQuery 1.1.2 was just released. wet_quicklink works as intended with this latest version.
Offline
Re: wet_quicklink: Quick internal link builder
Thanks Wet.
Offline
Re: wet_quicklink: Quick internal link builder
Robert, questions re this plugin:
1. Can we use stm_javascript with your plugin, rather than creating another JS folder on the server?
2. Any issues with using mootools and jquery at the same time?
3. Any reason for using jquery over mootolols? (I don’t know anything about JavaScript, so if its a dumb question, sorry!)
Offline