Rookie
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Customizing resetpass-template without breaking itNevermind, I found the relevant function in underscore.js.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Subfolder multisite and domain mappingI found it. So I put the external TLD as “Siteurl”, keep the network URL as “Home”, and point the external TLD’s A-Record to my network’s IP address and that will do the job nothing else required?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Subfolder multisite and domain mappingUnfortunately I can’t find any explanations on how to use the native domain mapping feature you mention. Could you point me to something?
Forum: Plugins
In reply to: [Theme My Login] Login by username only failsYes, sure. I just checked to make sure it is not a mislabeling of the options due to my not using the english version of the plugin. The two other settings (e-mail only and username/e-mail) work as expected. The labels on the login form switch for all settings but username only de facto accepts the e-mail anyway. Have you done a functional test?
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsWere you able to reproduce the issue now?
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsMore suggestions:
– display an appropriate error message when the plugin fails to write to htaccess due to file permission limitations
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsOk, I found the settings in the database and was able to reset them. Here is how to reproduce the failure of plugin renaming.
1. Rename wp-content to content, block wp-content
2. Rename plugins to apps, block pluginsResult: only wp-content is renamed, not plugins
Also, without touching wp-content, if the plugin default name is not changed, but individual plugins are renamed, those renamings are without effect.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsNo, no caching plugin used and browser caching is off. Changes I make in the GUI are no longer reflected in htaccess. I need a way to reset your plugin and start over. Unfortunately this is proving difficult to do. Deactivating and re-activating and uninstalling reinstalling fails to delete settings. I can’t find settings in database either. Could you please provide instructions? A reset button in the GUI would be nice as well.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsOne more bug: New Style File Path does not work in version 1.2.2
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsMay I suggest you add to root files module:
- Block other wp-*.js files
- Block wp-*.css files
Actually, you could provide an option to block all external requests to js and css files except for their combined versions as created by caching plugins (in case that is needed to keep search engines happy?) as some of these files contain WP strings even if the file name does not.
Also:
- Rename wp-json API endpoint
- New component WP admin (just like WP content)
- Rename wp-embed.min.js
would be nice.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsWelcome. Ok, now renaming wp-content works, but renaming any folder underneath it such as plugins no longer works. It seems you are setting the L flag in htaccess causing the more specific rules to be ignored after the broad one matched.
Forum: Reviews
In reply to: [WP Hide & Security Enhancer] Author reviewRenaming wp-content is missing in version 1.2.
Option missing in GUI and corresponding code seems also missing compared to functionality of renaming wp-includes.
Renaming individual plugins fails for some (ex. Ninja Forms, collapse-o-matic), works for others.
Renaming wp-includes works. Renaming default name of folder plugins works.
Hm…
Forum: Plugins
In reply to: [Gravity Forms Sticky List] CSV export feature?Ok, so there’s no general way to display a page from the GF backend in the GF frontend that could be used for the GF export page?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] CSV export feature?Yes, that is what I meant. On the front-end. Below the list seems like a good idea for a position.