Search found 71 matches

by Rembrandt
Sun Jan 16, 2005 1:12 am
Forum: General discussions
Topic: html-code in entry-title
Replies: 4
Views: 3431

Thanks for the infos, even if my attempt is hopeless ;)
by Rembrandt
Sat Jan 15, 2005 11:02 pm
Forum: General discussions
Topic: html-code in entry-title
Replies: 4
Views: 3431

Hmm, ok. If I want to change this behaviour for my own (on my test-installation), in which files I've to look into? And which other stuff is influenced by this?

so long...
Rembrandt
by Rembrandt
Sat Jan 15, 2005 11:34 am
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

@garvin With the new 1.4 cvs-version I get the page displayed twice. Maybe the error is in version_compare (line 169): I think you should compare against 0.7 instead of 0.8, because I don't know how PHP handles version numbers like 0.8-alpha9 (is it greater or smaller than 0.8 *g*) Just an idea, but...
by Rembrandt
Fri Jan 14, 2005 11:46 pm
Forum: General discussions
Topic: html-code in entry-title
Replies: 4
Views: 3431

html-code in entry-title

How could I place html-code (like <del>stuff</del>) in the title of an entry? At the moment, such a code-snippet seems to be just ignored...

so long...
Rembrandt
by Rembrandt
Tue Dec 21, 2004 6:11 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

Yes, the plugin just needs to emit a header('HTTP 1/0. 200') by itself to override the previous 404 header... So it must be changed in the plugin... Regards, Garvin. Done! Before: function generate_content(&$title) { $title = STATICPAGE_TITLE.' ('.$this->get_config('pagetitle').')'; (...) } Aft...
by Rembrandt
Tue Dec 21, 2004 5:21 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

Is there a possibility to avoid the 404-ResponseHeader (for my /static/"pagename" - problem) without inserting a match-rule in index.php?

so long...
Rembrandt
by Rembrandt
Tue Dec 21, 2004 4:06 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

Hmm, one (last) question: Why did you parse the URI in index.php? I thought, the URI will be rewritten in .htaccess?

so long...
by Rembrandt
Mon Dec 20, 2004 7:34 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

index.php - the "else" case where it emits a 404 header and then printf()s the DOCUMENT_NOT_FOUND message. That one can be removed, as it was in wrong layout already. Regards, Garvin Ah, then I looked at the right section. Nice to know for the next time ;) Thx, Rembrandt (a s9y user for t...
by Rembrandt
Mon Dec 20, 2004 6:50 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

garvinhicking wrote:Ah, okay - I see. I have fixed this issue in CVS, the error is not really usefull there.

Regards,

Garvin.
I've tried to find the error and looked in several files. Where was the error?
by Rembrandt
Mon Dec 20, 2004 5:23 pm
Forum: Plugins
Topic: Putting a script under the blog description
Replies: 4
Views: 7215

Hi!

I'm very interested in such a plugin (for s9y-cvs), too!
by Rembrandt
Mon Dec 20, 2004 5:20 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 58961

Hi! I'm using s9y from the cvs branch and the static page plugin (also from cvs). The plugin works fine, but I want to use "fency" URIs like "http://www.mydomain.tld/static/[i]pagetitle[/i]. I followed the instructions from the plugin creator's homepage to rewrite the URI but at the b...