Jump to content

Go to first unread from topic title possible?


chilihead

Recommended Posts

Posted

I want members to go to the first unread when clicking the topic title, from forums, NC, and searches, etc.

I would like to suggest this be a setting, but since it is not, is a hook possible?

Thank you!

(Yes, I am aware of the dot on the left. ;)

  • 3 weeks later...
Posted

Would anyone know how to do this? 

​.

This should work ..

Customization > Templates >

Forums > Front > Forums > topicRow

 

Find this (there is only 1) :

href='{$row>url()}'

 

Replace it with this:

{{if $row->unread()}}
	href='{$row->url( 'getNewComment' )}'
{{else}}
	href='{$row->url()}'
{{endif}}

 

 

2015-04-28_10-55-22.thumb.png.64de0219ac

 

.

  • 3 weeks later...
Posted

I'll try that, thanks! So just that one edit and it is for all areas of the topic title including NC?

I guess if you haven't read it yet or you are a guest it just brings you to post 1?

Thanks @IN10TION!!

 

 

Posted

I'll try that, thanks! So just that one edit and it is for all areas of the topic title including NC?

I guess if you haven't read it yet or you are a guest it just brings you to post 1?

Thanks @IN10TION!!

 

 

​.

it will work the same way as the circle/star icon next to the topic title .. nothing different ..

 

.

  • 2 months later...
Posted

Hi IN10TION,

I don't find Templates in Customization on IPB4? 

Customization > (Edit your Themes - HTML & CSS) -Templates >

Forums > Front > Forums > topicRow

Posted

 

Customization > (Edit your Themes - HTML & CSS) -Templates >

Forums > Front > Forums > topicRow

Thanks, I figured this one out

I have a TopicFeed and Popular Now widgets where I want to do the same. Do you know how? Thanks in advance.

Posted

Thanks, I figured this one out

I have a TopicFeed and Popular Now widgets where I want to do the same. Do you know how? Thanks in advance.

I figured this one out too

Customization > (Edit your Themes - HTML & CSS) -Templates > Forums > Front > global > row

  • 6 months later...
Posted

I still need to do this as it annoying, i have the latest posts at the top of my site. Its just annoying when I click on thread titles it takes me to the first post.

I'd like it to take me to the first unread post!!

I am running 4.1

Thanks

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...