Search found 9 matches

by neostar
Tue Jan 20, 2009 5:05 pm
Forum: Generelles in Deutsch
Topic: Twitter Plugin
Replies: 15
Views: 9013

Hi Damian,
bin gerade dabei ein Redesign für unsere Website anzugehen. Dabei sind mir zwei Probleme aufgefallen, die ich mit dem Plugin habe.

1. Es wäre vorteilhaft wenn du den einzelnen Elementen CSS-Klassen zuweisen könntest, damit man die ein Einträge entsprechend formatieren kann.

2. Ich ...
by neostar
Tue Dec 05, 2006 2:13 pm
Forum: Installation
Topic: New category added, category became parent for all
Replies: 4
Views: 2904

Well I checked all boxes, the auto_increment value doesn't get transferred. It seems I have mySQL 5 on my development system (was mislead by the phpinfo()).

My solution now is to check all tables by hand to see where the auto_increment value is missing. The other values don't seem to matter to keep ...
by neostar
Tue Dec 05, 2006 12:58 pm
Forum: Installation
Topic: New category added, category became parent for all
Replies: 4
Views: 2904

Ok, I'm a bit lost on this one. As it seems a lot of the database settings didn't get transferred the auto_increment value is one of them, also the charset. Even though I think I checked the right boxes.

So it's quite obvious why it's not working as planned. What would be the steps to make sure the ...
by neostar
Tue Dec 05, 2006 12:18 pm
Forum: Installation
Topic: New category added, category became parent for all
Replies: 4
Views: 2904

New category added, category became parent for all

Hi,
I've got a strange problem. I've exported a s9y database with drop tables, and add auto increment. The import via phpmyadmin to my live website went fine.

I've created a new category and now this category is parent for all other categories. If I try to change the parent category for each of the ...
by neostar
Tue Sep 19, 2006 3:40 pm
Forum: General discussions
Topic: S9Y Wiki - can't login
Replies: 0
Views: 2346

S9Y Wiki - can't login

Hi,
just wanted to notify the one responsible that the login for the wiki isn't working at the moment.
I get "Login refused. [Status 115]"

Thanks,
Timon
by neostar
Fri Jul 07, 2006 12:47 am
Forum: Themes
Topic: Trouble with Andreas06 theme
Replies: 5
Views: 5198

Nice, first I edited the file on the server with no luck. Than I did a direct download and upload and now the template works fine.

Thanks for your help!
by neostar
Thu Jul 06, 2006 12:11 am
Forum: Themes
Topic: Trouble with Andreas06 theme
Replies: 5
Views: 5198

Trouble with Andreas06 theme

If I open an entry for example
http://timon-royer.com/archives/12-Collaboration-Made-Simple-with-Bracket-Notation.html

I get the following error:

Fatal error: Smarty error: [in file:/var/www/vhosts/timon-royer.com/httpdocs/templates/andreas06/comments.tpl line 1]: syntax error: unrecognized tag ...
by neostar
Thu Jun 29, 2006 11:14 am
Forum: General discussions
Topic: rollover image works only from /pages/foo.html not index.php
Replies: 2
Views: 2646

Here is the piece of code we fixed, I was just too tired to see that.

Old:
{if $staticpage_pagetitle}
<body id="{$staticpage_pagetitle}" onload="preloadImages();">
{else}
<body id="Weblog">
{/if}

New:
{if $staticpage_pagetitle}
<body id="{$staticpage_pagetitle}" onload="preloadImages ...
by neostar
Thu Jun 29, 2006 12:51 am
Forum: General discussions
Topic: rollover image works only from /pages/foo.html not index.php
Replies: 2
Views: 2646

rollover image works only from /pages/foo.html not index.php

I have a problem with some rollover images on a website.

The rollover works fine when it is a page with /pages/foo.html but any URL that has index.php in it breaks the rollover.

broken:
http://twilight-band.de/index.php
http://twilight-band.de/index.php?/gallery2.html

working:
http://twilight ...