tin68
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WYSIWYG in WP 2.2 and Firefox 2.0I think I found the problem – it was the plugn wp2g – so I upgraded it to the recent version as well and the editor seems to be ok now with Firefox. But I’ll make more tests.
Forum: Plugins
In reply to: Akismet widget not XHTML validI changed line 602 in akismet.php to
<div id="akismetwrap"><div id="akismetstats"><a id="aka" href="http://akismet.com" title=""><span id="akismet1"><span id="akismetcount"><?php echo $count; ?></span> <span id="akismetsc"><?php _e('spam comments') ?></span></span> <span id="akismet2"><span id="akismetbb"><?php _e('blocked by') ?></span><br /><span id="akismeta">Akismet</span></span></a></div></div>and it works fine now.
Forum: Plugins
In reply to: Akismet widget not XHTML validThanks for your answer. Seems to be an old bug – found an other discussion in wordpress.com from 12-Dez-06.
Forum: Fixing WordPress
In reply to: Change meta block in widget sidebarI found it – the file functions.php in the themes folder contains widgets parts – so changes have to be done there. And it works!
Forum: Fixing WordPress
In reply to: How to edit Widget Meta sidebar links in WordPress 2.1?I found it! The author of the theme put some widget functions into the file functions.php in the themes folder. So I made the changes in this file – and it works!
Forum: Fixing WordPress
In reply to: How to edit Widget Meta sidebar links in WordPress 2.1?Hi there
I have the same question – but din’t got any answer yet. I tried to edit the file widget.php but this didn’t work.
Forum: Plugins
In reply to: Download Manager: wpdownloadsuiteAfter deleting all the files in the download area and uploading them a second time the plugin seems to work correctly now.
But I couldn’t find out why the local URL was truncated after the upgrade of WordPress to version 2.1
So I can close this topic.
Forum: Plugins
In reply to: Calendar modificationYes thanks – I made changes in locale.php – works great now.
Forum: Fixing WordPress
In reply to: SQL database errorI found the problem in the meantime. There was a mistake in the sidebar.php – a call to an additional plugin was at the wrong place.
Forum: Everything else WordPress
In reply to: WYSIWYG editor – title problemSorry for the false alarm – I found the problem. It’s BlogDesk (write blog texts offline) which sends the text in HTML-code. If I write a text online in the administration editor everything is ok.
Forum: Everything else WordPress
In reply to: WYSIWYG editor – title problemYes I tried that – same result. The title contains HTML code for special characters. But in the message body everything is ok.
Forum: Fixing WordPress
In reply to: WYSIWYG editor for commentsWell – seems that I have to continue with htmlarea…
Forum: Fixing WordPress
In reply to: WYSIWYG editor for commentsThanks a lot … but
WYSIWYG isn’t the editor I searched for – with this plugin the editor for comments is the same as the editor of the administrator.
EditorMonkey replaces the default WYSIWYG editor – and this isn’t what I searched for.
Forum: Fixing WordPress
In reply to: Help with WP-UserOnlineGot help from the author of the plugin – it works now.
Forum: Plugins
In reply to: get_sidebar() questionI am using Impact 2.0 and yes – it’s with a sidbar.php.
But in the meantime I found the problem, it get_sidebar() works now as expected.
tin68