ray
Forum Replies Created
-
Forum: Plugins
In reply to: [TF FAQ] [Plugin: TF FAQ] FAQ ask always on topAll good Viktor
have fun with the new versionForum: Plugins
In reply to: [TF FAQ] Images broken, doesn't auto add paragraphsHave not had a chance to look at this yet but I’ll add it to the bug tracker…
thanks
Forum: Plugins
In reply to: [TF FAQ] [Plugin: TF FAQ] FAQ ask always on topThanks for your patience Victor.
This has been corrected in the latest 0.0.8 version
Hope you like the new tabbed interface shortcode as well.
There is also a new tffaq.po file if you want to help translate.Thanks again for your help
RayForum: Plugins
In reply to: [TF FAQ] [Plugin: TF FAQ] Shortcode errorsWe’ve just released our latest version 0.0.8
I hope this upgrade helps you out…Forum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] Notice: register_uninstall_hookthanks Scott. This plugin is awesome for localhost development…
RayForum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] Notice: register_uninstall_hookHi
open the file plugins/configure-smtp/c2c-plugin.php in your favorite text editor.around line 96 change the line that reads:
register_uninstall_hook( $this->plugin_file, array( &$this, 'uninstall' ) );
to:
register_uninstall_hook( $this->plugin_file, 'uninstall');
now around line 125 change the line that reads:
delete_option( $this->admin_options_name );
to:
delete_option( 'c2c_configure_smtp' );
For the The plugin generated 321 characters of unexpected output during activation bit check to be sure there is no whitespace after the final
?>
in this same file.thanks and good luck.
RayAlmost forgot, works with child themes as well! thanks again
It works like a charm on wordpressMU when I put it in the mu-plugins folder. Both for the main site and sub-sites. Using the twentyten theme. Ever thought about doing this for the header image as well? Thanks for a great plugin…
ray
The same fix is needed in
/plugins/wp-seatingchart/wp-seatingchart.php
on lines
161
165
169
173thanks…