I have a trackback question

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Brian1969
Regular
Posts: 78
Joined: Tue Mar 22, 2005 7:03 pm
Contact:

Post by Brian1969 »

Ok, I've looked through the file, and I'm a little confused as to what lines I am removing and what ones I am adding. I don't want to screw it up, so unless you can post the entire revised file code, then I'm just going to leave it as is and deal with it when the update comes out.

Thanks for your help.
Brian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Sure, here's the whole file:

http://nopaste.php-q.net/129931

(Sorry I didn't think of it. Sometimes the obvious is just too obvious ;)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Brian1969
Regular
Posts: 78
Joined: Tue Mar 22, 2005 7:03 pm
Contact:

Post by Brian1969 »

Worked like a charm! Even with the "#" in there.

Thanks so much!
Brian
Brian1969
Regular
Posts: 78
Joined: Tue Mar 22, 2005 7:03 pm
Contact:

Post by Brian1969 »

New question:

Sometimes I get an error of:

"Target URI exceeded maximum filesize of 153600 bytes."

What is that, and how do I edit/increase the file size so I don't get the error?
Brian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Brian: That means that a link you used in your entry has a page with more than 150kb text on it. Thus serendipity thinks you are not wanting to trackback to this link as it is so large, and it is thought that this page is not a Blog but a gallery page or a binary object instead.

If you want to raise that file limit, edit your serendipity_config.inc.php and adjust this variable:

Code: Select all

$serendipity['trackback_filelimit']  = 150 * 1024;
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply