fortek Posted April 16, 2012 Report Share Posted April 16, 2012 Название: (DP33) Forum Icons 2.0.0 (Адаптация by Fortek) Добавил: fortek Добавлен: 16 Apr 2012 Категория: Компоненты IP.Board 3.3.x Название по-русски : Иконки форумов 2.0.0 Взято с компонентов 3.2.x. В архиве внимательно читайте инструкцию. Изменен код для замены стандартных иконок форума. dbug, JonBlack, SUAMF and 4 others 7 Quote Link to comment Share on other sites More sharing options...
ttindex Posted April 18, 2012 Report Share Posted April 18, 2012 на 3.3.1 будет работать? Quote Link to comment Share on other sites More sharing options...
Respected Posted April 18, 2012 Report Share Posted April 18, 2012 Сань, в названии файла есть префикс - (DP33) Сие значит компонент/хук/стиль совместим с 3.3.x :( Quote Link to comment Share on other sites More sharing options...
fortek Posted April 18, 2012 Author Report Share Posted April 18, 2012 Только инструкцию внимательно читайте, а то встречаются некоторые личности, вроде меня, которые файлы README удаляют в Корзину :( Quote Link to comment Share on other sites More sharing options...
papadoz Posted April 20, 2012 Report Share Posted April 20, 2012 n1 отличная программа :( Quote Link to comment Share on other sites More sharing options...
Navat Posted April 21, 2012 Report Share Posted April 21, 2012 Заменил все по инструкции, все перекосило. шаблон подходящий, ток сегодня установил. Quote Link to comment Share on other sites More sharing options...
Doogle Posted April 21, 2012 Report Share Posted April 21, 2012 Версия форума, версия шаблона, название шаблона. Quote Link to comment Share on other sites More sharing options...
Navat Posted April 21, 2012 Report Share Posted April 21, 2012 форум 3.3.1, Brave 3.3.x Quote Link to comment Share on other sites More sharing options...
fortek Posted April 21, 2012 Author Report Share Posted April 21, 2012 и можно пожалуйста еще название браузера и скрин как у вас отображает. Quote Link to comment Share on other sites More sharing options...
ttindex Posted April 22, 2012 Report Share Posted April 22, 2012 а если у меня стоит данный компонент от версии 3.2 и нормально работает, то мне стоит применять эту адаптацию? Что в ней отличного от моего? Quote Link to comment Share on other sites More sharing options...
fortek Posted April 22, 2012 Author Report Share Posted April 22, 2012 Есть два вида отображения иконок на форуме - рядом с основными и замена основных, так вот "рядом с основными" - будет одинаково отображаться что на 3.2 что на 3.3. А с "заменой основных" код отличается, приведу пример: В 3.2 он выглядит так: <td class='col_c_icon'> <if test="hasUnread:|:$forum_data['_has_unread']"> <a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&module=forums§ion=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'><if test="$forum_data['icon'] != '' AND $forum_data['icon'] !='0'">{$forum_data['icon']}<else /> <img src='{$this->settings['img_url']}/f_icon.png' /></if></a><else /> <if test="$forum_data['icon'] != '' AND $forum_data['icon'] !='0'">{$forum_data['icon']}<else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /></if> </if> </td> В моей адаптации это выглядит так для 3.3 это выглядит так: <td class='col_c_icon'> <if test="hasUnread:|:$forum_data['_has_unread']"> <a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'> <if test="$forum_data['icon'] != '' AND $forum_data['icon'] !='0'">{$forum_data['icon']}<else /> <img src='{$this->settings['img_url']}/f_icon.png' /></if></a> <else /> <if test="$forum_data['icon'] != '' AND $forum_data['icon'] !='0'">{$forum_data['icon']}<else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /></if> </if> </td> Основной исходный код движка 3.3 не был затронут, было добавлено то что необходимо по модулю. Quote Link to comment Share on other sites More sharing options...
Navat Posted April 22, 2012 Report Share Posted April 22, 2012 А чего-то в инструкции по установке было 3 блока с изменениями? Напиши плз какие ты делал замены Quote Link to comment Share on other sites More sharing options...
fortek Posted April 22, 2012 Author Report Share Posted April 22, 2012 я привел тока образец с первого измененого блока. В инструкции делаются две замены блоков и добавляется 1 параметр вручную. Respected 1 Quote Link to comment Share on other sites More sharing options...
alcone Posted April 26, 2012 Report Share Posted April 26, 2012 У меня вопрос можно ли выбрать 1 иконку на все форумы а то заливать на каждый форум новое изоброжение не айс спасибо за любой ответ. Quote Link to comment Share on other sites More sharing options...
Respected Posted April 26, 2012 Report Share Posted April 26, 2012 Так в IPB вроде одна иконка по-умолчанию стоит.. Или что-то другое нужно? Quote Link to comment Share on other sites More sharing options...
Kovaks Posted April 26, 2012 Report Share Posted April 26, 2012 Отлично! Спасибо. Quote Link to comment Share on other sites More sharing options...
alcone Posted April 28, 2012 Report Share Posted April 28, 2012 Нет я имел введу о том что одну кастомную иконку повесить на выбраные форуму а не на все т.е можно ли выбрать уже загруженную иконку на другой раздел форума? я видел что каждый раз нужно заливать иконку на каждый отдельный раздел Quote Link to comment Share on other sites More sharing options...
ttindex Posted May 24, 2012 Report Share Posted May 24, 2012 А у меня вот так вот отображается в мобильном стиле, как починить? Quote Link to comment Share on other sites More sharing options...
AxR Posted July 20, 2012 Report Share Posted July 20, 2012 ttindex, в стиле подредачь отображение форума. Убери эти "class=title" перед <img scr=и линк на ваши имаги форума Quote Link to comment Share on other sites More sharing options...
Markuss Posted February 10, 2013 Report Share Posted February 10, 2013 Помогите! Проблема в том что я поставил данное приложение загрузил иконгку и она встала рядом с основной, подскажите как поставить иконку вместо основной. Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted February 11, 2013 Report Share Posted February 11, 2013 Вы точно сделали все как указано в Readme? Quote Link to comment Share on other sites More sharing options...
Blez Posted March 22, 2013 Report Share Posted March 22, 2013 Скажите, на 3.4.3 оно не идёт? сделал всё как по манула, а зайти в настройки просто напросто а АЦ негде Quote Link to comment Share on other sites More sharing options...
Respected Posted March 23, 2013 Report Share Posted March 23, 2013 Вряд ли. Он предназначен для 3.3.x Quote Link to comment Share on other sites More sharing options...
AUYKGN Posted March 23, 2013 Report Share Posted March 23, 2013 Скажите, на 3.4.3 оно не идёт? сделал всё как по манула, а зайти в настройки просто напросто а АЦ негде Blez, поиск. Respected 1 Quote Link to comment Share on other sites More sharing options...
Blez Posted March 23, 2013 Report Share Posted March 23, 2013 (edited) Blez, поиск. Эту версию и ставил. Вкладки приложения вообще нет. IPB 3.4.2 Лицуха от IPS Edited March 23, 2013 by Blez 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.