Search found 15 matches

by paux
Thu Apr 19, 2018 2:20 pm
Forum: Generelles in Deutsch
Topic: Wordpress APP und S9Y
Replies: 39
Views: 33426

Re: Wordpress APP und S9Y

Sorry fürs ausgraben des Threads, aber jetzt fehlt offensichtlich wp.getProfile. Ich hab's testweise in serendipity_xmlrpc.inc.php entsprechend hinzugefügt, jetzt funktioniert's wieder (mit der Wordpress Android-App).

LG Stephan
by paux
Tue Jul 09, 2013 9:53 pm
Forum: Bugs
Topic: Trackbacks to own blog no longer working
Replies: 2
Views: 3448

Re: Trackbacks to own blog no longer working

Ah, OK, logging is key:

REJECTED Filtered by Akismet.com Blacklist: true

What? Am I on the Akismet blacklist? How can I check this?
by paux
Tue Jul 09, 2013 9:29 pm
Forum: Bugs
Topic: Trackbacks to own blog no longer working
Replies: 2
Views: 3448

Trackbacks to own blog no longer working

Hi!

In my blog, I often refer (and link) to older blogposts such that these get a trackback entry to a follow-up post.

However, this is no longer working: I always get a "trackback successful", but in the Comments section of the backend nothing new shows up. How can I debug this?

I have problems ...
by paux
Wed Feb 15, 2012 11:41 am
Forum: Installation
Topic: Upgrade 1.3->1.6: Preview shows admin pane
Replies: 1
Views: 4193

Re: Upgrade 1.3->1.6: Preview shows admin pane

... aaaand the loser is:

The HTTP-Authentication (serendipity_event_httpauth) plugin!

I'd almost forgotten our special setup using HTTP authentication. Disabling "Grant REMOTE_USER Authentication" in that plugin re-enables the previews, while still maintaining the intended auth behaviour.
by paux
Wed Feb 15, 2012 11:01 am
Forum: Installation
Topic: Upgrade 1.3->1.6: Preview shows admin pane
Replies: 1
Views: 4193

Upgrade 1.3->1.6: Preview shows admin pane

Hi,

Although this problem is in the FAQ http://www.s9y.org/11.html#A16, the FAQ doesn't mention how to actually solve it. In addition, everything had worked under s9y 1.3, but that problem now occurs with 1.6. The upgrade process as such seems to have been successful.

My system: Debian 'lenny ...
by paux
Thu May 06, 2010 9:36 pm
Forum: Plugins
Topic: Adding Facebook's Like buttons
Replies: 36
Views: 29989

Re: Adding Facebook's Like buttons

Ah, indeed, thanks for that!

However, with _event_twitter I already have more flexibility with Twitter and Identi.ca (short URLs, configurable tweet, identi.ca support). And I'm uncertain about what services I want to link to anyway.
by paux
Thu May 06, 2010 3:53 pm
Forum: Plugins
Topic: Adding Facebook's Like buttons
Replies: 36
Views: 29989

Re: Adding Facebook's Like buttons

Thanks, that seems to do it:

<iframe
src="http://www.facebook.com/plugins/like.php?href={$entry.rdf_ident|@escape:url|@escape:url}&show_faces=false&width=440"
scrolling="no"
frameborder="0"
style="border:none; overflow:hidden; width:440px; height:30px;"
allowTransparency="true">
</iframe>

I ...
by paux
Thu May 06, 2010 3:28 pm
Forum: Plugins
Topic: Adding Facebook's Like buttons
Replies: 36
Views: 29989

Adding Facebook's Like buttons

Hi!

I think there's no such functionality yet, so I tried to do it by myself. Adding an FB-Like for the whole blog via e.g. HTML nugget is easy, as the main URL of the blog is static. But I want to add it for every article.

As starting point I edited entries.tpl and added the <iframe> after ...
by paux
Mon Apr 26, 2010 8:40 pm
Forum: Bugs
Topic: Microblogging plugin truncates tags that have blanks
Replies: 4
Views: 3552

Re: Microblogging plugin truncates tags that have blanks

Hi,

as a followup and workaround: I now just tag my posts twice, once with freetag for within my blog, and twice for the announcing tweet. It turned out that I only want to use the most important tags for the tweets.
by paux
Mon Apr 26, 2010 8:36 pm
Forum: Generelles in Deutsch
Topic: Bug mit Plugin Entryproperties?
Replies: 3
Views: 3116

Re: Bug mit Plugin Entryproperties?

Hi!

Ich hänge mich hier dazu, weil's zum Thema passt: Gibt es einen einfachen Weg, den Cache zu regenerieren? Ich habe die ep_cache_* rausgelöscht, weiß aber nicht, wie ich sie regenerieren kann.

lg Stephan
by paux
Mon Dec 21, 2009 9:37 am
Forum: Bugs
Topic: Microblogging plugin truncates tags that have blanks
Replies: 4
Views: 3552

Re: Microblogging plugin truncates tags that have blanks

Oh sorry, I didn't mention the Freetag plugin at all. I indeed use Freetag tags, and not those from Microblogging itself.

On the plugins page, Microblogging is listed right above Freetag--should their order be reversed?
@Freetag: I announce to identi.ca, announce format "blogged: #title# #link ...
by paux
Sun Dec 20, 2009 7:42 pm
Forum: Bugs
Topic: Microblogging plugin truncates tags that have blanks
Replies: 4
Views: 3552

Microblogging plugin truncates tags that have blanks

If a tag containing blanks, e.g. "some tag", is applied to an article that is announced via the Microblogging plugin, it gets the hashtag "#someag", omitting the blank PLUS the next letter.

Here's an example of a tweet where "cell phone" became "#cellhone": http://bit.ly/6GzVzQ
It links to this ...
by paux
Tue Aug 19, 2008 3:26 pm
Forum: Generelles in Deutsch
Topic: Die Zukunft von Serendipity
Replies: 160
Views: 123040

Re: Erweiterungsvorschläge

c0t0d0s0 wrote:Für eigene Zwecke entwickel ich gerade ein Plugin um im Artikel in Tex-Notation arbeiten zu koennen. Vielleicht ist das fuer andere hier auch von nutzen.
Ähm, was genau tut das anders als das MimeTeX-Plugin?

lg
by paux
Thu Mar 23, 2006 9:02 pm
Forum: Installation
Topic: Migration to MySQL5/PHP5
Replies: 1
Views: 2754

Ahem, just forget my posting and laugh about me. I forgot to give /tmp its 1777 permissions....
by paux
Thu Mar 23, 2006 8:55 pm
Forum: Installation
Topic: Migration to MySQL5/PHP5
Replies: 1
Views: 2754

Migration to MySQL5/PHP5

Hi!

On my current Linux-box I'm using s9y-0.9 on MySQL-4.0.20 and PHP-4.3.8. I want to migrate to a new 'Debian testing' system, running MySQL5 and PHP5. I copied all files keeping their properties, but something doesn't work: Although if I remove the local config and go through the installation ...