Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2004-07-15 19:25:41

msteinruck
Member
Registered: 2004-07-14
Posts: 44

kgr_safe_excerpt issues

Hi,
I’m using this great plugin, but running into some problems. It might be in my implementation of it since I’ve never used plugins before. The issue is that the excerpt shows up on the homepage just fine, but when you click the read more link, it still only shows the excerpt.

I’m putting this kgr_safe_excerpt tag directly into my default article form. Is that right? How should I be using this exactly?

Another thing that I guess could be issues are that I’m using messy urls (because it’s the only way it will work testing on localhost).

Thanks

Offline

#2 2005-03-07 17:44:07

joelwan
New Member
Registered: 2004-12-09
Posts: 5
Website

Re: kgr_safe_excerpt issues

i had a similar issue recently. do you know which version of Textpattern you’re using? i.e RC1 or RC3? because if it’s RC 3, then, the plugin has to be modified to work correctly.

Last edited by joelwan (2005-03-07 17:44:39)

Offline

#3 2005-03-07 17:50:25

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,193
Website GitHub Mastodon Twitter

Re: kgr_safe_excerpt issues

I don’t use the particular plugn but here is what i have in the form… it might help.

<code><txp:if_individual_article>
<txp:body />
</txp:if_individual_article>

<txp:if_article_list>
<txp:permlink><txp:title /></txp:permlink><br />
<txp:excerpt />
<p><txp:permlink>Read more…</txp:permlink> <txp:comments_invite /></p>
</txp:if_article_list></code>

I guess you may want to replace

<code><txp:excerpt /></code>

to

<code><txp:kgr_safe_excerp></code> or whatever

Last edited by colak (2005-03-07 17:53:30)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#4 2005-03-09 20:46:57

KurtRaschke
Plugin Author
Registered: 2004-05-16
Posts: 275

Re: kgr_safe_excerpt issues

If someone will post the appropriate changes for RC3, then I’ll get a new revision out there…I’m not actually using the plugin on my site anymore, but I don’t really mind maintaining it anyway.

-Kurt


kurt@kurtraschke.com

Offline

#5 2005-03-09 20:56:05

joelwan
New Member
Registered: 2004-12-09
Posts: 5
Website

Re: kgr_safe_excerpt issues

modify the line that has the deprecated doPermlink function to

$link = doPermlink($link, $myurl, “” , “”);

that fixed my problems.

Offline

Board footer

Powered by FluxBB