Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2006-12-20 13:18:54

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: sac_link_in_excerpt

@saccade, plugin working fine. Using it successfully here

( Havent’s checked though, if any debug errors. I’ll tell you, if I see any )

Finally you where absolutely right, when you insisted on this matter. Thanks again for this work and merry christmas.

regrds, marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#14 2006-12-20 22:25:28

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

Re: sac_link_in_excerpt

Thank you! I had been in doubt for it seemed not to be interesting for anyone at the first time. So now it is delighting for me to see it is helpful for designing.
Thanks for the feedback
and merry christmas!

regards, Michael

Offline

#15 2007-01-03 21:06:07

snkhan
Member
From: Leicester, UK.
Registered: 2004-07-20
Posts: 57
Website

Re: sac_link_in_excerpt

Thank you so, so much! This plugin works beautifully. Kudos on the development – will certainly keep an eye on the topic!

Offline

#16 2007-02-18 07:05:39

azw
Member
Registered: 2007-01-29
Posts: 279

Re: sac_link_in_excerpt

I was using this great plug-in without any problems. Today I’ve been adding to the site, so something must have changed that created a bug.

Now, if I include <txp:sac_link_in_excerpt /> (with or without attributes) in a form, the pages it is used on are totally blank.

Using <txp:excerpt /> works fine.

The plug-in is still active, and the attributes were spelled correctly.

Any idea of what might cause this?

Last edited by azw (2007-02-18 07:07:03)

Offline

#17 2007-02-18 08:04:48

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

Re: sac_link_in_excerpt

No idea at the moment.

Any messages in testing or debugging mode?
What exactly did you change on your site?

Offline

#18 2007-02-18 08:38:30

azw
Member
Registered: 2007-01-29
Posts: 279

Re: sac_link_in_excerpt

Thanks for your response!

I don’t see any messages or results in testing because the page is totally blank.

But I did change a number of things before I noticed the problem. In particular, I changed the default and comments forms, and the static_list and static_page pages. The last thing I did I was add code to create a list of links in one category on a static_page.

Two of the section pages (home and an announcement page) went blank. Those were the only two pages that have article lists with excerpts. The other pages didn’t have any trouble.

I isolated the problem by removing code line by line until I found the problem. Then I removed just that line to verify the problem.

It could be an incompatibility with some other rare piece of code. There are a lot of condtionals on these pages and forms.

Last edited by azw (2007-02-18 08:39:16)

Offline

#19 2007-02-18 09:01:26

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

Re: sac_link_in_excerpt

Ok, Thank you.
Now I’m out of my office for most of the day. I will look after it tonight.

Did you look into the code of the plugin?
Maybe you find something that relates to your changes.

Offline

#20 2007-02-18 09:42:30

azw
Member
Registered: 2007-01-29
Posts: 279

Re: sac_link_in_excerpt

Good idea.

It’s possible that the following code in the plugin was in conflict. I have similar conditionals that print out the body if there is no excerpt. (But I can’t imagine why this would cause the page to fail.)

//Alternates
else {
//If no excerpt: place body.
if(trim($thisarticle["excerpt"]) == "") {
return $thisarticle["body"];
}

Offline

#21 2007-04-16 02:55:19

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

Re: sac_link_in_excerpt

Micheal – I’ve added this type of support to the latest version of rss_auto_excerpt. You can find the update in the forum thread here.

Offline

Board footer

Powered by FluxBB