Search found 110 matches

by Josh
Sun Aug 27, 2006 2:50 pm
Forum: Bugs
Topic: Headlines in Firefox
Replies: 9
Views: 4487

* Wrong <ul><li> elemenets. After <ul> there must be a <li>, and all <li>s must be closed before </ul>. It should be correct, but it isn't. The Vailidator says: Error Line 58 column 87: document type does not allow element "div" here; assuming missing "li" start-tag. ...ner_sere...
by Josh
Sun Aug 27, 2006 1:58 pm
Forum: Bugs
Topic: Headlines in Firefox
Replies: 9
Views: 4487

Thank you, Garvin.

I have always had "Force XHTML 1.1 compliance" switched on in the configurations. Besides I am using the "Fix common XHTML errors" plugin.

Unfortunately, I don't know and understand enough HTML to fix all the errors myself.
by Josh
Sun Aug 27, 2006 1:14 pm
Forum: Bugs
Topic: Headlines in Firefox
Replies: 9
Views: 4487

Headlines in Firefox

Internet Explorer correctly shows the headlines of all posts in a big font on my frontpage: http://atlanticreview.org/ Firefox, however, only shows the headline of the first post in a big font on my frontpage. All following headlines are in small fonts. I am not sure, if this is a bug or whether it ...
by Josh
Wed Aug 09, 2006 10:40 pm
Forum: Plugins
Topic: How to display RSS Tags with Tags and Bookmarking +Adsense?
Replies: 4
Views: 2772

I have included the code for the Social Bookmarking and Adsense at the end of the file feed_2.0.tpl (of my test blog http://facts.atlanticreview.org), but it does not show up in the RSS readers (neither in RSS Bandit nor in Sage). The feed: http://facts.atlanticreview.org/feeds/index.rss2 Here's the...
by Josh
Wed Aug 09, 2006 6:20 pm
Forum: Plugins
Topic: How to display RSS Tags with Tags and Bookmarking +Adsense?
Replies: 4
Views: 2772

I changed netmirror to S9Y and SY9. Now Spartacus says, i got the latest version of the plugin.
About your RSS Feed: The tags are inside the Feeds already.
But why aren't they displayed in RSS Bandit?
by Josh
Wed Aug 09, 2006 5:08 pm
Forum: Plugins
Topic: How to display RSS Tags with Tags and Bookmarking +Adsense?
Replies: 4
Views: 2772

How to display RSS Tags with Tags and Bookmarking +Adsense?

Somewhere in this forum I read that the freetag plugin version 2.49 should be able to display the free tags in RSS Feeds. I have version 2.56, but I can't get the freetag to show in RSS. I can choose if I want freetags in body/extended entry or in the footer, but none of the options makes the tags a...
by Josh
Wed Jul 19, 2006 2:17 pm
Forum: General discussions
Topic: You Tube Video Blogging
Replies: 8
Views: 5704

Youtube works in S9Y. Just embed the code they provide.
by Josh
Wed Jul 19, 2006 2:12 pm
Forum: General discussions
Topic: Huge PHP Tables [solved]
Replies: 0
Views: 2028

Huge PHP Tables [solved]

1. Some info to share: It seems that the statistics plugin can create a huge table. My host told me that s9y_visitors had 698.423 entries and was 100 MB huge. That was the problem which caused my website to be pretty slow lately. Deleting the statistics plugin solved my problem. Perhaps others wond...
by Josh
Tue Jul 18, 2006 9:09 pm
Forum: Plugins
Topic: plugin "link list" delays the page reproduction
Replies: 19
Views: 9524

Thank You, Matthew!!! Yes, I had the versions of sidebar and event plugin backwards. The easiest way to do this is to backup your xml, then switch "Enter XML directly" to no, go to "Manage Links" and delete all the default links, Weird. "Manage links" is empty. No defau...
by Josh
Tue Jul 18, 2006 4:31 pm
Forum: Plugins
Topic: plugin "link list" delays the page reproduction
Replies: 19
Views: 9524

I only see the event plugin, but not the sidebar plugin in the zip file. I installed only the event plugin, but link list did not work I have now taken the event plugin (Version 1.10) from the zip file. And downloaded the sidebar plugin (Version 1.8 ) via Spartacus, which now works again for me. Now...
by Josh
Tue Jul 18, 2006 2:42 pm
Forum: Themes
Topic: Display of Comments in Drop Down Menu
Replies: 3
Views: 3113

Yes, it is identical. I have also deleted and reinstalled the comments plugin. Besides I have deleted an old comments file, which I had renamed "OLD-serendipity..." Perhaps that was a problem. Anyway it is deleted now. This is the serendipity_plugin_comments.php that is installed: <?php # ...
by Josh
Tue Jul 18, 2006 1:56 pm
Forum: Plugins
Topic: plugin "link list" delays the page reproduction
Replies: 19
Views: 9524

My website also loads quite slowly today. I tried updating linklist for a couple of days, but it failed. I don't think Spartacus has been down all the time. I went to http://spartacus.s9y.org/index.php?mode=bygroups_sidebar_en but here there is only the event plugin for linklist, but not the sidebar...
by Josh
Tue Jul 18, 2006 12:37 pm
Forum: Themes
Topic: Display of Comments in Drop Down Menu
Replies: 3
Views: 3113

Display of Comments in Drop Down Menu

Carl has created a wonderful drop down menues for my horizontal menu bar. The display of "New Entries" is beautiful, but the display of "Latest Comments" is not: http://atlanticreview.org/ What is even more strange is that the exact same template works fine on my test blog, i.e. ...
by Josh
Fri May 26, 2006 2:59 pm
Forum: General discussions
Topic: [FREQ] Disabling hotlinking + media issues
Replies: 12
Views: 6671

Thank you!

I'll try that.
by Josh
Thu May 25, 2006 3:43 pm
Forum: General discussions
Topic: [FREQ] Disabling hotlinking + media issues
Replies: 12
Views: 6671

I have googled a lot, but did not find a perfect and easy solution. So I mixed a few hints from several pages: I have tried to write code with exceptions for online feed readers and feed aggregators. Is the code correct? RewriteEngine On RewriteCond %{REQUEST_FILENAME} .(gif|jpeg|jpg|png|bmp|swf)$ [...