tmatsuur
Forum Replies Created
-
This plugin has been updated to check for the presence of
$_SERVER['SERVER_ADDR']
.As the operating environment was unclear, I ran it from the command line to check.
Please try the latest updated version.
I will consider responding regarding this.
For reference, could you please tell me what web server you are using?Forum: Plugins
In reply to: [Login rebuilder] 設定ページが表示されない@mamekichi さん、確認ありがとうございます。
その後、バージョン 2.8.3 の不具合の対処内容を見直し、再修正した 2.8.5 を公開しました。
Forum: Plugins
In reply to: [Login rebuilder] PHP Warning: Undefined array key “HTTP_HOST” に関するサポート依頼Version 2.8.5 has been released with modifications to version 2.8.3.
gethostbyname() is now used when there is no ‘HTTP_HOST’ and ‘SERVER_NAME’ key in the array.
Forum: Plugins
In reply to: [Login rebuilder] 設定ページが表示されない@mamekichisさん、レポートありがとうございます。
こちら不具合を確認し、修正版を公開しました。
Forum: Plugins
In reply to: [Login rebuilder] PHP Warning: Undefined array key “HTTP_HOST” に関するサポート依頼Thank you for your report.
I will consider immediate countermeasures.Forum: Plugins
In reply to: [Posts filter multiselect] Use on custom filterSorry, I must have missed the notification.
I am wondering if your custom filter is a select element on the same level of hierarchy as the “Filter” button.
Also, since multiple selection is handled by the “DOMContentLoaded” event, it will not function properly if there is no select element before this event.
I wish I had more information or source code that I could try here.
Forum: Plugins
In reply to: [Login rebuilder] Alternative page url & templateThanks @mistique76.
Current specifications, access to the alternative login page is only permitted through the designated URL, and access from any other URL will result in an error. We would like you to understand that modifying this specification would require alterations to the plugin itself.
Due to this constraint, changing the design of the alternative login page will be quite limited.
The URL of the alternative login page can be obtained as follows:
$secondary_login_url = $GLOBALS['plugin_login_rebuilder']->wp_secondary_login_url(); var_dump( $secondary_login_url );
If you need the URL in the theme template, please use this.
The common aspect in all answers is to enable registration of an alternative URL for the alternative login page.
Utilizing this alternative URL, employing
add_rewrite_rule()
would likely serve as a solution for the second question.Forum: Plugins
In reply to: [Login rebuilder] PHP8 で Fatal error 発生本件を修正した2.8.2をリリースしました。ご確認ください。
Forum: Plugins
In reply to: [Login rebuilder] PHP8 で Fatal error 発生こちら開発環境および実際に運用しているいくつかのサイトでは不具合が再現できませんでした。
ただエラーメッセージの内容からユーザーのログイン情報がメタ情報として保存されていないか、または標準の形式でないことが原因ではないかと思われるため、そのケースを回避するように処理に変更することにしました。
こちらの修正版を近日中に公開するようにいたします。
Forum: Plugins
In reply to: [Login rebuilder] PHP8 で Fatal error 発生すみません。
通知メールを見落としていました。
近日中に修正いたします。
Forum: Reviews
In reply to: [Login rebuilder] Works surprisingly wellThank you for your feedback!
I am so glad that my plugin was helpful for your site.Forum: Plugins
In reply to: [Login rebuilder] define two login page urlThanks @sdnazdi
My plugin allows me to set up a login page for administrators only and for other roles.
Also, for a normal single site, each login page can be placed under any directory.
For example, set up a login page for administrators only as follows
www.example.com/admin/sign-in.php
Login pages for non-administrative users can be placed under different directory.
www.example.com/user/login.php
Also have the feature that admin of the website can login only from the first URL and not from the second, and users (other than admin) can login only from the second URL and not from the first?
This is exactly how it works here.
Please try this plugin.
Forum: Plugins
In reply to: [GlotPress] Domain of the translate text is not specified@pedromendonca
Thank you for your prompt response.Thank you for your prompt response.