Cannot understand an action in User C.P. section
4 posters
Page 1 of 1
Cannot understand an action in User C.P. section
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:
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.
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:
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.
Yuuki Cross Kuran- New Member
- Posts : 11
Reputation : 1
Language : Greek
Re: Cannot understand an action in User C.P. section
Hello @Yuuki Cross Kuran,
So you want that section to be removed entirely from the profiles? Or you are in need of something else?
So you want that section to be removed entirely from the profiles? Or you are in need of something else?
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!
Re: Cannot understand an action in User C.P. section
With that you download, the content posted by you in that forum, takes a few days to do.
Yuuki Cross Kuran- New Member
- Posts : 11
Reputation : 1
Language : Greek
Re: Cannot understand an action in User C.P. section
@Yuuki Cross Kuran
Add this in your Javascripts marked In all the pages
and then add this code in your CSS to remove it:
It should do what you want!
Regards,
TC.
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!
Regards,
TC.
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
Re: Cannot understand an action in User C.P. section
@TheCrow thank you so much for the information and the javascript, it really helped.
My problem is solved.
My problem is solved.
Yuuki Cross Kuran- New Member
- Posts : 11
Reputation : 1
Language : Greek
TheCrow likes this post
Re: Cannot understand an action in User C.P. section
Problem solved & topic archived.
|
TheCrow likes this post
Similar topics
» Deleting User Accounts (Legal Action)
» Action section in posts to the top of the posts
» Is there away to have user avatars appearing in the last post section?
» Abuse Report I don't understand what to do
» Can't understand
» Action section in posts to the top of the posts
» Is there away to have user avatars appearing in the last post section?
» Abuse Report I don't understand what to do
» Can't understand
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum