latz
Forum Replies Created
-
Forum: Plugins
In reply to: [Changelogger] Ist still workinThanks for your support.
Checked it on a friend’s multisite and it worked. Disabling all plugins on my site didn’t worked neither.
Seems to be a problem with my MS configuration. I close this thread with “resolved’ since it’s not a problem of the plugin.Sorry for interrupting you!
Forum: Plugins
In reply to: [Changelogger] Ist still workinThe problem seems to occur on Multisite installations only.
The plugin works on a freshly installed single site but not on a freshly installed multisite (at least on my dev machine).
Forum: Plugins
In reply to: [Changelogger] Ist still workinIt doesn’t show anything. If you say that it is working for you I’m gonna investigate what may be the problem on my site.
I’ll report back to you either on success or failure.
Forum: Plugins
In reply to: [WP Updates Notifier] No More #update idThank you for you answer, seems to work.
Nevertheless, Dear Developers, would be nice if you could implement it into the plugin.
Forum: Plugins
In reply to: [Plugins A to Z] A to Z for websiteI thought about this a bit and came to the solutions that this is not a useful plugin after all.
The plugin table is sorted by the alphabet and jumping to them by the first character makes sense. Sorting posts by alphabet does not makes sense in my mind.
Sorry to tell you this, maybe you find someone else willing to do such a plugin.
Forum: Plugins
In reply to: [Plugins A to Z] A to Z for websiteHaven’t thought about this. Can you describe your idea more precisely?
Do you think of a A to Z list that displays all posts which headline begins with the according letter on selection?
Forum: Plugins
In reply to: [Stringintelligenz [discontinued]] RollenbezeichnungenUm es auch hier noch einmal zu sagen: Die Tabelle wurde mit einem wirklich, wirklich miesen Skript erstellt. Benutzt wurden sie die Sprachdateien aus WP 4.6.1 und dem Plugin v0.1.0.
Die Tabelle hat keinen Anspruch auf Vollst?ndigkeit oder Richtigkeit, sondern soll nur einen unverbindlichen überblick geben, was sich ?ndern k?nnte.
Forum: Plugins
In reply to: [Stringintelligenz [discontinued]] ?nderungen hervorhebenIch habe mal ein wenig rumprobiert, aber keine L?sung gefunden.
Forum: Reviews
In reply to: [Stringintelligenz [discontinued]] Extremst unn?tig.Ich kann nicht erkennen, wie mir das Plugin durch die ?nderung der Zeichenketten die Bearbeitung meines Blogs erleichtern soll oder welche Funktionen verbessert/erweitert werden.
Ich sehe nur, das die angezeigten Texte l?nger und unübersichtlicher geworden sind.
Forum: Plugins
In reply to: [Pagebar2] Fatal ErrorPlugin activation should work again.
Forum: Plugins
In reply to: [Pagebar2] Fatal ErrorI must admit, that I neclegted the plugin in the past few months. Somehow I missed this thread, too.
Thanks for the ug report. Seems I have left some debug code in the plugin (it’s the FireBug PHP extension in this case). I will take care of this problem first thing next week.
Forum: Plugins
In reply to: WP_List_Table Row actionsYou may want to take a look at the step by step guide on wpengineer.com:
https://wpengineer.com/2426/wp_list_table-a-step-by-step-guide/#actions
Forum: Plugins
In reply to: [Unified Login Error Messages] api keyI doubt that the “Unified Login Error Messages” is the cause of the error message because it does not require an API key.
latz (Author of ULEM)
Forum: Plugins
In reply to: [Pagebar2] [Plugin: pagebar] Missing argument 1 for postbar()Thank you all for your bug report. I was so focussed on the “automagic insertion” that I did not check if the manual way will work as well.
This should be fixed now (hopefully, Murphy is looking round the corner). If you do not use the automagic feature and do not want to use the actions there is no need to update (except that WordPress is nagging you to do so).
I would like to apologize for any inconveniences!
Latz
Forum: Plugins
In reply to: [Pagebar2] [Plugin: pagebar] Pagebar display problemsIf you have experience in customizing themes you can always disable the automagic insertion and put the code manually in your theme at the right position:
if (function_exists('postbar')) postbar();