Search found 2478 matches

by judebert
Mon Apr 06, 2009 9:57 pm
Forum: Themes
Topic: older entries don't keep theme on embed
Replies: 2
Views: 2547

Re: older entries don't keep theme on embed

Hmmm. Your individual entries don't have any CSS associated with them. This is probably because they have an empty <head> section. Your comments are having the same problem. I'm going to second Don on this one, despite your earlier assertion: embedded mode is a reasonably complex capability intended...
by judebert
Fri Apr 03, 2009 5:02 pm
Forum: General discussions
Topic: The trouble with categories...
Replies: 16
Views: 8211

Re: The trouble with categories...

That is very odd behavior. I just made the same change on my sandbox, and it displays all the sibling categories, as expected. Perhaps our changes aren't as identical as we think. Is it possible your {if} is contained within your loop? In the interests of conformance, here's my sandbox's entire (wor...
by judebert
Fri Apr 03, 2009 4:42 pm
Forum: Development
Topic: CSS in Sidebarplugin
Replies: 16
Views: 9715

Re: CSS in Sidebarplugin

I just tried to whip up a quick-and-dirty solution to this. I figured we could just add a "css" property to the sidebar plugin's config bag, then add them to the CSS output in css.inc.php. Unfortunately, I turned out to be stupid. :oops: I can't find where in the code the plugins actually ...
by judebert
Fri Apr 03, 2009 4:07 pm
Forum: General discussions
Topic: Comment feed on per-entry basis
Replies: 9
Views: 5280

Re: Comment feed on per-entry basis

yellowled wrote: Seems like we're getting to the point where s9y behaves like emacs - the question is not if something's possible, the question is how :)
Oh, no! We've inadvertently programmed an operating system?!?

At least it's still better than Vista. :lol:
by judebert
Tue Mar 31, 2009 8:27 pm
Forum: Plugins
Topic: Questions about the Karma plugin
Replies: 17
Views: 8905

Re: Questions about the Karma plugin

The horror... the horror... That plugin is a snarl of half-understood code and translation errors. I should know; I refactored it and added image rating bars and an editable log. Don and I banged on it for weeks before we were happy with it. And I still don't understand it all. The hit count is call...
by judebert
Tue Mar 31, 2009 8:12 pm
Forum: General discussions
Topic: The trouble with categories...
Replies: 16
Views: 8211

Re: The trouble with categories...

Okay, here's some simpler code for you: {* Set up the attribute to check and the value to compare against *} {assign var='attr' value='parentid'} {assign var='val' value='0'} {if $currpage == "http://www.timovieman.be/blog/index.php?/categories/7-home"} {assign var='val' value='7'} {elseif...
by judebert
Tue Mar 31, 2009 7:35 pm
Forum: General discussions
Topic: The trouble with categories...
Replies: 16
Views: 8211

Re: The trouble with categories...

In the code you provided, the {else} looks for $category.parentid == 0, not $category.catdepth == 0. Now, I don't know why that would work on the frontpage, but not in subcategories. But I do know it's not what you were asking for. I think we can clean this code up a bit, too. It'll make your templa...
by judebert
Tue Mar 31, 2009 6:13 pm
Forum: Themes
Topic: Image plugin
Replies: 4
Views: 3453

Re: Image plugin

That is very weird. I think you'd need to provide a developer with access to get that one figured out.
by judebert
Thu Mar 26, 2009 4:25 pm
Forum: Themes
Topic: uncommenting a line in index.tpl makes verification fail
Replies: 5
Views: 4954

Re: uncommenting a line in index.tpl makes verification fail

You're right; if you remove that line from checksums.php.inc, and something changes your index.tpl, you won't be warned. If another file is changed (which is much more likely), you will still be warned. I've been considering adding a "bless my modifications" capability. I'm extremely busy ...
by judebert
Thu Mar 26, 2009 3:54 pm
Forum: Installation
Topic: sidebar items - different pages - different items?
Replies: 7
Views: 4409

Re: sidebar items - different pages - different items?

I was just thinking the same thing. I dunno, though; Garvin, does your new template event code allow for event plugins, sidebar plugins, or both?
by judebert
Wed Mar 25, 2009 4:40 pm
Forum: Installation
Topic: include HTML file in template file
Replies: 10
Views: 15492

Re: include HTML file in template file

Simply including the line as you originally typed it into the index.tpl should include the file -- IF your server is set up correctly. Here is some documentation on Server Side Includes that might help you: http://en.wikipedia.org/wiki/Server_Side_Includes http://httpd.apache.org/docs/1.3/howto/ssi....
by judebert
Wed Mar 25, 2009 4:35 pm
Forum: Themes
Topic: Bulletproof + flickr
Replies: 4
Views: 3882

Re: Bulletproof + flickr

Hi, Hanjo! Indeed, Bulletproof is a complicated template, because it allows you to choose so many different options. But, never fear: we can get the images in your header, and make it understandable while we're at it. The Serendipity banner is output from your index.tpl. Open that up and search for ...
by judebert
Wed Mar 25, 2009 3:57 pm
Forum: Installation
Topic: Help with password/login
Replies: 6
Views: 16999

Re: Help with password/login

When I went to blog adminstrator and typed in the username and password there was a link to changing the password. Serendipity uses a form to change the password. Were you seeing a link? Additionally, there's a known bug in Firefox 3.0 that automatically inserts passwords into some fields. Maybe it...
by judebert
Wed Mar 25, 2009 3:48 pm
Forum: Installation
Topic: include HTML file in template file
Replies: 10
Views: 15492

Re: include HTML file in template file

I'd try {include file='that_script_url'}. I'm not sure it would work, but it's possible.

Does the script return a graphic? That would get it called. Or is it just a link that needs to be clicked to be activated?
by judebert
Wed Mar 25, 2009 3:35 pm
Forum: Installation
Topic: sidebar items - different pages - different items?
Replies: 7
Views: 4409

Re: sidebar items - different pages - different items?

I think the only way to get per-entry sidebar items will be to actually put them in the entry.