arena
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPress] Bug: Dashboard not updatedno !
if you expect to have a zero in the dashboard …
DELETE FROM xxxx.mailpress_stats WHERE stype=’t’;
very interesting remarks.
going to think about these for the next release.
Forum: Plugins
In reply to: [Plugin: MailPress] Use of <label> tag for checkboxesForum: Requests and Feedback
In reply to: Version 3.0 Featuresin addition to my first comment
(http://wordpress.org/support/topic/345127/page/2?replies=97#post-1327952)* no more PHP4 support
* folder mu-plugins ?
* which repository for WP 3.0 ? mu ? wp ?Forum: Requests and Feedback
In reply to: Version 3.0 Features* my first concern is about wp and wpµ merge and impact on ressources and performances (wp is going bigger and bigger…).
* my second choice is : fix the bugs first !
* my third choice is : An agenda sticking to this simple principles :
_ Three ‘new features’ release or version per year (april, september, december 15th), stick to these dates and postpone unstable new features.
_ all other intermediate releases for bug fixes onlyForum: Requests and Feedback
In reply to: New Default WordPress Theme?Odyssey is a nice name (http://en.wikipedia.org/wiki/Odyssey)
I started with wordpress several years ago using theme plaintxtBlog (http://demo.plaintxt.org/?wptheme=plaintxtBlog)
Today i think i would start with a theme like veryplaintxt (http://demo.plaintxt.org/?wptheme=veryplaintxt)
Forum: Fixing WordPress
In reply to: Mailpress Swift.php on line 73 problemWhat is your php version ?
Forum: Requests and Feedback
In reply to: [Plugin: MailPress] Dedicated Unsubscribe buttonit is already implemented and you are not curious
http://www.mailpress.org/wiki/index.php?title=Manual:MailPress:Settings:General
Forum: Plugins
In reply to: [Plugin: MailPress] Mailpress permalinks? htaccess?the links are initialized in mailpress/mp-includes/class/MP_Users.class.php function _get_url
Forum: Plugins
In reply to: [Plugin: MailPress] TinyMCE problems?<?php if (class_exists('MailPress') && !class_exists('MailPress_fix_TinyMCE') && (is_admin()) ) { /* Plugin Name: MailPress_fix_TinyMCE Description: Fix TinyMCE with Viper Video Quicktags and Cforms Author: Amaury Balmer, Andre Renaut Author URI: http://www.herewithme.fr */ add_action( 'init', 'MailPress_fix_TinyMCE', 999 ); function MailPress_fix_TinyMCE() { if ( (MailPress::get_page() != MailPress_page_write) || (MailPress::get_page() != MailPress_page_edit) ) return; // Viper video quicktags global $VipersVideoQuicktags; $Viper_mce_buttons = ( 1 == $VipersVideoQuicktags->settings['tinymceline'] ) ? 'mce_buttons' : 'mce_buttons_' . $VipersVideoQuicktags->settings['tinymceline']; remove_filter( $Viper_mce_buttons, array(&$VipersVideoQuicktags, 'mce_buttons') ); remove_filter( 'mce_external_plugins', array(&$VipersVideoQuicktags, 'mce_external_plugins') ); remove_filter( 'tiny_mce_version', array(&$VipersVideoQuicktags, 'tiny_mce_version') ); remove_action( 'edit_form_advanced', array(&$VipersVideoQuicktags, 'AddQuicktagsAndFunctions') ); remove_action( 'edit_page_form', array(&$VipersVideoQuicktags, 'AddQuicktagsAndFunctions') ); // Cforms remove_filter( 'mce_buttons', 'cforms_button'); remove_filter( 'mce_external_plugins', 'cforms_plugin'); } } ?>Forum: Plugins
In reply to: Newsletter – any recommendations?Forum: Plugins
In reply to: Mailpress QuestionForum: Plugins
In reply to: [Plugin: Mailpress] How to enter emails manually without subscribing?Forum: Plugins
In reply to: Anyone know a newsletter plugin?new release: MailPress 4.0.1
new documentation : http://www.mailpress.org
a forum : http://groups.google.com/group/mailpressForum: Plugins
In reply to: [Plugin: MailPress] Custom fields for subscription formnew release: MailPress 4.0.1
new documentation : http://www.mailpress.org
a forum : http://groups.google.com/group/mailpress