schlumpfmaster
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [DMSGuestbook] [Plugin: DMSGuestbook] Not compatible with WP3.1 multiblogIt’s works very well on my four blog installations.
You should try out with a default theme and don’t forget to create a new dmsguestbook database by clicking on DMSGuestbook -> Database settings -> DMSGuestbook Database, otherwise post won’t be saved.
I hope this hint was helpful
RetoForum: Plugins
In reply to: DMSGuestbook BACKUP IMPORTHi Joe
Backup the whole database content of wp_dmsguestbook with a tool like phpMyAdmin and restore this in your new installation environment.
Cheers
Forum: Plugins
In reply to: Major Issue with DMSGuestbookIt’s works on my blog…
WP 2.9.2 & Guestbook 1.16.0Forum: Plugins
In reply to: Smilies doesn’t shows in WP 2.8I’ve found a solution:
$siteurl = get_option( 'siteurl' ); foreach ( (array) $wpsmiliestrans as $smiley => $img ) { $wp_smiliessearch = '/(\s|^)' . preg_quote( $smiley, '/' ) . '(\s|$)/'; $smiley_masked = attribute_escape( trim( $smiley ) ); $wp_smiliesreplace = " <img src='$siteurl/wp-includes/images/smilies/$img' alt='$smiley_masked' class='wp-smiley' /> "; $content=preg_replace($wp_smiliessearch, $wp_smiliesreplace, $content); }Greetings,
Reto
Viewing 4 replies - 1 through 4 (of 4 total)