Jump to content

Featured Replies

comment_198893

Exactly the same, find a unique combination of css properties and add a class with display: none;
I don't have 4.7 on hand right now, maybe I'll look at it tonight.

comment_198895

Не туда полез, сорьки)

11 минут назад, aLEX49566 сказал:
.ipsFieldRow:not(:last-child) {
  display: none;
}

 

  Скрыть контент

01.thumb.PNG.f198dd1664ed9fb6fc411d728398a23b.PNG

На 4.6 сработало

 

  • Author
comment_198909
1 hour ago, Exception said:
#elDownloadsSubmit_otherinfo {
    display: none;
}

 

It is not deleted for paid files
If I add the following code, it will not allow users to upload new files.

#elDownloadsSubmit_otherinfo {
    display: none !important;
}

 

comment_198910
58 минут назад, afshin20 сказал:

It is not deleted for paid files
If I add the following code, it will not allow users to upload new files.

#elDownloadsSubmit_otherinfo {
    display: none !important;
}

 

 

form[action*="do=newVersion"] #elDownloadsSubmit_otherinfo {
    display: none;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.