Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#85 2008-06-08 07:09:29

weber
New Member
Registered: 2008-06-08
Posts: 8

Re: wet_quicklink: Quick internal link builder

Hi Wet et al,

An excellent feature to add to TXP!

However, I’m having some difficulties getting it working – after clicking “insert link” the popup appears “Loading…” but that’s all.

Attempted various workarounds mentioned above. Tested on OS X Safari 3.1.1, OS X Firefox 2.0 and WinXP Firefox 2.0 – all have the same issue.

Any clues?

Offline

#86 2008-06-08 07:21:13

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: wet_quicklink: Quick internal link builder

Please browse to http://yoursite.com/textpattern/index.php?wet_peex=article&limit=5 and report back what gets returned. Expected result: A XML response similar to this:

<textpattern>
	<articles count="25" offset="0" limit="5">
	<article>
		<id>1</id>
		<title>First Post</title>
		<section>article</section>
		<categories>
			<category level="1">hope-for-the-future</category>
			<category level="2">meaningful-labor</category>
		</categories>
		<posted>2008-02-21 07:37:54</posted>
		<teaser>Lorem ipsum dolor sit amet, consectetuer adip</teaser>
		<lastmod>2008-02-21 07:42:48</lastmod>
		<permlink>http://yoursite.com/article/first-post</permlink>
	</article>
	[...]
</textpattern>

Offline

#87 2008-06-08 12:22:11

weber
New Member
Registered: 2008-06-08
Posts: 8

Re: wet_quicklink: Quick internal link builder

Thanks Wet – yes, an XML response was returned correctly listing 5 articles.

Also, if they help, I’ve included some TXP diagnostics:

Textpattern version: 4.0.6 (r2805)
Last Update: 2008-02-25 00:51:28/2008-02-25 23:58:43
Document root: /usr/www/users/xxxx/clients/xxxx
$path_to_site: /usr/www/users/xxxx/clients/xxxx
Textpattern path: /usr/www/users/xxxx/clients/xxxx/textpattern
Permanent link mode: section_title
upload_tmp_dir: /usr/tmp
Temporary directory path: /var/tmp
Site URL: www.xxxx.xxx
PHP version: 5.2.6
Register globals: 1
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server Local Time: 2008-06-08 08:16:33
MySQL: 5.0.45-log
Locale: en_GB.UTF-8
Server: Apache/2.2.8
Apache version: Apache/2.2.8
PHP Server API: apache2handler
RFC 2616 headers: 
Server OS: FreeBSD 6.2-RELEASE-p1
Active plugins: ob1_title-4.0b, upm_insert_tab-0.3, tame_enduser_docs-0.4m, asy_sitemap-0.7m, glx_admin_image-2007.1, pap_contact_cleaner-0.1, rss_if_search_results-0.1, tcm_crumbs-0.2, zem_contact_lang-4.0.3.6, zem_contact_reborn-4.0.3.20, dtj_obfuscated_email-0.3, rss_auto_excerpt-0.5, hak_article_image-0.6.3, srh_file_icon-0.1, sed_copyright-1.3, sed_plugin_library-0.3, wet_quicklink-0.4.5, upm_img_popper-1.3.7, upm_file-0.3.2, upm_file_popper-0.2m, hak_tinymce-0.7.4m, wet_parachute-0.5, asv_auth_articles-0.1, wet_peex-0.3

.htaccess file contents: 
------------------------
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes

<IfModule mod_rewrite.c>
	RewriteEngine On
	#RewriteBase /relative/web/path/

	RewriteCond %{REQUEST_FILENAME} -f [OR]
	RewriteCond %{REQUEST_FILENAME} -d
	RewriteRule ^(.+) - [PT,L]

	RewriteRule ^(.*) index.php
</IfModule>

#php_value register_globals 0

------------------------

Offline

#88 2008-07-28 03:04:32

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

Re: wet_quicklink: Quick internal link builder

Does this play nicely with hak_tinyMCE?

Offline

#89 2008-07-28 04:44:44

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: wet_quicklink: Quick internal link builder

weber wrote:

Any clues?

Hi weber, does it work if you turn off the other (non wet) plugins?


Steve

Offline

#90 2008-10-20 18:13:01

alannie
Member
From: Minnesota, USA
Registered: 2005-09-15
Posts: 150

Re: wet_quicklink: Quick internal link builder

Hi, 0.4.5 is installed, and the “Insert Link” link on the admin side does not seem to be showing up in IE7. Any ideas?

Offline

#91 2009-02-15 02:44:08

Kayamon
New Member
Registered: 2009-02-15
Posts: 3

Re: wet_quicklink: Quick internal link builder

Just a FYI – on my installation (txp 4.0.8) the Insert Link button would just not show up.

Turns out this is because I was still running the site in my test mode – I had a index.html in the root directory which would override textpattern (so my existing visitors would go to the old HTML site, while I could set up the new TXP site in parallel).

You can fix this by editing the wet_quicklink plugin and changing:

echo “<script src=’” .hu.”?wet_rsrc=quicklink_js&amp;v=0.4.5’ type=‘text/javascript’></script>\n”;

to

echo “<script src=’” .hu.“index.php?wet_rsrc=quicklink_js&amp;v=0.4.5’ type=‘text/javascript’></script>\n”;

I’m just posting this in case anyone else has the same issue.

Last edited by Kayamon (2009-02-15 02:44:55)

Offline

#92 2009-03-07 21:08:02

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: wet_quicklink: Quick internal link builder

wet_quicklink 0.5 has been released. No functional changes, but a few internal enhancements and speed-ups. Textpattern 4.0.7+ required.

Offline

#93 2009-03-08 18:53:32

gerhard01
Plugin Author
Registered: 2006-12-07
Posts: 108

Re: wet_quicklink: Quick internal link builder

Thanks for the update. One of my must must-have plugins.

Offline

#94 2009-03-08 21:55:34

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: wet_quicklink: Quick internal link builder

Very noticable speedup – thanks, Robert!

Offline

#95 2009-04-26 20:34:58

saccade
Plugin Author
From: Neubeuern, Germany
Registered: 2004-11-05
Posts: 521

Re: wet_quicklink: Quick internal link builder

I had some trouble with this plugin and the www-prefix.
Unfortunately depending on the way I get into my backend (or my co-workers) sometimes all URLs read www.mydomain.de and sometimes mydomain.de (which I prefer and which is given in the preferences).

Now: When in www-mode the _Insert Link_-link doesn’t appear.
It only works with sans-www-URL. Then it is pretty fine.

As far as I understand that obviously has something to do with the login-cookie.
Is it possible to make the plugin independent from “www.” or plain domain.tld?

Offline

#96 2009-04-27 06:01:59

wolle
Member
Registered: 2006-05-04
Posts: 19
Website

Re: wet_quicklink: Quick internal link builder

saccade schrieb:

I had some trouble with this plugin and the www-prefix.
Unfortunately depending on the way I get into my backend (or my co-workers) sometimes all URLs read www.mydomain.de and sometimes mydomain.de (which I prefer and which is given in the preferences).

The same type of behaviour here:
www.xxxxxxx.tld given in the preferences. The link in the backend only appears when the backend has been entered with www.xxxxxxxx.tld.

Offline

Board footer

Powered by FluxBB