Posted 16 январяJan 16 comment_198873 I want to remove this box, what code should I add to css? Can you give me the code? Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/ Share on other sites Больше вариантов
16 январяJan 16 comment_198874 Убрать редактор? Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198874 Share on other sites Больше вариантов
16 январяJan 16 Author comment_198875 6 minutes ago, aLEX49566 said: Убрать редактор? yes The box around which I drew red color should be deleted Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198875 Share on other sites Больше вариантов
16 январяJan 16 comment_198876 При загрузке в файлах? Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198876 Share on other sites Больше вариантов
16 январяJan 16 Author comment_198877 13 minutes ago, aLEX49566 said: При загрузке в файлах? Upload a new file, remove the New Version Details box Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198877 Share on other sites Больше вариантов
16 январяJan 16 comment_198878 Шаблоны разве что ломать) Edited 16 январяJan 16 by aLEX49566 Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198878 Share on other sites Больше вариантов
17 январяJan 17 Author comment_198889 There is no way through css or javascript? @Exception @Desti Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198889 Share on other sites Больше вариантов
17 январяJan 17 comment_198891 for "New Version" ( but that would remove the menu bar from all menus ) #elFileActions_menu a[href*="newVersion"] { display: none; } Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198891 Share on other sites Больше вариантов
17 январяJan 17 Author comment_198892 1 hour ago, Desti said: for "New Version" ( but that would remove the menu bar from all menus ) I mean, I want to delete this Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198892 Share on other sites Больше вариантов
17 январяJan 17 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. Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198893 Share on other sites Больше вариантов
17 январяJan 17 comment_198894 .ipsFieldRow:not(:last-child) { display: none; } Спойлер На 4.6 сработало Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198894 Share on other sites Больше вариантов
17 январяJan 17 comment_198895 Не туда полез, сорьки) 11 минут назад, aLEX49566 сказал: .ipsFieldRow:not(:last-child) { display: none; } Скрыть контент На 4.6 сработало Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198895 Share on other sites Больше вариантов
17 январяJan 17 Author comment_198896 29 minutes ago, aLEX49566 said: .ipsFieldRow:not(:last-child) { display: none; } This code does not allow users to send new files anymore Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198896 Share on other sites Больше вариантов
18 январяJan 18 Author comment_198907 @Desti @Exception please help... Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198907 Share on other sites Больше вариантов
18 январяJan 18 comment_198908 25 минут назад, afshin20 сказал: @Desti @Exception please help... #elDownloadsSubmit_otherinfo { display: none; } ? Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198908 Share on other sites Больше вариантов
18 январяJan 18 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; } Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198909 Share on other sites Больше вариантов
18 январяJan 18 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; } Link to comment https://ipbmafia.ru/topic/26297-remove-new-version-details/?&do=findComment&comment=198910 Share on other sites Больше вариантов
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.