Search found 9 matches

by digx
Thu Sep 08, 2005 6:35 am
Forum: General discussions
Topic: "serendipity" everywhere!
Replies: 2
Views: 2378

"serendipity" everywhere!

I really like s9y. I think it's a great blogging utility and it's done very well. My biggest complaint, however, is how the name "serendipity" appears everywhere in the code, the filenames, the output html, the css. It's not that I don't want people to know that serendipity is my blogging ...
by digx
Tue Feb 22, 2005 3:13 am
Forum: General discussions
Topic: Integrating Pages *into* Serendipity
Replies: 8
Views: 4645

Well, just calling it doesn't do anything but echoing with the correct params gives the sidebar correctly. I'm going to try to investigate this a bit further and let you know of my findings. Other than that, got any other ideas?

Thanks in advance. :)
by digx
Mon Feb 21, 2005 8:36 pm
Forum: General discussions
Topic: Integrating Pages *into* Serendipity
Replies: 8
Views: 4645

The return it makes is pretty much the plugins! I did echo serendipity_plugin_api::generate_plugins('right'); and it gave me what I needed, now the question is why wouldn't it show in the right place if it looks like the call is correct from the template file. Here's the sidebar portion of the templ...
by digx
Mon Feb 21, 2005 7:40 pm
Forum: General discussions
Topic: Integrating Pages *into* Serendipity
Replies: 8
Views: 4645

Heh, yeah, sorry. :P Anyways, yes I have checked the variable when loading that page I want integrated into Serendipity and it does return an integer larger than 0 so I know it doesn't have a problem there. I also checked to make sure the function that shows the plugins is correctly placed and it is...
by digx
Mon Feb 21, 2005 5:37 am
Forum: General discussions
Topic: Avatars
Replies: 2
Views: 2359

It's very possible to do using CSS. If you know CSS very well, you can take advantage of the classes that are assigned to authors of entries and use the background-image property to create that type of effect or also by editing the .tpl files. If you have little skill with CSS/PHP then this informat...
by digx
Mon Feb 21, 2005 3:00 am
Forum: General discussions
Topic: Integrating Pages *into* Serendipity
Replies: 8
Views: 4645

Help? :(
by digx
Sun Feb 20, 2005 8:40 pm
Forum: General discussions
Topic: Integrating Pages *into* Serendipity
Replies: 8
Views: 4645

Integrating Pages *into* Serendipity

I'm using the following code to try to get some pages and scripts I have to use the layout I have for Serendipity. <?php /* SERENDIPITY HOOK START */ $serendipity_directory = '/home/****/****/blog/'; $cwd = getcwd(); chdir($serendipity_directory); define('S9Y_INCLUDE_PATH', $serendipity_directory); ...
by digx
Wed Feb 02, 2005 6:51 am
Forum: Plugins
Topic: Gallery Display
Replies: 12
Views: 9929

:o

That's exactly what I need!!

But how do I access it after the plugin has been installed???
by digx
Tue Feb 01, 2005 1:08 am
Forum: Plugins
Topic: Gallery Display
Replies: 12
Views: 9929

Gallery Display

Gallery Display
Allows anonymous users to view gallery links
Author: Matthew Groeninger; version: 0.2

What exactly does that plugin do? Thanks :)