leflo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Theme: MusilAhh yes, that is why it’s called beta. You don’t need that plugin (scrobbler) it is just used by default. That will change..
To avoid it, please edit
include/bottombar/default.phpand replace
<?php include (TEMPLATEPATH . '/include/blocks/scrobbler.php'); ?>with
<?php include (TEMPLATEPATH . '/include/blocks/blogroll.php'); ?>Forum: Themes and Templates
In reply to: New Theme: MusilPlease set WPLANG in wp-config.php to your language, WordPress includes some files only after doing this. I’m going to put a workaround in the next version.
It is no problem to use that many categories unless you try to display all of them on one page. It should not be a performance issue, i.e. it is only if WordPress is programmed badly, wich is not the case, in my opinion.
BTW: The technology of tags and categories is exactly the same, so it doesn’t matter what you use, but you should keep in mind, that using UTW you will have to systems doing basicaly the same thing. That is why I prefer Cat2Tag (only in the case, that you want to use Tags at all)
Forum: Plugins
In reply to: How to edit inline-uploading.php to resize images to 480px max width?I’m about to program a plugin for this, because this bothers me too. But i cannot say when it will be begun or even ready nor how to do it.
Forum: Plugins
In reply to: New Plugin: list recently played last.fm tracksYou can find one doing this (kind of) here: http://leflo.de/projekte/scrobbler
Forum: Plugins
In reply to: Audioscrobbler/Last.fm plugin problemThe resolution to this problem was that the theme did not use
wp_headand/orwp_footer, wich is very nessesary.Forum: Plugins
In reply to: [FIXED] Audioscrobbler?This one works great:
Forum: Fixing WordPress
In reply to: WP filling tmp directoryi added “return” at the top of one function called …save in wp-inlcudes/cache.php, that does work somehow. lol
if you ask me, the caching system is very creepy.
Forum: Plugins
In reply to: Now Reading PluginIt’s right, there were a few bugs in now reading (e.g. did it not work with some special chars in the books title or in the author name), so i patched it: http://leflo.de/2005/11/23/now-reading-21-patched/
it’s possible to search for foreign books too.
Forum: Alpha/Beta/RC
In reply to: Will themes made previous be compatible with 2.0?i’m using relaxation and it’s working great!
Forum: Plugins
In reply to: Audioscrobbler Plugin?I developed just another AudioScrobbler Plugin called Scrobbler, you can find it here: http://leflo.de/projekte/scrobbler.
It features easy configuration and, hold to your seat, AJAX.
Forum: Plugins
In reply to: Plugin: Scrobbler (just another audioscrobbler plugin)Ay, the url is http://leflo.de/projekte/scrobbler, sorry