Jump to content

Про непрочитанный контент

Featured Replies

Доброго времени суток...

вопрос тут промелькнул, но ответа не нашел.

в непрочитанном контенте лучше бы поменять местами ссылки у названия темы и кружка...

подскажите пжл.

Link to comment
https://ipbmafia.ru/topic/17239-pro-neprochitannyj-kontent/
Share on other sites

Скрин сделайте, и где бы хотели видеть иконку анрид

Link to comment
https://ipbmafia.ru/topic/17239-pro-neprochitannyj-kontent/?&do=findComment&comment=127569
Share on other sites

хочу, чтобы клик по названию темы вел к первому непрочитанному, а по кружку к началу темы.

1.jpg

Link to comment
https://ipbmafia.ru/topic/17239-pro-neprochitannyj-kontent/?&do=findComment&comment=127570
Share on other sites

А, местами ссылки поменять... будем посмотреть...

В шаблонах темы core->front->system->searchResult

Найдите

								<a href='{$objectUrl->stripQueryString( array( 'comment' => 'comment', 'review' => 'review' ) )->setQueryString( 'do', 'getNewComment' )}' data-linkType="star" {{if $iPostedIn}}data-iPostedIn{{endif}} title='{lang="first_unread_post"}' data-ipsTooltip>
									<span class='ipsItemStatus'><i class="fa fa-{{if $iPostedIn}}star{{else}}circle{{endif}}"></i></span>
								</a>

Замените на

								<a href='{$objectUrl}' data-linkType="star" {{if $iPostedIn}}data-iPostedIn{{endif}} title='{lang="first_unread_post"}' data-ipsTooltip>
									<span class='ipsItemStatus'><i class="fa fa-{{if $iPostedIn}}star{{else}}circle{{endif}}"></i></span>
								</a>

Или просто укажите урл для ссылки - {$objectUrl}

Затем найдите

<a href='{$objectUrl}' data-linkType="link" data-searchable>{$itemData[ $itemClass::$databasePrefix . $itemClass::$databaseColumnMap['title'] ]}</a>

Замените на

<a href='{$objectUrl->stripQueryString( array( 'comment' => 'comment', 'review' => 'review' ) )->setQueryString( 'do', 'getNewComment' )}' data-linkType="link" data-searchable>{$itemData[ $itemClass::$databasePrefix . $itemClass::$databaseColumnMap['title'] ]}</a>

 

Link to comment
https://ipbmafia.ru/topic/17239-pro-neprochitannyj-kontent/?&do=findComment&comment=127572
Share on other sites

спасибо... для полноты еще текст хинта перенести.

Link to comment
https://ipbmafia.ru/topic/17239-pro-neprochitannyj-kontent/?&do=findComment&comment=127577
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.