Home Forums WordPress Plugins Hide My WP Rename wp-admin in multisite with path

This topic is: resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #4553
    adeveloper
    Active
    Post count: 23

    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,
    Alberto

    #4555
    Suman M.
    Post count: 12480

    Hi, 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.

    #4624
    adeveloper
    Active
    Post count: 23
    This reply has been marked as private.
    #4626
    Suman M.
    Post count: 12480

    Hi, 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.js

    I’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)

    #4640
    adeveloper
    Active
    Post count: 23

    Hi 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 !
    Alberto

    #4641
    adeveloper
    Active
    Post count: 23

    Just 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!
    Alberto

    #4648
    Suman M.
    Post count: 12480

    Hi, http://dynamus.net/ currently not working?

    #4651
    adeveloper
    Active
    Post count: 23

    Hi Suman,

    Did not noticed that. After will see what happend. is On now.

    Alberto

    #4653
    Suman M.
    Post count: 12480

    I checked http://dynamus.net/place/ and see there the following (NO wp-includes)

    http:\/\/dynamus.net\/place\/lib\/js\/wp-emoji-release.min.js

    #4671
    adeveloper
    Active
    Post count: 23

    Hi 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,
    Alberto

    #4674
    Suman M.
    Post count: 12480

    You 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.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.