Home › Forums › WordPress Plugins › Hide My WP › Rename wp-admin in multisite with path
- This topic has 10 replies, 2 voices, and was last updated 9 years, 9 months ago by
Suman M..
-
AuthorPosts
-
September 10, 2015 at 9:50 pm #4553
Hi,
I researched that rename wp-admin in multisite mode under path configuration is not possible. Even then I have a very specific installation that follows:
I have the main site, plus two others, under the multisite. I just interested on the second that has the “/place” path.
The request is this: In a editor level (may be any level- or customized one) the editor can access the renamed (wp-admin to dashboard) if only using the place site.
Another option is to have a plug-in (or develop one) that some type of users can access dashboard functions, still under space scope. On this last case, I would like to have some tips on developing this.
Thanks in advance,
AlbertoSeptember 11, 2015 at 4:11 am #4555Hi, I’m not very clear here. Can you please explain with real URLs? You can set your reply as private if you don’t what it to be visible to public.
September 15, 2015 at 11:22 pm #4624This reply has been marked as private.September 16, 2015 at 4:39 am #4626Hi, you need to be very careful while replacing the text/words/url in the page source. It’s not recommended to replace CSS class names and javascript variable names as these might have been used internally by plugins/theme and doing so might break your site’s styling and/or functioning.
I’ve done few URL replacement in your site:
wp-content/themes/dynovo/woocommerce/assets/css/woocommerce.css ==> wc-style.css
wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js ==> wc-add-to-cart.jsI’ve also replaced “kleo-woocommerce-css” in tag. You can replace IDs in link tags.
But it’s not recommended to replace any word that is css class name or script variable (var woocommerce_params)
Also, I’ve installed htaccess editor plugin (you may deactivate it)
September 17, 2015 at 1:37 am #4640Hi Suman,
Thanks. On “root” site if not changed the var woocommerce_params the Wappalyzer sees as WP.
Well, I understand the whys about css classes and scripts. In the long run I’ll rename on the Plugin’s code to really hide it. If you know anyone who has done something similar (or other solution) let me know. I still need to get rid of it.
On http://dynamus.net/place/ the posts images are blocked. Some tip to work-around ? What am I missing on this ?
Your htaccess editor is still there, no problem!
Many thanks for your help !
AlbertoSeptember 17, 2015 at 2:11 am #4641Just for completeness:
Under http://dynamus.net/place/
You find on the source code:
http:\/\/dynamus.net\/place\/wp-includes\/js\/wp-emoji-release.min.js
So it shows WP also.
Many thanks for your help!
AlbertoSeptember 17, 2015 at 4:07 pm #4648Hi, http://dynamus.net/ currently not working?
September 18, 2015 at 3:48 am #4651Hi Suman,
Did not noticed that. After will see what happend. is On now.
Alberto
September 18, 2015 at 4:28 am #4653I checked http://dynamus.net/place/ and see there the following (NO wp-includes)
http:\/\/dynamus.net\/place\/lib\/js\/wp-emoji-release.min.js
September 21, 2015 at 12:35 am #4671Hi Suman !
On HMW i changer wp-includes to /lib.
On html/path change I made /wp-includes\ to /lib\.Well, I understand the whys about css classes and scripts. In the long run I’ll rename on the Plugin’s code to really hide it. If you know anyone who has done something similar (or other solution) let me know. I still need to get rid of it.
Thanks,
AlbertoSeptember 21, 2015 at 4:22 am #4674You can rename directly in the plugin’s code itself but one main drawback is that if you update the plugin in future then all your changes will be over written.
-
AuthorPosts
You must be logged in to reply to this topic.