Search found 192 matches

by chickens
Tue Oct 16, 2007 7:50 pm
Forum: Installation
Topic: Problems With RSS feeds
Replies: 10
Views: 6314

I just chatted with one of the support techs at aplus.net -- the common factor here it seems. The issue has been escalated to a server admin who is looking into the issue. henryg: Hello! How may I help you? Visitor97909: I am one of the community members of serendipity (s9y.org) and some of your hos...
by chickens
Mon Oct 15, 2007 9:37 pm
Forum: General discussions
Topic: Can I export a s9y site to static html ?
Replies: 4
Views: 2126

I suggest finding a web host that actually has updated the policy in the last 10 years. If a host does not support any dynamic content then it is not worth the hassle to try and use them.

There might be a way to save the static HTML files, but its going to be more work than to find a good host.
by chickens
Mon Oct 15, 2007 8:42 pm
Forum: Installation
Topic: How can I redirect a page?
Replies: 6
Views: 4072

You could use a robots.txt file to block that from google's index, but then you will lose your google ranking for a specific keyword. To print out some content on the archive, you need to just post more. Right now there are 8 entries and by default 10 print out per archive page. Once there are more ...
by chickens
Mon Oct 15, 2007 8:26 pm
Forum: General discussions
Topic: Article Summary Per Author?
Replies: 32
Views: 11942

In my opinion forcing people to display a link to an open source project is just not a smart move. I am in no way an expert on open source licenses, but I thought the BSD license made is so you have to keep the copyright notice intact in the source files. I did not think it forced people to display ...
by chickens
Mon Oct 15, 2007 6:38 pm
Forum: General discussions
Topic: move to different path, embeded image issue
Replies: 3
Views: 2503

You could always just leave the old upload directory in place. When I moved from wordpress to s9y I came across the same problem, the static images in posts. What I did was left my wordpress directory with just the image directory in place. This allows for the images to work with the least amount of...
by chickens
Sat Oct 13, 2007 11:06 am
Forum: General discussions
Topic: RSS error
Replies: 4
Views: 2207

You have a newline (enter) before the start of the start of the RSS feed. Usually this is in the language file somewhere. It could be at the very start or end.

To fix this get rid of anything before <?php and after ?>
by chickens
Sat Oct 13, 2007 10:34 am
Forum: General discussions
Topic: searchQuery Craziness
Replies: 1
Views: 1890

After looking through my code in emacs I saw that I had a ^M after the google adsense code I just added. This was the same time I started noticing my site acting up. I've removed it from the end of each line and the problem seems to have worked itself out. Still odd, but the problem seems to be gone...
by chickens
Sat Oct 13, 2007 10:02 am
Forum: General discussions
Topic: searchQuery Craziness
Replies: 1
Views: 1890

searchQuery Craziness

In the last few days my site has been acting kinda funky and when I went to investiage I found the following: <span class="serendipity_searchQuery"></span>the<span class="serendipity_searchQuery"></span> it does this for EVERY single word in an entry on the main pages. When you c...
by chickens
Sat Oct 13, 2007 8:03 am
Forum: General discussions
Topic: embeded videos
Replies: 5
Views: 3285

I just posted the video on my test site: http://zonalnet.com/serendipity/index.p ... -test.html

I just took the code and posted into the text box. I have the WYSIWYG editor disabled, so I just pasted the test without doing anything else.

EDIT: Oh yeah, I love the onion.
by chickens
Sat Oct 13, 2007 12:32 am
Forum: General discussions
Topic: embeded videos
Replies: 5
Views: 3285

All you should need to do is paste that code into the HTML section when creating a post.
by chickens
Fri Oct 12, 2007 7:31 pm
Forum: Themes
Topic: rounded corners....!!! with CSS
Replies: 1
Views: 2347

On my old design I used Spiffy Corners to do pure CSS rounded corners. No javascript or images.
http://www.spiffycorners.com/
by chickens
Fri Oct 12, 2007 7:19 pm
Forum: Bugs
Topic: #skiplinks are Error 404
Replies: 5
Views: 3482

I noticed the same thing on my site, I added a number sign in front of each of them and it fixes the problem. <!-- #skiplinks: these are links used to navigate quickly in text-based browsers --> <!-- they are of little use in modern graphical browsers, so the are --> <!-- hidden using CSS --> <div i...
by chickens
Fri Oct 12, 2007 6:26 am
Forum: General discussions
Topic: Moving from GoDaddy
Replies: 4
Views: 2399

I've had good luck importing SQL data with BigDump when not having access to the shell.
http://www.ozerov.de/bigdump.php
by chickens
Thu Oct 11, 2007 11:24 pm
Forum: General discussions
Topic: Google add help
Replies: 1
Views: 1451

Searching is always handy... :D
http://board.s9y.org/search.php

Anyway, here is a link to when someone just asked that question.
http://board.s9y.org/viewtopic.php?t=11253
by chickens
Thu Oct 11, 2007 6:15 pm
Forum: General discussions
Topic: help with database crash (static pages)
Replies: 4
Views: 2639

izzlik,

This link should explain how to repair tables in a database using phpmyadmin.
http://paulstamatiou.com/2006/05/31/how ... hpmyadmin/