Search found 6 matches

by usr
Fri May 23, 2008 1:24 am
Forum: Installation
Topic: From which file does this code come?
Replies: 9
Views: 5256

Working. Thanks so much! :)
by usr
Fri May 23, 2008 12:56 am
Forum: Installation
Topic: From which file does this code come?
Replies: 9
Views: 5256

Sorry, maybe i'm a little bit stupid. :/

I'm using "mt-trendy", and looked in the folder: there are only two .css files, both don't contain your code. I've searched also for it in the "default" folder, and viewed the index.tpl and sidebar.tpl, but the was also no success.

Where do i have to search ...
by usr
Thu May 22, 2008 10:23 pm
Forum: Installation
Topic: From which file does this code come?
Replies: 9
Views: 5256

Allright: finally SSL is working correctly... :)

Just one last question: how can i delete the words "Verwaltung des Blogs" and the line between "Verwaltung" and "Login".

I want to see only "Login"

Thanks a lot!
by usr
Thu May 22, 2008 9:41 pm
Forum: Installation
Topic: From which file does this code come?
Replies: 9
Views: 5256

The code looks like this:

class serendipity_superuser_plugin extends serendipity_plugin {
var $title = SUPERUSER;

function introspect(&$propbag)
{
$propbag->add('name', SUPERUSER);
$propbag->add('description', ALLOWS_YOU_BLAHBLAH);
$propbag->add('stackable', false);
$propbag->add('author ...
by usr
Thu May 22, 2008 8:25 pm
Forum: Installation
Topic: From which file does this code come?
Replies: 9
Views: 5256

The problem is: when i want to login to write entrys, the ssl-connection doesn't work correct. I spoke with my hoster, and he advised me to make the url relative like xxxx.php, instead of https://bla.net/xxxx.php

I will try in some minutes and report back. Thanks!


edit: The browser is complaining ...
by usr
Thu May 22, 2008 6:12 pm
Forum: Installation
Topic: From which file does this code come?
Replies: 9
Views: 5256

From which file does this code come?

Hi there,

i've just installed serendipity, it all works quite well. However there is still a little problem.

If i'm visiting my blog and view the sourcecode in the browser, there is a line like this:

<td id="serendipityRightSideBar" valign="top"> <div class="serendipitySideBarItem container ...