xzoom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: LDAP Group SettingsI have the same problem, when I have a post with a video, and I share in facebook, I lose the title and thumbnail.
It is a bug?
Thanks,
Forum: Fixing WordPress
In reply to: LDAP Group SettingsOk. I found the correct configuration.
You have to enter a string at “Group Settings” to “Allow”: CN=Test List…
So, I achieved to use groups. But when I put the list at Groups/Allow then I can’t log in with other ldpap account that I used before (it not belongs to that list).
Any help?
Thanks
Forum: Networking WordPress
In reply to: captcha plugin for WP multisiteI didn’t know abut these plugins, but if you say that works, sure I will try them,
thanks a lot!
Forum: Networking WordPress
In reply to: captcha plugin for WP multisiteWow! what is your secret? ?? You don’t use Akismet neither Captcha, and your sites don’t have spam?
Forum: Networking WordPress
In reply to: captcha plugin for WP multisiteThanks Ipstenu,
We have captcha and akismet plugin installed, and even there are spam comments.
My client wants both plugins installed, but I agree with you that captcha is not user friendly.
What do you use for anti-span?
Thanks again
Forum: Fixing WordPress
In reply to: crop feature not workingHi,
I also have problems with crop funcionality. I want to set several images size for post-thumbnails, but parametrer crop keep image proportions and some images don’t resize as I wanted.
if (function_exists(‘add_theme_support’)) {
add_theme_support(‘post-thumbnails’);
set_post_thumbnail_size(180, 130, true);
add_image_size(‘featured’, 300, 281, true);
add_image_size(‘category’, 200, 140, false);Anyone has this problem? Thanks
Forum: Networking WordPress
In reply to: WordPress Multisite under Windows ServerI understand we will not have problems in a new installation, but do you have experience migrating a existing wp multisite on linux to a Windows server?
Thanks a lot!
Forum: Networking WordPress
In reply to: WordPress Multisite under Windows ServerThanks a lot ! I appreciate your opinion…
I have the same problem.
Notice: Undefined index: aiosp_enabled in /httpdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Notice: Undefined index: aiosp_enabled in /httpdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Forum: Networking WordPress
In reply to: Global Configuration External Server SMTPWP doesn’t have a built in external mail server setup because the majority of the time, PHP is set up to handle it. And when it’s not, it takes a bit of know-how to fix it. The advanced users know how to tweak it, and the non-advanced ones hopefully don’t have to. It’s part of the 80-20 rule ??
Yes, I agree with you ?? But in my case I’m forced to use an external mail server.
The Last Updated for the plugin you mention is: 2010-12-23. Probably it works, but I prefer to use a plugin updated.
Thanks a lot!
Forum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] redirecting to home pageI’m sorry, I didn’t want to write here. ?? please delete this post if you can. Thanks.
Forum: Networking WordPress
In reply to: Global Configuration External Server SMTPYou can edit core files if you know what you touch (you will have to take these files into account when you update WP), but I understand that is better to modify WP functionality using plugins.
I tried “Configure SMTP” Plugin (and it worked), the problem is that you have to configure it for each blog, and I wanted a global configuration.
I can’t test WP Mail SMTP, seems not work, when I try to activate it, I’m redirecting to home page.
I don’t understand why WP doesn’t have a global configuration to choose external mail server. It is something very regular.
Thank you very much again!
Forum: Networking WordPress
In reply to: Global Configuration External Server SMTPI found a possible solution:
In file /wp-includes/pluggable.php, I changed
$phpmailer->IsMail(); —-> $phpmailer->isSMTP();But I don’t know if it is the better solution?
(Sorry, the post title must be “Global Configuration External Server SMTP”)
Forum: Networking WordPress
In reply to: Security pluginsYes I know… but it is recommended enable security plugins to WP?
Thanks a lot!