_Dark_ Posted July 31, 2012 Share Posted July 31, 2012 Название: (DDK33) Скрытие дополнительных полей профиля 1.0.0 Добавил: _Dark_ Добавлен: 31 Июл 2012 Категория: Русские хуки и моды IP.Board 3.3.x Автор локализации: _Dark_ Оригинальное название: Collapse Custom Fields Данный хук скрывает дополнительные поля профиля при просмотре тем и вместо них добавляет кнопку отображения / скрытия полей профиля. Quote Link to comment Share on other sites More sharing options...
AlexDoratino Posted August 12, 2012 Share Posted August 12, 2012 Как заменить текст на картинку? Чтобы я нажимал на картинку и он открывал/скрывал инфу? Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted August 12, 2012 Author Share Posted August 12, 2012 В XML файле хука найдите: return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;">' . $this->lang->words['ddk33_ccf_hide_cfields'] . '</span> </div> <div class="member-ccf-box" style="display:none; margin-top:5px;">'; Замените на: return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;">' . $this->lang->words['ddk33_ccf_hide_cfields'] . '</span> </div> <div class="member-ccf-box" style="display:none; margin-top:5px;">'; [/code] И переустановите хук. Я не проверял, но работать должно. AlexDoratino and Respected 2 Quote Link to comment Share on other sites More sharing options...
AlexDoratino Posted August 12, 2012 Share Posted August 12, 2012 В XML файле хука найдите: return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;">' . $this->lang->words['ddk33_ccf_hide_cfields'] . '</span> </div> <div class="member-ccf-box" style="display:none; margin-top:5px;">'; Замените на: return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;">' . $this->lang->words['ddk33_ccf_hide_cfields'] . '</span> </div> <div class="member-ccf-box" style="display:none; margin-top:5px;">'; И переустановите хук. Я не проверял, но работать должно. Спасибо, теперь это заработало, но вот беда в том, что картинка пропадает и нельзя свернуть)) Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted August 12, 2012 Author Share Posted August 12, 2012 Приношу извинения, вот так: return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;"><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_hide_cfields'] . '" /></span> </div> <div class="member-ccf-box" style="display:none; margin-top:5px;">'; [/CODE] Quote Link to comment Share on other sites More sharing options...
AlexDoratino Posted August 12, 2012 Share Posted August 12, 2012 Приношу извинения, вот так: return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;"><img src="ссылка_на_изображение" alt="' . $this->lang->words['ddk33_ccf_hide_cfields'] . '" /></span> </div> <div class="member-ccf-box" style="display:none; margin-top:5px;">'; Да, я уже сам догадался, уже хотел писать решение) Quote Link to comment Share on other sites More sharing options...
St1L75 Posted November 6, 2012 Share Posted November 6, 2012 Огромное спасибо за код под кнопки! С меня поиск и вырезание кнопок return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="Ваш_форум/public/style_images/master/Off.png" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;"><img src="Ваш_форум/public/style_images/master/On.png" alt="' . $this->lang->words['ddk33_ccf_hide_cfields'] . '" /></span> Это код под кнопки ниже ↑. И сами кнопочки: P.S. Случайно обнаружил проблему. В ЛС кнопка не нажимается. Respected 1 Quote Link to comment Share on other sites More sharing options...
THOR Posted February 5, 2014 Share Posted February 5, 2014 Огромное спасибо за код под кнопки! С меня поиск и вырезание кнопок return '<div style="cursor:pointer; text-decoration: underline; text-align:center;" class="member-ccf-showhide"> <span><img src="Ваш_форум/public/style_images/master/Off.png" alt="' . $this->lang->words['ddk33_ccf_show_cfields'] . '" /></span> <span style="display:none;"><img src="Ваш_форум/public/style_images/master/On.png" alt="' . $this->lang->words['ddk33_ccf_hide_cfields'] . '" /></span> Это код под кнопки ниже ↑. И сами кнопочки: On.pngOff.png On1.png Off1.png P.S. Случайно обнаружил проблему. В ЛС кнопка не нажимается. перезалейте конопульки пожалуйста) спасибо! 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.