Search found 29949 matches

by garvinhicking
Mon May 03, 2004 1:47 pm
Forum: Installation
Topic: Entries per page?
Replies: 14
Views: 17400

Maybe you can output (echo) the contents of what should be eval'ed first. Then you should look out for possible parse errors inside of there. It seems to more to a parse error inside the plugin, rather than the full plugin structure. As I don't use nor encourage the use of the plugin, I can't say mu...
by garvinhicking
Mon May 03, 2004 9:30 am
Forum: Installation
Topic: database problem
Replies: 11
Views: 12983

Re: database problem

Hi Bruce! About your mysql-issue: I also received that once and never had it before. Setting the database host to '127.0.0.1' solved the issue though. This is Now if I can configure the full size image popup to be sized to the picture, MT is in trouble :-) Could you tell which full size image popup ...
by garvinhicking
Mon May 03, 2004 9:20 am
Forum: General discussions
Topic: how to not display comments in extended view
Replies: 2
Views: 4601

Re: how to not display comments in extended view

Best way for this possible would be by using CSS inside the template's style.css

Just set the serendipity_comments and/or serendipity_commentsTitle to "display: none".

Regards,
Garvin.
by garvinhicking
Sun May 02, 2004 7:34 pm
Forum: General discussions
Topic: multiple blogs, multiple authors
Replies: 4
Views: 4016

Re: multiple blogs, multiple authors

Each user can have his own blog using the shared installation mode. It's explained in detail in the README file and has already been ported to our Wiki documentation. But that has been in 0.6-rc2 already. The news in 0.6.1/0.7 is the multi-usermanagement, where X users can maintain a single blog... ...
by garvinhicking
Sun May 02, 2004 7:32 pm
Forum: Bugs
Topic: feeds laufen nicht mehr
Replies: 3
Views: 5790

(Please in english)

What do you mean with the PHP code you posted? RSS/XML feeds do work, that would be a major bug if it didn't.

Post details. :-)
by garvinhicking
Sun Apr 25, 2004 3:06 pm
Forum: General discussions
Topic: Error when trying to add to "Nuggets"
Replies: 2
Views: 4416

This has been fixed in CVS for the current version 0.6.1 and also in the 0.6-rc* branch. A -rc2 or the final 0.6 should be out soon...

Regards
Garvin
by garvinhicking
Wed Apr 21, 2004 5:42 pm
Forum: Installation
Topic: Syndication
Replies: 3
Views: 5642

Yes, they are built the same way. It even works if you use rss.php?version=1.0&type=comments or other version= parameters. Funny thing, I forgot about that. :-)

Regards,
Garvin.
by garvinhicking
Wed Apr 21, 2004 5:21 pm
Forum: Installation
Topic: mod_rewrite
Replies: 4
Views: 6528

Hi! Well, it seems as if the .htaccess file is correctly evaluated but can't find the ErrorDocument file. It says it's missing the file "/home/dyingcul/www/outils/serendipity/index.php" - is this really existing? Maybe you could post your .htaccess file and tell me about your path structur...
by garvinhicking
Wed Apr 21, 2004 4:12 pm
Forum: Installation
Topic: Syndication
Replies: 3
Views: 5642

Re: Syndication

Hi! Is there a reason for the RSS 2.0 being the only syndication format which provides a feed for comments ? :) RSS2.0 supports the wfw:commentApi which is suggested for the kind of comments. So 0.91 would fall out of that namespaces, we could integrate it for 1.0, but that would just be a bit of ov...
by garvinhicking
Wed Apr 21, 2004 4:09 pm
Forum: Installation
Topic: Templates
Replies: 2
Views: 4631

Re: Templates

Hi!
JMF wrote:AFAIK there is no way to change the HTML head.
There is. Look at the section "embedded mode" in the README file. There you can add custom headers/footers and only wrapping the contents. My page http://blog.garv.info/ is made using that principle.

Regards,
Garvin.
by garvinhicking
Wed Apr 21, 2004 4:08 pm
Forum: Installation
Topic: mod_rewrite
Replies: 4
Views: 6528

Re: mod_rewrite

With release 0.6rc1 I can not get the mod_rewrite mode working for URL rewriting. This Apache module is installed and working on my box since I use it in my current site but when I activate it in Serendipity, most of the links are broken. The server does not find existing files. When I use the Apac...
by garvinhicking
Wed Apr 21, 2004 12:36 am
Forum: Installation
Topic: Can't log in after upgrade
Replies: 1
Views: 4161

Re: Can't log in after upgrade

If you have direct Database (phpMyAdmin) access, please make sure that both username and password are correct: select *, md5('yourpassword') as pass from serendipity_authors Then the password column and the 'pass' column should match up. If not, the password is wrong. If everything is right, could y...
by garvinhicking
Tue Apr 20, 2004 9:55 pm
Forum: General discussions
Topic: Newbie question - How to change the overall font-size
Replies: 2
Views: 4510

Re: Newbie question - How to change the overall font-size

Hi Emkay!

You were almost right: You have to look at the .css files inside the templates/ subdirectory. Each template has its own CSS, so you need to modify the file of the template you chose.

Good luck! :)
by garvinhicking
Tue Apr 20, 2004 10:03 am
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 10067

Re: IT WORKS!!!

Hi!
insane66 wrote:THANKS FOR THE HELP!!!!
No problem at all, I'm sorry for having taken so long to reply. But all is well that ends well. :-)

Regards,
Garvin.
by garvinhicking
Sun Apr 18, 2004 11:47 am
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 10067

Re: found then hang

Hi! guess this means im dumb and dont have all my parts of mysql installed/working? i guess.... Do you use any other PHP applications using mysql that work? Like phpMyAdmin? Else try a simple php Script: <?php $c = mysql_connect($hostname, $user, $pass); print_r($c); echo mysql_error(); ?> And see i...