Search found 37 matches

by gizmola
Sat Apr 16, 2005 10:44 pm
Forum: Installation
Topic: Changing permissions on serendipity_config_local.inc.php
Replies: 5
Views: 3904

This is actually a common problem, because in the typical hosted environment, the webserver is running as some user (apache for example). The end user sets the rights on their webspace to be 777, so that other can write files. Serendipity creates the config file (as apache), and it gets the permissi...
by gizmola
Sat Apr 16, 2005 9:58 pm
Forum: Themes
Topic: Garvin-Need Help with Code for Image Banner
Replies: 9
Views: 8969

To simply replace the image, you don't need to go into the .tpl files. Instead open up the style.css file for the theme with a text or .css editor. (I use topstyle light personally). You'll find a style with this name: #serendipity_banner { font-weight: bold; padding-left: 10px; background-image : u...
by gizmola
Thu Apr 14, 2005 1:21 am
Forum: Bugs
Topic: Spam Protector Issue: Captchas not showing!!
Replies: 43
Views: 23081

I have a similar problem currently that I'm trying to work out, and one way to help debug is to have warnings turned on, and then to take a captcha url and execute that directly. What I've found is that the problem lies in my freetype support.-- it's not working for some reason. Here's an example: h...
by gizmola
Thu Apr 14, 2005 1:13 am
Forum: Bugs
Topic: serendipity SQL Injection vulnerability
Replies: 11
Views: 6484

Finding a bug and reporting it is much appreciated. With that said, noone involved in the development of the project is hiding. We appreciate your efforts, but would appreciate them even more if you would go through channels to let the developers see the bugs first and evaluate them rather than use ...
by gizmola
Mon Apr 04, 2005 1:17 am
Forum: General discussions
Topic: Want Category sort order to be as entered
Replies: 2
Views: 2074

It would be a very small modification... basically find the SQL query and remove the ORDER BY probably.
by gizmola
Sat Apr 02, 2005 1:41 pm
Forum: Plugins
Topic: Keyword replacement plugin
Replies: 2
Views: 4115

Like Garvin explained, the content_rewriter plugin does this. You do have to add an entry for each keyword, but once you have the first one worked out, it only takes a moment for each subsequent keyword. Here's the rewrite I use, that happens to do exactly what you want: Inside the plugin set the re...
by gizmola
Sat Apr 02, 2005 1:33 pm
Forum: Plugins
Topic: GeSHi Plugin .02 released
Replies: 9
Views: 7540

GeSHi Plugin .02 released

This is more or less the fully functional generic syntax high lighting plugin, including line numbering options, as I initially planned. I committed the source code to cvs tonight, so it should be available tommorrow. Here's the readme: ------------------------ About ------------------------ This pl...