dimagsv
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Link to Facebook] Links API is deprecated for versions v2.4 and higherGo to Add link to Facebook settings page – Admin tab: https://yourdomain.com/wp-admin/admin.php?page=add-link-to-facebook#al2fb_tab_admin. Clear checkbox “Use links API instead of feed API”.
Forum: Plugins
In reply to: [Re-attacher by BestWebSoft] Doesn't work for all custom post typesIt seems that Re-attacher plugin can’t attach any file to non-public custom post type. content_block is non-public (‘public’ => false). Can you make it possible to attach files to non-public custom post types?
Forum: Plugins
In reply to: [Five Star Restaurant Reviews] datetime to Schema markupI use this plugin with Business Profile. Reviews are made for Organization.
You can test schema.org markup of your plugin here https://webmaster.yandex.ru/microtest.xml
I’ve got this errors in validation:WARNING: url field missing or empty WARNING: the "15 December 2014" value in the datePublished field is not a valid date. Dates should be in the ISO 8601 format ERROR: address field missing or empty WARNING: you must complete the telephone field for this type of organization
Forum: Plugins
In reply to: [Fast Secure Contact Form] Internationalized Domain Names not supportedОк. Thank you.
I did not need a hoster opinion. I report you a bug. Plugin incorrectly get an AD from external resource, resulting timeout error in case of unavailability that resource. If you want, you can fix this.
Thank you.katz.co was temporarily unavailable. My new sites at hosting provider returned me this error.
Now the operation of the plugin depends on the third party resource katz.coForum: Plugins
In reply to: [All-in-One WP Migration and Backup] Redirect loop after multisite migrateI have same issue with multisite. How to recover? I have fixed wp_blogs table.
Forum: Plugins
In reply to: [Active Directory Integration] How to create a Single Sign On?hugo23
I have not tried to install the plugin on Linux.Forum: Plugins
In reply to: [Active Directory Integration] How to create a Single Sign On?Jason
I will not fork this plugin now. Maybe later, if no one else will do it.Forum: Plugins
In reply to: [Active Directory Integration] How to create a Single Sign On?hugo23
First. You need to setup ntlm plugin to web server.
I use mod_authn_ntlm for Apache 2.4 for windows.
https://github.com/YvesR/mod_authn_ntlm/raw/master/bin/mod_authn_ntlm.so
My config of this module:LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule ldap_module modules/mod_ldap.so LoadModule auth_ntlm_module modules/mod_authn_ntlm.so <Location / > AuthName "D25" AuthType SSPI NTLMAuth On NTLMAuthoritative Off NTLMPerRequestAuth off <RequireAny> Require valid-user </RequireAny> </Location>
Second. You need use proper browser: opera 15+, chrome, internet explorer, firefox (with network.automatic-ntlm-auth.trusted-uris = ‘www.domain.de’)
With correctly installed ntlm plugin you will get an authorization request in opera 12- and firefox without network.automatic-ntlm-auth.trusted-uris.Third. You need set ‘Global Sync User’ ([email protected]) and ‘Global Sync User Password’ (admin_password) in active-directory-integration settings page in ‘User Meta’ subpage.
Automatic login occurs when visiting any page, not only /wp-login.php.
Is there any errors in ‘Test’ subpage with ‘user’ and ‘userpass’?
Forum: Plugins
In reply to: [Active Directory Integration] How to create a Single Sign On?Diff with full sources here https://www.diffchecker.com/cpsde0s1
fix to theme file:function d25_after_setup_theme() { // Single Sign On if ( !is_user_logged_in() && !empty($_SERVER['REMOTE_USER']) ) { $user = wp_signon(); // authorization in active-directory-integration if ( !is_wp_error($user) ) wp_set_current_user($user->ID, $user->user_login); } } add_action('after_setup_theme', 'd25_after_setup_theme' );
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Please fix "Strict standards" messageSorry, this fixed in the last version of the plugin.
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Does not show map in IE8No, I can’t see almost any map on wp-osm-plugin.hanblog.net in IE8. Only https://wp-osm-plugin.hanblog.net/display-google-maps/ displayed correctly.
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Need feature to remove div in shortcodeThis can’t be made using css. div is not allowed in p element by html specification.
This
Contact info: [content_block id=1234]
will be in html:
<p>Contact info: <div><p>bla bla bla</p></div></p>
, but browser will interpret this as
<p>Contact info: </p><div><p>bla bla bla</p></div><p></p>
Browser will auto close first p tag.Forum: Plugins
In reply to: [WP Media Cleaner] Not null fields without default valuesFields ‘ignored’ and ‘deleted’ in table wp_wpmcleaner do not have default values.
I’ve got many errors like this:
[09-Jan-2014 09:44:22 UTC] База данных WordPress возвратила ошибку Field ‘ignored’ doesn’t have a default value в ответ на запрос INSERT INTOwp_wpmcleaner
(time
,type
,path
,size
,issue
) VALUES (‘2014-01-09 12:44:22′,’0′,’dreamwork/1_uploadfolder/thumb/v28-resized.jpg’,’2615′,’NO_MEDIA’), выполненный do_action(‘wp_ajax_wpmc_scan_do’), call_user_func_array, wpmc_wp_ajax_wpmc_scan_do, wpmc_check_file