Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
Re: wet_quicklink: Quick internal link builder
jstubbs wrote:
1. Can we use stm_javascript with your plugin, rather than creating another JS folder on the server?
No. stm_javascript stores Javascript content to make it available as a front end tag. wet_quicklink uses jQuery for the back end, so it doesn’t quite fit. jQuery’s location as wet_quicklink expects it is the one where jQuery is also located in the Textpattern development code branch
2. Any issues with using mootools and jquery at the same time?
Depends on your definition of “the same time”. wet_quicklink is only active while the “content > edit” screen is visible. mootools would only be active if ther was a second plugin enhancing this screen which uses mootools. As both libraries implement a function or object named $, they will probably collide in such instances.
3. Any reason for using jquery over mootolols?
I am just following vague hints about the future “standard” Textpattern JS library from Alex Shiels as visible in the crockery branch. No technical pros/cons.
A propos: You might have fun with a recent discussion at Wolfgang Bartelme’s blog on the topic of JS libraries. Nate Cavanaugh has some good points in the comments there, I think, especially when you consider industry adoption.
Last edited by wet (2007-03-03 17:02:42)
Offline
Re: wet_quicklink: Quick internal link builder
wet_quicklink v0.3 loads jQuery from the public location hosted by Amazon S3 as advised by John Resig’s post Google Groups and Amazon S3. wet_quicklink has also been modified to use the most up-to-date version of jQuery whenever it becomes available, with high hopes that John won’t break anything on new releases ;-)
Additionally to the benefits John mentions in his post, this also simplifies deployment of wet_quicklink on the user’s site. Caveat for the paranoid: Your site will appear as a referrer in Amazon’s logs.
btw: The accompanying wet_peex is unaltered. Do not re-install wet_peex.
Offline
#27 2007-04-17 07:36:23
- tarislav
- New Member
- Registered: 2007-04-13
- Posts: 1
Re: wet_quicklink: Quick internal link builder
Please could you tell my this plugin doesn’t work with hak_tinymce plugin (wet_ doesn’t switch at all). Works well with mic_tinymce plugin but when I save information it removes all <txp: /> tags.
Maybe somebody knows how make it function well?
Offline
Re: wet_quicklink: Quick internal link builder
Updated a helper plugin to wet_quicklink, wet_peex, to version 0.2 to make it work with multi-byte-challenged installations of PHP (hat tip: Ruud).
- No functional changes
- Update is recommended, if you cannot see any article text but just an ellipsis (…) while poking for links.
Last edited by wet (2007-04-21 04:58:41)
Offline
#29 2007-04-25 23:28:23
- nardo
- Member

- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: wet_quicklink: Quick internal link builder
wet man – when selecting precisely a word or phrase and wet-linking it, I get a space after the closing permlink tag… is this my install/setup, or a feature?
Offline
Re: wet_quicklink: Quick internal link builder
I added the trailing space on purpose, but now I’m not sure if I still consider this a feature or rather changed this behaviour… Let me think about it for a moment.
Offline