Tag-Archiv für 'wordpress-plugins'

Software, Wordpress, 15.07.2006
I just hacked a small bugfix release v1.5.11 for the popular Brian’s Latest Comments WordPress plugin, coz his latest 1.5.10 release doesn’t work with WordPress 2.1, due to changes in the wpdb class structure. You can download my fixed version here.
Wordpress, 23.06.2006
A couple of minutes ago I’ve released version 1.3.0 of my meanwhile pretty popular WordPress theme suite named Binary Blue. It incorporates - once again - several important changes, especially regarding usability of the options panel and performance. I’ve rewritten almost the complete theme engine’s backend and embedded several new features and options that I’ve come across through public demand both in the comments and the support forum. So go get it while it’s hot!
Wordpress, 01.05.2006
I just recognized by incident that the great Ultimate Tag Warrior Plugin by Christine Davis doesn’t take German Umlauts into account correctly under certain circumstances, e.g. if you utilize the “related posts” feature like Binary Blue does (if configured this way). So I dug into the code of the core files of my currently installed 3.1 release of that plugin and found the appropriate function to modify. The mod you need to apply is pretty simple - I just added a few lines of code to make use of a hopefully installed and activated o42-Clean-Umlauts plugin (or its 4null4.de pendant): function FormatPost($post, $format) { $url = get_permalink($post->ID); // CleanUmlauts-Integration if (function_exists(’o42_cu_content’)) { … Kompletten Post lesen
Software, Wordpress, 29.04.2006
Das tolle Wayback-Plugin von Chris Goringe hat für deutsche Blogger einen extremen Nachteil - kommen deutsche Umlaute in den Posttiteln zum Einsatz, dann werden diese nicht sauber gefiltert, und je nach eingesetztem Character-Encoding kommt es dann bei der Ausgabe im Browser zu unleserlichem Zeichensalat. Da das natürlich nervig ist, habe ich nun eine leicht aufgebohrte 4null4.de-Variante dieses Plugins angefertigt, die auf einem installierten CleanUmlauts-Plugin (bevorzugt natürlich auch hier die erweiterte 4null4-Edition ;)) aufsetzt und bei Vorhandensein dieses Plugins die ausgegebenen Posttitel sauber auf Umlaute überprüft und diese falls notwendig umcodiert. Das Plugin kann hier heruntergeladen werden.
Wordpress, 17.04.2006
I just ported the Binary Blue specific Sidebar Widget, which adds full support for Brian’s Latest Comments, into a general purpose Sidebar Widget. Remember that the use of this Widget still requires the installed and activated Brian’s Latest Comments Plugin! Installation Instructions Make sure that you have installed and activated Brian’s Latest Comments Plugin (it’s a mandatory requirement for this widget to work!) Download and expand this zipfile to an empty directory of your liking Copy the file called “widget_blc_latestcomments.php” from the directory where you’ve expanded the zip file to your wp-content/plugins/widgets directory on your webserver of your WordPress installation Activate the Widget in your admin panel on the Plugins submenu Switch to your Presentation/Sidebar Widgets submenu, drag-n-drop the … Kompletten Post lesen
Pages:  « 1 2 3 4 5 6 »