Jump to content

Featured Replies

Ребят не знаю как правильно это называлось это был плагин под старую версию 4 1 но кто то еще делал самостоятельно ручками писал 

Может кто поможет с этим для версии 4.3

Суть такая была под userPanel можно скрыть всю информацию вкладкой а при нажатии оно выходило та информация которую туда бы я добавил

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/
Share on other sites

У тебя код есть той панели?

Скинь сюда обновим

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149136
Share on other sites
1 час назад, wasder12 сказал:

У тебя код есть той панели?

Скинь сюда обновим

Нету вроде как то делал ее RedDevil если не ошибаюсь но ее и след простыл.

Если найду скину старый код.

Edited by Dusty

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149144
Share on other sites
2 минуты назад, Dusty сказал:

Нету вроде как то делал ее RedDevil если не ошибаюсь но ее и след простыл.

Если найду скину старый код.

У него давно форум офф

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149145
Share on other sites
28 минут назад, wasder12 сказал:

У него давно форум офф

Ясно , может кто нибудь знает еще как реализовать?

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149147
Share on other sites
20 минут назад, Dusty сказал:

Ясно , может кто нибудь знает еще как реализовать?

Ты хотя бы скрин скинь что у тебя было ну или пример

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149148
Share on other sites
23 часа назад, wasder12 сказал:

Ты хотя бы скрин скинь что у тебя было ну или пример

Нету подобного рода инфы есть инфа тока в словах которую я описал выше.

 

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149175
Share on other sites
В 22.06.2018 в 20:23, Dusty сказал:

Нету вроде как то делал ее RedDevil

Он здесь есть, у него ник другой, он редко заходит,

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149177
Share on other sites
24 минуты назад, SlawkA сказал:

Он здесь есть, у него ник другой, он редко заходит,

Это ничто не дает ибо он и в вк молчит.

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149178
Share on other sites
В 23.06.2018 в 23:26, wasder12 сказал:

Ну тогда извени

Нашел я этот код но он в шаблоне в одном на 4  1 а скинуть щас пока не могу Как получиться скину вам.

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149238
Share on other sites
1 час назад, Dusty сказал:

Нашел я этот код но он в шаблоне в одном на 4  1 а скинуть щас пока не могу Как получиться скину вам.

Хорошо

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149239
Share on other sites

1. В шаблон globalTemplate сразу после тега <head> добавляем код:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
      <style type="text/css">
 .spoiler_body {display:none; cursor:pointer;}
</style>
<script type="text/javascript">
$(document).ready(function(){
 $('.spoiler_links').click(function(){
  $(this).parent().children('div.spoiler_body').toggle('normal');
  return false;
 });
});
</script>

2. Заходим в шаблон postContainer 

После строки

{{if $comment->author()->member_id}}

Добавляем

 <div>
         <a href="" class="spoiler_links ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow">Информация</a>
         <div class="spoiler_body">

Перед строками

{{endif}}
   </ul>
</aside>

Добавляем

</div>
  </div>

57b2b9e74ff97_Dwm2016-08-1609-52-30-21_1_1..gif.47fb9fa03a44238d1e1114d39b7f5921.gif.922bd9ea0281e1b8f8a29e697b6413d4.gif

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149245
Share on other sites
11 минут назад, DavidGuetta сказал:

1. В шаблон globalTemplate сразу после тега <head> добавляем код:


<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
      <style type="text/css">
 .spoiler_body {display:none; cursor:pointer;}
</style>
<script type="text/javascript">
$(document).ready(function(){
 $('.spoiler_links').click(function(){
  $(this).parent().children('div.spoiler_body').toggle('normal');
  return false;
 });
});
</script>

2. Заходим в шаблон postContainer 

После строки


{{if $comment->author()->member_id}}

Добавляем


 <div>
         <a href="" class="spoiler_links ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow">Информация</a>
         <div class="spoiler_body">

Перед строками


{{endif}}
   </ul>
</aside>

Добавляем


</div>
  </div>

57b2b9e74ff97_Dwm2016-08-1609-52-30-21_1_1..gif.47fb9fa03a44238d1e1114d39b7f5921.gif.922bd9ea0281e1b8f8a29e697b6413d4.gif

На  4 33 работает?

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149246
Share on other sites
5 часов назад, wasder12 сказал:

Такой вид был?

1.thumb.png.906b875db631ff66cc805af72ce6ae10.png

Который скинул возможно но он сворачивает информацию ?

Edited by Dusty

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149251
Share on other sites
4 часа назад, Dusty сказал:

Который скинул возможно но он сворачивает информацию ?

Тот стиль что ты скинул он не сворачивает, я особо не смотрел какую он информацию должен сворачивать.

Надо попробовать переделать что дал;

15 часов назад, DavidGuetta сказал:

1. В шаблон globalTemplate сразу после тега <head> добавляем код:


<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
      <style type="text/css">
 .spoiler_body {display:none; cursor:pointer;}
</style>
<script type="text/javascript">
$(document).ready(function(){
 $('.spoiler_links').click(function(){
  $(this).parent().children('div.spoiler_body').toggle('normal');
  return false;
 });
});
</script>

2. Заходим в шаблон postContainer 

После строки


{{if $comment->author()->member_id}}

Добавляем


 <div>
         <a href="" class="spoiler_links ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow">Информация</a>
         <div class="spoiler_body">

Перед строками


{{endif}}
   </ul>
</aside>

Добавляем


</div>
  </div>

57b2b9e74ff97_Dwm2016-08-1609-52-30-21_1_1..gif.47fb9fa03a44238d1e1114d39b7f5921.gif.922bd9ea0281e1b8f8a29e697b6413d4.gif

 

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149254
Share on other sites

Достаточно в global добавить и всё работает

1.thumb.png.b0b7a1ed7d845b58b773bab807403323.png

11.thumb.png.b729bcb776784c6d050b120cb17345e0.png

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149255
Share on other sites
7 часов назад, Dusty сказал:

Который скинул возможно но он сворачивает информацию ?

Я тебе сделал то что ты просил в ЛС

postContainer.thumb.gif.4bd6837b5759b24b52a6b7d092e3b6e3.gif

Link to comment
https://ipbmafia.ru/topic/20038-userpanel/?&do=findComment&comment=149256
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.


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

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

  • No registered users viewing this page.