Search found 701 matches

by blog.brockha.us
Thu Apr 05, 2012 1:55 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Smartifying the backend
Replies: 176
Views: 3274466

Re: [2.0] Smartifying the backend

Can't we do something like that in a file located in / ? $document_root = $_SERVER['DOCUMENT_ROOT'] // If we don't have a shared installation, check if it is a "modRewrite subdomain" and fix this: if (!defined('S9Y_DATA_PATH')) { $document_root = dirname(__FILE__); } define('S9Y_DOCUMENT_R...
by blog.brockha.us
Thu Apr 05, 2012 1:29 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Smartifying the backend
Replies: 176
Views: 3274466

Re: [2.0] Smartifying the backend

This code is required for shared installations, we cannot simply change/remove it. Can you explain a little, why this is the case? Perhaps with a little example, where the problem is? Can we have a switch in the advanced configuration perhaps: "Server has a DOCUMENT_ROOT pointing to one direct...
by blog.brockha.us
Thu Apr 05, 2012 11:34 am
Forum: Installation
Topic: OpenID Plugin: How do I configure it?
Replies: 16
Views: 14639

Re: OpenID Plugin: How do I configure it?

Is the new version working now for you? :)
by blog.brockha.us
Wed Apr 04, 2012 8:18 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Smartifying the backend
Replies: 176
Views: 3274466

Re: [2.0] Smartifying the backend

Well, I don't really know what's your problem exactly..
I only know, that DOCUMENT_ROOT is a problem at uberspace when used in subdomains.
Perhaps there are other locations in the source where this is used..
by blog.brockha.us
Wed Apr 04, 2012 7:47 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Smartifying the backend
Replies: 176
Views: 3274466

Re: [2.0] Smartifying the backend

I think it should! This should work the same on normal and uberspace installations.
And PHP_SELF is often named as "evil"..

Did you try, if this solves your problem?
by blog.brockha.us
Wed Apr 04, 2012 7:37 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Smartifying the backend
Replies: 176
Views: 3274466

Re: [2.0] Smartifying the backend

In another support mail, they recommended using dirname(__FILE__) to get the physical path to the s9y installation, whatever that might mean. :) it means: At line 243: replace if (@file_exists($_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['PHP_SELF']) . '/serendipity_config_local.inc.php')) { $local...
by blog.brockha.us
Wed Apr 04, 2012 7:22 pm
Forum: Installation
Topic: OpenID Plugin: How do I configure it?
Replies: 16
Views: 14639

Re: OpenID Plugin: How do I configure it?

Uhm.. Did you try the newest version of the OpenID plugin?
I updated a lot on it and it is working (for me and other testers) flawlessly now.
by blog.brockha.us
Wed Mar 21, 2012 11:53 pm
Forum: Installation
Topic: OpenID Plugin: How do I configure it?
Replies: 16
Views: 14639

Re: OpenID Plugin: How do I configure it?

Is there any new information on this? Right now I have exactly the same problem.. :(
by blog.brockha.us
Wed Mar 14, 2012 12:44 pm
Forum: Plugins
Topic: Easy Podcasting Plugin: Linking
Replies: 12
Views: 7114

Re: Easy Podcasting Plugin: Linking

Yes, like that. If you use the class "nopodcast" it has to be configured like that in the plugins configuration.

Is it not working or why do you ask?
by blog.brockha.us
Mon Mar 12, 2012 12:09 pm
Forum: Plugins
Topic: Easy Podcasting Plugin: Linking
Replies: 12
Views: 7114

Re: Easy Podcasting Plugin: Linking

Cool. I already put the patch into Spartacus, so others can test this, too.
Worked here, I hope it'll work everywhere else, too. :)
by blog.brockha.us
Sat Mar 10, 2012 8:36 pm
Forum: Plugins
Topic: Easy Podcasting Plugin: Linking
Replies: 12
Views: 7114

Re: Easy Podcasting Plugin: Linking

I added the possibility to exclude media links by CSS class: http://t.co/fMYhhTRQ
Betatests are welcomed. ;)
by blog.brockha.us
Thu Mar 01, 2012 4:19 pm
Forum: Generelles in Deutsch
Topic: Neues Microblog Plugin für die Sidebar
Replies: 42
Views: 20720

Re: Neues Microblog Plugin für die Sidebar

Wo liegt es denn zum Download? Ich würde es mir beizeiten gerne mal anschauen und sehen, was ich davon vielleicht in das "offizielle" Plugin übernehmen kann/soll. (Wenn ich die uralte Diskussion hier lese, dann scheint es ja keinen Merge der beiden Plugins damals gegeben zu haben, oder?)
by blog.brockha.us
Thu Mar 01, 2012 3:05 pm
Forum: Development
Topic: Moderation link has expired?
Replies: 7
Views: 7012

Re: Moderation link has expired?

Ian reported a better fix: instead of !$token use !$goodtoken. So this only works, if the token was accepted.

Garvin: What do you think, should we backport this check to 1.6? I'm not sure atm..
by blog.brockha.us
Thu Mar 01, 2012 3:34 am
Forum: Development
Topic: Moderation link has expired?
Replies: 7
Views: 7012

Re: Moderation link has expired?

@garvin: Well, I tested with autologin enabled and disabled, both worked in my case. :)
@christian: Thanks for testing. I was already thinking about that being the problem (although there was no problem in my case with that). Good that we found that. :)
by blog.brockha.us
Wed Feb 29, 2012 11:54 am
Forum: Plugins
Topic: Easy Podcasting Plugin: Linking
Replies: 12
Views: 7114

Re: Easy Podcasting Plugin: Linking

As the example links don't work any more, I assume the problem is: You want to define what media link should be exchanged and what not. I think the easiest solution would be: Add an option "Don't autoreplace html links (use [podcast:] only)". This would leave the <a href> links as they are...