comprido
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-code showing in wp-adminIn my chase was – Email Users – Versión 3.4.1 | Por MarvinLabs / Vincent Prat – plugin
In my case, was running WP-Beautifier and Simple EMail Adress Encoder plugins, that made the site appears blank.
Forum: Fixing WordPress
In reply to: 3.0 Menu just hurt me bigNice! Due to great result that you obtain with the Google Search I don´t have to expend a lot of time making changes.
Thanks again!Forum: Plugins
In reply to: Subscribe2 plugin : subscribe using an invalid email addressSince I have installed subscribe2 in variuos blogs in different domains I note that the SPAMBOTS registered in my sites as users grown up a lot.
Be careful using this plugin.Forum: Fixing WordPress
In reply to: Subscribe2. Sends to SPAMSince I have installed subscribe2 in variuos blogs in different domains I note that the SPAMBOTS registered in my sites as users grown up a lot.
Be careful using this plugin.Forum: Fixing WordPress
In reply to: Sharing different wp_user tables..?http://wordpress.org/extend/plugins/external-database-authentication/
maybe it can help you.
That´s it xxxevilgrinxxx, same problem with the “Add Media” button.
“Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘media_admin_css’ was given in /home/…/wp-includes/plugin.php on line 311”
If you deactivate the flexible upload plugin the problem is solve.
Forum: Requests and Feedback
In reply to: Problems/steps backward with Add Media functionalityI think that WP2.5 have loose with the add media issue.
The version before with the Flexible Upload goes quite well, but this one is like a fake.Forum: Fixing WordPress
In reply to: WP-MAIL, Blog by E-mail problemI´m having the same problem, did you find any solution?
Forum: Fixing WordPress
In reply to: wp-mail PATCH … doesn’t match my install?The patch you´re lookin is 2.2 WPv, and the actual WPv 2.3.3 works ok.
Forum: Fixing WordPress
In reply to: wp-mail.php can’t find my emailsWell, I´m working now with the wp-mail.php at http://www.rodavirtual.com .
During the last 5 days I´ve been testing how it works.
1) Since I work with Hostgator, my mail settings to set up the accounts on Outlook Express (…) have to be like webmaster+rodavirtual.com and not the usual webmaster@rodavirtual.com .
But, in this way, after lot of tests I note that wp-mail require the “@” form to log in.
2) You may to refresh your blog until the mail sended stay on your server. I mean… a common error is that we are sending continously messages, refreshing the brownser, and always opening our email client to ensure that the email was sended correctly.
Usually the email client download your mail from the server and it can affect the wp-mail hack.
So do not try to access your mail account (through your email client) until the messages are posted on your blog!3) A very important item. If you read the configuration manual here at http://codex.wordpress.org/Blog_by_Email do not pass the “Automated Browser Activation” ALERT:
<iframe src=”http://yourblogdomain/wordpressinstalldir/wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>
Edit the above line of code so that it refers to the location of your wp-mail.php file. Add this line of code to the footer.php file in the directory for whatever theme you are using (don’t include it within an HTML paragraph).
You may have to refresh your blog to see the new post. New users may find this method the most helpful.
I´ll expect that this info may help you.
Now my problem is that the emails I want to post have a “MIME” codification and them are posted without any format at my blog…