Kirill N Posted March 1, 2015 Posted March 1, 2015 In topic view, unread topics are bolded which is achieved with the following code:{{if $row->unread()}} {{endif}}I'm trying to do the same thing for topic titles in "Last post info" on board index, but that code obviously doesn't work. Any ideas on how to do this?
Pete T Posted March 1, 2015 Posted March 1, 2015 In topic view, unread topics are bolded which is achieved with the following code:{{if $row->unread()}} {{endif}}I'm trying to do the same thing for topic titles in "Last post info" on board index, but that code obviously doesn't work. Any ideas on how to do this?its css need look at and the one control area is .ipsDataItem_lastPoster found in data-list
Kirill N Posted March 1, 2015 Author Posted March 1, 2015 its css need look at and the one control area is .ipsDataItem_lastPoster found in data-list Sorry I have no idea what you mean by that...
Pete T Posted March 1, 2015 Posted March 1, 2015 find .ipsDataItem_lastPoster this in data-list.css and add font-weight: bold; to that part of the css.
Kirill N Posted March 1, 2015 Author Posted March 1, 2015 find .ipsDataItem_lastPoster this in data-list.css and add font-weight: bold; to that part of the css.Thanks but I'm not asking how to make a topic title bold, I need it to be bold if it's unread and regular when it's read.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.