Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



Тема

Сообщений 1 страница 5 из 5

1

Адрес форума: https://fernak-forum.ru/

Проблема: Хочу поднять тему в одном разделе, нажимаю на "Поднять тему" - не работает

0

2

JayRow
Что значит не работает? А в остальных разделах работает?
Скрин как не работает и ссылку на тему

0

3

https://fernak-forum.ru/viewtopic.php?id=33 - ссылка
До нажатия:
https://forumupload.ru/uploads/0000/14/1c/38027/t787537.jpg
Так же остаётся и после

0

4

JayRow
Все работает: если вы зайдете в сам раздел "Правила сервера", то увидите, что тема выделена как важная. А вы какого эффекта ожидали?

0

5

JayRow
Так АППается тема с в самой теме, а не в просмотре тем (это их модерация)
В html низ ставится скрипт:

Код:
<!-- Удобное Открытие/закрытие и выделение/снятие выделения тем аяксом © RUSSIAN_GOBLIN (Модифицирован Kolobdur) стрелки в просмотре категорий-->
<style>
.mod_topic {cursor:pointer;}
</style>
<script type="text/javascript">
var tnum= 0; 
var mod_topic = [];
mod_topic[0]= ['85305.png','stick','Выделить'];
mod_topic[1]= ['92252.png','unstick','Снять выделение'];
mod_topic[2]= ['50296.png','open','Открыть'];
mod_topic[3]= ['91379.png','close','Закрыть'];
function ModTopic(it,rt,tt){return (' <img src="https://forumstatic.ru/files/0013/49/9f/'+it+'" class="mod_topic" rel="'+rt+'" title="'+tt+'" /> ')};
function GetModTopic(th,tn,tr,tnp,tnr,tnt){
  $.get('/moderate.php?fid='+tn+ '&'+tr+'='+tn); 
  // alert(tnp+'#'+tnr+'#'+tnt);
  $(th).attr({'src':'https://forumstatic.ru/files/0013/49/9f/'+tnp}).attr({'rel':tnr}).attr({'title':tnt});
  if(tnr=='unstick') {
    $(th).parent().find('span.acchide:first').after('<span class="stickytext">Важно: </span>');
    $(th).parents('tr').addClass('isticky');
  }
  if(tnr=='open') {
    $(th).parent().find('span.acchide:first').after('<span class="closedatafield">Закрыта </span>');
    $(th).parents('tr').addClass('iclosed');
  }
  if(tnr=='stick') {
    $(th).parent().find('span.stickytext').remove();
    $(th).parents('tr').removeClass('isticky');
  }
  if(tnr=='close') {
    $(th).parent().find('span.closedatafield').remove();
    $(th).parents('tr').removeClass('iclosed');
  }
};
 
if (document.URL.indexOf('viewforum.php') != -1 && GroupID <= 2){
var fnum=$('div.forum[id^=forum_f]').attr('id').replace('forum_f','');
 
$('div.forum div.tclcon').each(function(){
 
if($(this).html().indexOf('closedatafield')!=-1)  $(this).append(ModTopic(mod_topic[2][0],mod_topic[2][1],mod_topic[2][2]));
else $(this).append(ModTopic(mod_topic[3][0],mod_topic[3][1],mod_topic[3][2]));
 
if($(this).html().indexOf('stickytext')!=-1)  $(this).append(ModTopic(mod_topic[1][0],mod_topic[1][1],mod_topic[1][2]));
else $(this).append(ModTopic(mod_topic[0][0],mod_topic[0][1],mod_topic[0][2]));
 
});
 
 
$("img.mod_topic").live("click", function(){
tnum=$(this).parent().find('a').attr('href').replace('https://'+document.domain+'/viewtopic.php?id=','');
var threl=$(this).attr('rel');
if(threl=='stick') GetModTopic(this,tnum,threl,mod_topic[1][0],mod_topic[1][1],mod_topic[1][2]);
if(threl=='unstick') GetModTopic(this,tnum,threl,mod_topic[0][0],mod_topic[0][1],mod_topic[0][2]);
if(threl=='open') GetModTopic(this,tnum,threl,mod_topic[3][0],mod_topic[3][1],mod_topic[3][2]);
if(threl=='close') GetModTopic(this,tnum,threl,mod_topic[2][0],mod_topic[2][1],mod_topic[2][2]);
});
 
}
</script>

И под последним постом / над формой ответа будет счастье
https://i.imgur.com/WvY8yae.png

Или надо разделить темы на Важные / Обычные (важные всегда вверху) уточните точнее?
В чём проблема?
https://i.imgur.com/XEusAWf.png

Отредактировано МАЧОнаДАЧЕ (Чт, 5 Май 2022 10:30:01)

0