
afshin20
-
Регистрация
-
В сети
Posts posted by afshin20
-
-
-
Какой уровень доступа должен быть установлен для папок в разделе загрузки на сервере хостинга?
-
Posted ·
Edited by afshin20
add code to css
ul.ipsSubList {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style-type: none;
}
ul.ipsSubList li {
width: 50%;
box-sizing: border-box;
padding: 10px;
}
-
-
On 8/30/2024 at 2:34 PM, Exception said:
не надо подставлять никуда $file->open, это нужно для получения свойства open, ты не думая копируешь и вставляешь код подставляя его хрен пойми куда
Go to the following address. You already gave me this code for the forum section. Now I want to add new files that are waiting for upload mode.
https://ipbmafia.ru/topic/26237-add-nitofaction-to-deleted-content-to-icon-trash/
-
-
10 minutes ago, Exception said:
$file->open
{{$file->open= \IPS\downloads\File::getItemsWithPermission( array( 'file_open=?', 0 ), NULL, NULL, 'read', TRUE ); $file->open = $file->open ? \count( $file->open) : 0;}} {{if $file->open}} <span class="ipsNotificationCount"> {$file->open} </span> {{endif}}
I added that it didn't work, can you give me the code yourself?
-
29 minutes ago, Exception said:
я не понимаю, что ты хочешь вообще
Instead of using this plugin, I want to use the code for all the sent files and the new upload version of the pending files.
-
-
-
Posted ·
Edited by afshin20
Hello,
when uploading the new version, in which table is it stored in the files section?
{{$new version Files = \IPS\downloads\File::getItemsWithPermission( array( 'name table=?', 0 ), NULL, NULL, 'read', TRUE ); $new versionFiles = $new version Files ? \count( $new version Files ) : 0;}}
-
-
Hello
When I click on the report, it loads like this.I want it to load like this when I click on the report
Is it possible to do something with css so that the report is loaded in this way at the time of loading? @Exception
-
See, with this code, when the user clicks, I want to go to this address
https://ipbmafia.ru/profile/45422-afshin20/content/?type=forums_topic
<script> $(document).ready(function() { var memberLink = $("a.ipsType_break"); memberLink.attr("href", "{url="app=core&module=members&controller=profile&do=content&id={$member->member_id}&type=forums_topic" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}"); }); </script>
-
-
-
I changed the code like this, but it was not referred to this address
<script> $(document).ready(function() { var memberLink = $("a.ipsType_break"); memberLink.attr("href", "{url="app=core&module=members&controller=profile&do=content&id={$member}&type=forums_topic" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}"); }); </script>
https://ipbmafia.ru/profile/45422-afshin20/content/?type=forums_topic
-
With this code, I want the user to go to the profile section of his user activities, but it displays the link in this way @Exception
https://sitename.com/profile/0-/content/?type=forums_topic<script> $(document).ready(function() { var memberLink = $("a.ipsType_break"); memberLink.attr("href", "{url="app=core&module=members&controller=profile&do=content&id={$member->member_id}&type=forums_topic" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}"); }); </script>
-
-
-
-
-
Just tell me how to disable data-action="download" inside this link.
<a href='{$fileObject->url('download')->setQueryString( array( 'r' => $k, 'confirm' => 1, 't' => 1, 'version' => isset( \IPS\Request::i()->version ) ? \IPS\Request::i()->version : NULL ) )->csrf()}' class='ipsButton ipsButton_primary ipsButton_small' data-action="download" {{if member.group['idm_wait_period']}}data-wait='true'{{endif}}>{lang="download"}</a>
-
Проблема с блокировкой пагинации через robots.txt
in Поддержка Invision Community 5
Posted
Здравствуйте.
Я хочу заблокировать страницы пагинации (например, /page/) через файл robots.txt, но почему бы я ни добавлял, они всё равно не блокируются?
Пример строки: Disallow: /page/