Respected Posted April 27, 2012 Report Share Posted April 27, 2012 Название: [EN33] Ajax Thanks v1.0.7 Rus Добавил: Respected Добавлен: 27 Apr 2012 Обновлен: 27 Apr 2012 Категория: Русские хуки и моды IP.Board 3.3.x Русская версия хук [EN33] Ajax Thanks v1.0.7, добавляющего на форум к каждому сообщению кнопку Спасибо! Перевод: Respected Froka, Lines, guald and 4 others 7 Quote Link to comment Share on other sites More sharing options...
egorea1999 Posted April 28, 2012 Report Share Posted April 28, 2012 А старые версии есть? Просто по моему у меня старая версия, хочу обновиться :) Quote Link to comment Share on other sites More sharing options...
Respected Posted April 28, 2012 Author Report Share Posted April 28, 2012 Нету! Зачем тебе старая версия для обновления? :) Ruslan4eg 1 Quote Link to comment Share on other sites More sharing options...
Caius Posted June 29, 2012 Report Share Posted June 29, 2012 Вопросик, а как сделать, чтобы отображалось Благодарностей: 11, а сейчас 11 благодарностей, где править? Quote Link to comment Share on other sites More sharing options...
rus Posted July 20, 2012 Report Share Posted July 20, 2012 Найду напишу! Quote Link to comment Share on other sites More sharing options...
rus Posted July 20, 2012 Report Share Posted July 20, 2012 Написано вот так,зачем что то изменять! Поблагодарили 1раз! Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted July 20, 2012 Report Share Posted July 20, 2012 rus, я думаю, что вопрос Caius не был актуален. Quote Link to comment Share on other sites More sharing options...
Caius Posted July 20, 2012 Report Share Posted July 20, 2012 Написано вот так,зачем что то изменять! Поблагодарили 1раз! rus, я думаю, что вопрос Caius не был актуален. Я имел ввиду про версию 33, там в архиве 3 файла хука 31, 32, 33, 31 - английская версия, 32 - после её установки у меня выскакивает ошибка, 33 - все норм но в инфо панели пишется например: 12 благодарностей, а мне бы хотелось Благодарностей: 12 или Поблагодарили: 12 раз Quote Link to comment Share on other sites More sharing options...
rus Posted July 21, 2012 Report Share Posted July 21, 2012 Так если быть правильным каждые версии,идут под версии ipb! Я поставил себе на форум версию 3.3.x и поставил хук СПАСИБКИ,версии 33 у меня написанно Поблагодарили 1раз! Я если найду как это изменить то напишу! Caius 1 Quote Link to comment Share on other sites More sharing options...
muslimgauze Posted July 30, 2012 Report Share Posted July 30, 2012 Какой-то чайник пометил файл, как испорченый - только что скачал и поставил на 3.3.3 - всё ок! Quote Link to comment Share on other sites More sharing options...
Caius Posted November 15, 2012 Report Share Posted November 15, 2012 Я вот задумался, а можно как то выдавать определенное кол-во спасибок или отнимать за нарушения? Или это так для красоты они? Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted November 17, 2012 Report Share Posted November 17, 2012 Для красоты они. Caius 1 Quote Link to comment Share on other sites More sharing options...
leha85 Posted February 18, 2013 Report Share Posted February 18, 2013 Можно ли сделать чтобы отображалось не только сколько тебя поблагодарили, но и сколько раз ты поблагодарил?? Quote Link to comment Share on other sites More sharing options...
AV-Server Posted March 12, 2013 Report Share Posted March 12, 2013 Доброго времени суток. установил данный хук. но кнопка не пропорциональна остальным. подскажите как подкорректировать? Quote Link to comment Share on other sites More sharing options...
Kinkl Posted March 12, 2013 Report Share Posted March 12, 2013 Если я правильно помню, нужно класс у кнопки сменить. Шаблоны - Темы - ajaxThanksButton Класс ipsButton_secondary. За работоспособность метода не ручаюсь, ибо делал еще на версии 3.1, может изменилось чего Respected and AV-Server 2 Quote Link to comment Share on other sites More sharing options...
AV-Server Posted March 12, 2013 Report Share Posted March 12, 2013 Шаблоны - Темы - ajaxThanksButton вот данный код <if test="ajaxThanksEnabled:|:$this->settings['en30_ajaxthanks']"> <li class="post_count desc lighter"> {$author['thanked']} {$this->lang->words['en30_thanks']} </li> </if> Quote Link to comment Share on other sites More sharing options...
Kinkl Posted March 12, 2013 Report Share Posted March 12, 2013 У меня почему-то он вот такой. Правда версия посвежее, 1.0.8, но почему-то думаю что не должно отличаться так сильно <if test="ajaxThanksButton:|:$post['post']['thanks']['button'] == 'thank'"> <li class='ajax_thanks' id='ajaxThanks_{$post['post']['pid']}'> <a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_thank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_thank']}</a> </li> </if> <if test="ajaxThanksButton:|:$post['post']['thanks']['button'] == 'remove' && $this->settings['en31_remove_thanks']"> <li class='ajax_thanks' id='ajaxRemoveThanks_{$post['post']['pid']}'> <a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_unthank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_unthank']}</a> </li> </if> Тут используется класс ipsButton_secondary Quote Link to comment Share on other sites More sharing options...
AV-Server Posted March 12, 2013 Report Share Posted March 12, 2013 Прошу прошения не туда смотрел в ajaxThankedCoun смотрел. <if test="ajaxThanksButton:|:$post['post']['thanks']['button'] == 'thank'"> <li class='ajax_thanks' id='ajaxThanks_{$post['post']['pid']}'> <a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_thank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_thank']}</a> </li> </if> <if test="ajaxThanksButton:|:$post['post']['thanks']['button'] == 'remove' && $this->settings['en31_remove_thanks']"> <li class='ajax_thanks' id='ajaxRemoveThanks_{$post['post']['pid']}'> <a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_unthank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_unthank']}</a> </li> </if> Quote Link to comment Share on other sites More sharing options...
Respected Posted March 12, 2013 Author Report Share Posted March 12, 2013 К ссылке, то есть к тегу a нужно добавить класс ipsButton_secondary. Как и указал Kinkl Quote Link to comment Share on other sites More sharing options...
AV-Server Posted March 12, 2013 Report Share Posted March 12, 2013 возможно для вас я сейчас задам глупейший вопрос... но всё же как добавить класс ipsButton_secondary? Quote Link to comment Share on other sites More sharing options...
Respected Posted March 13, 2013 Author Report Share Posted March 13, 2013 Добавил класс, код полностью: <if test="ajaxThanksButton:|:$post['post']['thanks']['button'] == 'thank'"> <li class='ajax_thanks' id='ajaxThanks_{$post['post']['pid']}'> <a class='ipsButton_secondary' href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_thank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_thank']}</a> </li> </if> <if test="ajaxThanksButton:|:$post['post']['thanks']['button'] == 'remove' && $this->settings['en31_remove_thanks']"> <li class='ajax_thanks' id='ajaxRemoveThanks_{$post['post']['pid']}'> <a class='ipsButton_secondary' href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_unthank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_unthank']}</a> </li> </if> ONEX, AV-Server and AUYKGN 3 Quote Link to comment Share on other sites More sharing options...
Leo_Skywalker Posted March 18, 2013 Report Share Posted March 18, 2013 Скажите, а как добавить показ количество благодарностей в профиль? Понятно, что править шаблон, но хотелось бы узнать каким ключом.. Quote Link to comment Share on other sites More sharing options...
Respected Posted March 18, 2013 Author Report Share Posted March 18, 2013 Так есть же статистика спасибок в профиле. AUYKGN 1 Quote Link to comment Share on other sites More sharing options...
usergeuv Posted May 14, 2013 Report Share Posted May 14, 2013 Не получается изменить кнопку "СПАСИБО" на свое изображения. Как это сделать, может кто то поподробнее разжевать ,показать? Quote Link to comment Share on other sites More sharing options...
Respected Posted May 14, 2013 Author Report Share Posted May 14, 2013 то есть сменить кнопку полностью? или её надпись? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.