Search found 90 matches

by Martin
Tue Oct 19, 2004 11:20 pm
Forum: Themes
Topic: Getting rough with CSS in the sidebar
Replies: 5
Views: 7799

Yes, but as far as I can see there is no <div>-tag surrounding each entry. There is a <div> tag called .sideBarDate for the dates, but that's only halfway there. This is the source that serendipity makes for the Recent Entries plug in my browser : h3 class="serendipitySideBarTitle sidebar_title...
by Martin
Tue Oct 19, 2004 5:16 pm
Forum: Themes
Topic: Getting rough with CSS in the sidebar
Replies: 5
Views: 7799

Getting rough with CSS in the sidebar

Hooookay. I'm a few steps further along the road of happiness in skinning s9y. Now, I have a question concerning the sidebar and its elements. Let's say I wanted to apply a new div style to the individual entries in my sidebar. The way I understand it div.serendipitySideBarItem will give any propert...
by Martin
Mon Oct 11, 2004 2:17 pm
Forum: Bugs
Topic: Comments aren't being posted...
Replies: 11
Views: 10507

Problem is now solved.
I changed the dump you provided to read blog_comments instead of serendipity_comments as that is the prefix I have been using but comments are now posted and shown successfully.

Thank you for your help and patience.

-m
by Martin
Mon Oct 11, 2004 10:29 am
Forum: Bugs
Topic: Comments aren't being posted...
Replies: 11
Views: 10507

Umm... Okay. I can't see what other table it could possibly be. I did try to install several other blogs before s9y, so I suppose this can somehow have caused the problems. Is there any way to quickly reinstall the sql without losing all my data? Seems like that may be the best solution as I'm not r...
by Martin
Sat Oct 09, 2004 3:14 pm
Forum: Bugs
Topic: Comments aren't being posted...
Replies: 11
Views: 10507

Are you sure?
I changed the default prefix to blog_ when I installed Serendipity so this should be it. I checked the dump from blog_entries, and it was clearly the entries from serendipity.

-M
by Martin
Thu Oct 07, 2004 9:45 pm
Forum: Bugs
Topic: Comments aren't being posted...
Replies: 11
Views: 10507

-- phpMyAdmin SQL Dump -- version 2.6.0-pl1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Oct 07, 2004 at 09:50 PM -- Server version: 3.23.49 -- PHP Version: 4.3.1 -- -- Database: `******` -- -- -------------------------------------------------------- -- -- Table structure ...
by Martin
Thu Oct 07, 2004 9:02 am
Forum: Bugs
Topic: Comments aren't being posted...
Replies: 11
Views: 10507

Um...
I'm using MySql. Is that what you're wondering? The funny thing is I put up the same build of s9y for a friend of mine and it's working nicely at his site.

Anyway; If you tell me what I should look for I'll see what I can find.

-M
by Martin
Mon Oct 04, 2004 10:08 pm
Forum: Bugs
Topic: Comments aren't being posted...
Replies: 11
Views: 10507

Comments aren't being posted...

Hey.
I have no idea why, but it seems my comments are being saved as trackbacks. I've received two comments to two different entries and when I check my blog there are no comments but (respectively) one trackback.

What is it that is up?

-m
by Martin
Tue Sep 28, 2004 9:26 pm
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

Hmmm... Still hijacking the page. :( Tell me; which part of the code is it that tells the content area to load something different than usual into it? I wonder if this perhaps (from what I understand of the _plugin_ vs _event_ structure) should be a sidebar plugin instead of a event-plugin. IE a plu...
by Martin
Tue Sep 28, 2004 4:02 pm
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

1. Here goes <?php class serendipity_event_photoalbum extends serendipity_event { function introspect(&$propbag) { global $serendipity; $propbag->add('name','My Photoalbum'); $propbag->add('description', 'Show my Photoalbum'); $propbag->add('event_hooks', array('entry_display' => true)); } funct...
by Martin
Mon Sep 27, 2004 5:14 pm
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

Ok... We're getting there. Just a couple of more probs. :roll: 1. When I install the plugin it basically overrides the rest of the site. No matter what I attempt to load into the main content area the Photo-plugin will be what shows up. What should I do in the plugin code to make the plugin wait unt...
by Martin
Mon Sep 27, 2004 4:27 pm
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

Actually I did do that. I guessed as much ;) Problem is now solved. It seems copying from this browser window embellished the code with quite a lot of gremlins. The funny thing is that BBedit didn't catch them. It didn't even notice them. The solution was opening the file in Dreamweaver and running ...
by Martin
Mon Sep 27, 2004 3:49 pm
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

So... Didn't take me long to get stuck on the first plug-in. Here's a better explanation of the situation in the hope that someone will spot my (probably obvious) problem. I took garvin's code and saved it in hastalasiesta.org/blog/plugins/serendipity_plugin_photoalbum/serendipity_plugin_photoalbum....
by Martin
Mon Sep 27, 2004 2:48 pm
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

Beautiful. This'll keep me busy for a while. :) It's actually my first attampt at PHP (except from fairly easy forum-moding) so I'm no hotshot as of yet. I sat up all night to modify the "Bunny Of The Day"-plugin so that the random image would link to pop-up version of itself. Naturally th...
by Martin
Mon Sep 27, 2004 1:40 am
Forum: General discussions
Topic: Props and questions...
Replies: 13
Views: 14725

Props and questions...

Firstly I'd like to thank you for an absolutelt beautiful piece of software (or scripting or whatchamacallit). I was practically tearing my hair out after trying to use Wordpress, BMachine and countless other alternatives that all turned out to be super-buggy or impossible to design for. Now that's ...