Search found 109 matches

by Davy
Tue Jun 26, 2007 12:41 pm
Forum: General discussions
Topic: Embedding Serendipity, how?
Replies: 13
Views: 6711

Re: Embedding Serendipity, how?

Okay, so if I use those ob_start() and such functions, S9Y can handle links properly?
by Davy
Tue Jun 26, 2007 12:15 pm
Forum: General discussions
Topic: Embedding Serendipity, how?
Replies: 13
Views: 6711

Re: Embedding Serendipity, how?

Okay, thanks! Could you please give me a little code example? I looked at the embed documentation, but I didn't really understand how to use it...
by Davy
Tue Jun 26, 2007 11:16 am
Forum: General discussions
Topic: Embedding Serendipity, how?
Replies: 13
Views: 6711

Embedding Serendipity, how?

Hi! Our S9Y-installation has always ran independent, but now we'd like to embed it in another webpage on another server. We actually have one part fixed, but we're kinda stuck in the other side of the story, so any help will be appreciated. At the new webpage, there is a file like content.php with a...
by Davy
Thu Mar 15, 2007 8:55 am
Forum: Themes
Topic: Logo
Replies: 11
Views: 6767

Re: make logo

Yes, but this is a quite old topic, so I think there's no need to "trap" it up again.

By the way, I already found a solution (thanks to the creator).
by Davy
Fri Feb 09, 2007 2:51 pm
Forum: Themes
Topic: Logo
Replies: 11
Views: 6767

Please read my initial post.
by Davy
Fri Jan 26, 2007 9:41 pm
Forum: General discussions
Topic: Which PHP-Version do you use?
Replies: 7
Views: 4919

I voted PHP 4.4.x (I use it with MySQL 5.1.11 on a AMD Opteron 2 GHz together with 2 GB RAM).
by Davy
Mon Jan 22, 2007 7:30 pm
Forum: Plugins
Topic: Improved Statistics Plugin
Replies: 15
Views: 16568

Blase16 wrote:it counts as visit only the unique ip's in this day
I've been waiting for that feature for months! :D
by Davy
Sun Jan 21, 2007 10:43 am
Forum: General discussions
Topic: Two authors & two columns?
Replies: 3
Views: 2144

The only solution I could find is this: Make three sidebars in your template. Then install the "Display Entries in Sidebar" plugin (or something like that name). You will need to do that for both author-sidebars. Then you can assign a caegory to each author and display that one on their si...
by Davy
Thu Jan 18, 2007 9:49 pm
Forum: General discussions
Topic: questions about domain and blogg
Replies: 11
Views: 5323

This code looks like Microsoft's ASP(.net) or JSP or something.
by Davy
Thu Jan 18, 2007 2:18 pm
Forum: General discussions
Topic: Administration Suite problem
Replies: 20
Views: 9864

You should always use <?php and ?>, to go into PHP-mode and after that exit PHP. It's something like starting a script in HTML: <script type="blahblah">. If you don't use <?php and ?>, the page is not seen as PHP, and just sent to the browser.
by Davy
Thu Jan 18, 2007 2:13 pm
Forum: General discussions
Topic: questions about domain and blogg
Replies: 11
Views: 5323

Wow, Internet Explorer gets crazy on that "ö"... :)

Anyway, can't you use .htaccess to redirect? That's the most efficient way.
by Davy
Thu Jan 18, 2007 12:00 pm
Forum: Development
Topic: Idea: Serendipity User Center
Replies: 5
Views: 5964

As I don't have mass users, it can be done on my server. :) The same happens while receiving mail when a new comment is posted.
by Davy
Thu Jan 18, 2007 11:03 am
Forum: Development
Topic: Idea: Serendipity User Center
Replies: 5
Views: 5964

Well, there's actually one thing I'm missing in all plugins: Send entries to subscribed users, without that tricky mailinglist. So I think I'm going to create it (in first case for myself).
by Davy
Thu Jan 18, 2007 10:48 am
Forum: General discussions
Topic: Administration Suite problem
Replies: 20
Views: 9864

Create that file using Notepad or something. And don't we have to use <?php ... ?> ?

If you try to open the file and get your frontpage, you have to edit your .htaccess-file too:

Code: Select all

rewriteengine Off
by Davy
Wed Jan 17, 2007 5:22 pm
Forum: Themes
Topic: Theme question
Replies: 45
Views: 24822

Is there a way to remove the "tick button" and "xml" button next to a category? Just see the Config Plugins section, and there the configuration of the Categories plugin. And finally is there a way to remove the GO button under the categories? I've done it by editing the source ...