Cannot understand an action in User C.P. section Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Cannot understand an action in User C.P. section

    avatar
    Yuuki Cross Kuran
    New Member


    Posts : 11
    Reputation : 1
    Language : Greek

    Solved Cannot understand an action in User C.P. section

    Post by Yuuki Cross Kuran December 16th 2020, 1:13 pm

    Dear Supporters,

    I didn't find something similar to solve my curiosity so I am terribly sorry if I shouldn't put my question here.
    I have a simple, I guess, question, I just saw in the User C.P. section an action for Exporting Data and I would like you to help me. What this action actually does and is it possible to remove it from administration panel?

    Our site is in Greek and that's what it actually shows:
    Cannot understand an action in User C.P. section Oy_yo11
    And as I saw one can click on the title Exporting Data to get the action done but as one of my co-admins tried it and said that it takes about one day to give you a password and this password will be requested in around 7 days to be completed.

    Thank you so much for your time.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Cannot understand an action in User C.P. section

    Post by TheCrow December 16th 2020, 1:22 pm

    Hello @Yuuki Cross Kuran,

    So you want that section to be removed entirely from the profiles? Or you are in need of something else?



    Cannot understand an action in User C.P. section Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Jucarese
    Jucarese
    Hyperactive


    Male Posts : 2539
    Reputation : 118
    Language : spanish
    Location : SSF Admin

    Solved Re: Cannot understand an action in User C.P. section

    Post by Jucarese December 16th 2020, 1:27 pm

    With that you download, the content posted by you in that forum, takes a few days to do.
    avatar
    Yuuki Cross Kuran
    New Member


    Posts : 11
    Reputation : 1
    Language : Greek

    Solved Re: Cannot understand an action in User C.P. section

    Post by Yuuki Cross Kuran December 16th 2020, 5:44 pm

    @TheCrow thank you for your reply, except of what it does that @jucarese explained it and thank you very much for your explanation, I would like to remove it entirely from profiles if it's possible.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Cannot understand an action in User C.P. section

    Post by TheCrow December 16th 2020, 6:10 pm

    @Yuuki Cross Kuran

    Add this in your Javascripts marked In all the pages
    Code:
    $(function(){
      if(/mode=editprofile/.test(window.location.href)){
        $('.panel:contains("Export")').addClass('expData');
        $('.page-title:contains("export")').addClass('expData');
      }
    });

    and then add this code in your CSS to remove it:
    Code:
    .expData .expData { display: none }

    It should do what you want! Smile

    Regards,
    TC.



    Cannot understand an action in User C.P. section Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!

    skouliki likes this post

    avatar
    Yuuki Cross Kuran
    New Member


    Posts : 11
    Reputation : 1
    Language : Greek

    Solved Re: Cannot understand an action in User C.P. section

    Post by Yuuki Cross Kuran December 16th 2020, 7:09 pm

    @TheCrow thank you so much for the information and the javascript, it really helped. Cannot understand an action in User C.P. section 1f60a
    My problem is solved.

    TheCrow likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Cannot understand an action in User C.P. section

    Post by skouliki December 16th 2020, 7:12 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules

    TheCrow likes this post