Search found 62 matches

by Little Hamster
Wed Dec 22, 2004 11:56 pm
Forum: General discussions
Topic: Logo on top of page
Replies: 7
Views: 5620

Greg, when you say a logo on the left margin, do you mean something like the "idea" template (the light bulb)? The theme is bundled with version 0.7. The light bulb is the background of the banner. Of course you can use a smaller image. Here's a snippet from the style.css of the theme: #se...
by Little Hamster
Wed Dec 22, 2004 11:50 pm
Forum: Bugs
Topic: Strange behaviour when logging into s9y forums
Replies: 2
Views: 3243

I've now ticked the autologin box. Normally, I use mozilla's password manager.
by Little Hamster
Wed Dec 22, 2004 4:23 pm
Forum: Bugs
Topic: Strange behaviour when logging into s9y forums
Replies: 2
Views: 3243

Strange behaviour when logging into s9y forums

1. Access the forums at www.s9y.org/forums 2. Click on the Log in link 3. Enter username/password and click on the "log in" button 4. Magically re-directed to www.s9y.info/forums, and not logged in. However. if I manually change .info to .org in the URL bar, then it showed that I'm logged ...
by Little Hamster
Sun Dec 19, 2004 9:09 am
Forum: General discussions
Topic: Just curious, how many folks have trouble because of hosting
Replies: 29
Views: 27135

What difficulties do you encounter and what do you believe is the cause. Don't have any trouble with my host. I have also installed s9y on my own PC, and haven't got any trouble either. PC is running debian, and php and mysql are the standard debian binaries. How dependable is your server? (downtim...
by Little Hamster
Sun Dec 19, 2004 9:01 am
Forum: General discussions
Topic: Logo on top of page
Replies: 7
Views: 5620

Can you do what you want with CSS? The banner area is displayed as <div id="serendipity_banner"> <h1><a class="homelink1" href="http://your.host/s9y/">Blog title</a></h1> <h2><a class="homelink2" href="http://your.host/s9y/">blog subtitle</a></h2> </...
by Little Hamster
Sun Dec 19, 2004 8:54 am
Forum: Installation
Topic: Installation went smoothly... but
Replies: 5
Views: 5460

Maybe this answers your question on which file to delete http://www.s9y.info/forums/viewtopic.php?t=709
by Little Hamster
Mon Nov 15, 2004 10:32 am
Forum: General discussions
Topic: what's the use of HTML nugget?
Replies: 3
Views: 3654

I used plain <br> for links. <a href="http://www.s9y.org">s9y</a><br> <a href="http://www.slashdot.org">slashdot</a> I don't see why you need a table for links. But tables do work in the HTML nugget. I tried this <table> <tr><td>hello</td><td>world</td></tr> <tr><td>good</td><td>...
by Little Hamster
Thu Nov 11, 2004 9:14 pm
Forum: General discussions
Topic: what's the use of HTML nugget?
Replies: 3
Views: 3654

It's for displaying arbitrary html snippets. For example you can add a list of links. But of course, using it will require you knowning a bit of html :)
by Little Hamster
Wed Nov 10, 2004 2:11 pm
Forum: General discussions
Topic: Traditional Chinese language finished
Replies: 9
Views: 7157

I don't how to fix it, but the problem is that the html document is still set to be in english

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
           "http://www.w3.org/TR/html4/loose.dtd">
by Little Hamster
Sat Nov 06, 2004 9:54 pm
Forum: Installation
Topic: Installation Problems
Replies: 4
Views: 4734

If you installed mysql from a preconfigured package (eg debian), then the following chapters might be of more use:

Sections 3.1 - 3.4 in
http://dev.mysql.com/doc/mysql/en/Tutorial.html

Sections 5.6 in
http://dev.mysql.com/doc/mysql/en/MySQL ... ation.html
by Little Hamster
Sat Nov 06, 2004 6:16 pm
Forum: Installation
Topic: Installation Problems
Replies: 4
Views: 4734

Can you login using boredboa_serendi from the command line? Or phpMyadmin? If you can't, then serendipity won't work either. I hate to say this, but maybe you need to follow the mysql user guide to setup the database properly first.
by Little Hamster
Fri Nov 05, 2004 10:23 am
Forum: Plugins
Topic: Guestbook
Replies: 7
Views: 10728

A blog is a web log. So it's like a journal, or a news page.
by Little Hamster
Wed Nov 03, 2004 2:03 pm
Forum: Bugs
Topic: RSS feed problem?
Replies: 7
Views: 11233

Dianna, I fetched your RSS 2.0 with the Liferea news reader. There are 14 entries, And both entries from 2 Nov are there. Try another RSS feed reader, eg, Firefox (it can read RSS), and see it for yourself.

I agree with Garvin that It's LJ that's at fault here.
by Little Hamster
Tue Nov 02, 2004 2:56 pm
Forum: Installation
Topic: installing in /
Replies: 3
Views: 4511

I don't know what ftp client you are using, but the current direcoty should also appear as . (a single dot) in a list of files in the directory.
by Little Hamster
Mon Nov 01, 2004 2:43 pm
Forum: General discussions
Topic: time again but re: 0.7x and new entries in future time
Replies: 5
Views: 5860

I can suggest a dirty hack, I haven't tried it myself, but it could be a start. The entries are fetched using serendity_fetchEntries(...) in serendipity_functions.inc.php. It seems to be the time limiting code is in line 710 and 712. By adding a day (or 13 hours in your case) to time(), you can chan...