e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
322 stars 214 forks source link

Forum: Thread tracking #784

Closed Minnn closed 8 years ago

Minnn commented 10 years ago

Hi all,

I might just be blind here and I haven't been able to find any other issue logging this here, but the track thread option (allowing for any user to track any thread/be emailed when someone replies) isn't an option any longer, as far as I can see? Enable tracking is checked in Admin > Content > Forum > Preferences, I'm running the latest from github and the Bootstrap 1.0 theme. I remember in the old e107 there was just a button at the top of each thread that let a user track it.

Cheers, Min

Moc commented 10 years ago

I think it's just the {TRACK} shortcode which has not been added to the template for bootstrap themes. Probably decided to keep things cleaner for now.

It should still work just fine though, the link is just not displayed because the {TRACK} shortcode is not in the template. It is still located in the v1 template, so there it will still show. Simply add it to the v2 template as well and you should be good to go.

Minnn commented 10 years ago

Oh - great, thanks! I'll do that :)

Moc commented 10 years ago

Let me know if it works :) I might add it later in beta1 when I will revisit the forum templates (I have modified the default one to work with Bootstrap 3 themes, but it's not done yet).

Minnn commented 10 years ago

That did put the button back! But I'm not sure it's working as intended? I tracked a thread to test.

To confirm what I added - I put {TRACK} in forum_viewtopic_template, down by the {THREADNAME} shortcode in $FORUM_VIEWTOPIC_TEMPLATE['start'] area (in the "New in v2.x" area). Is there something else I should have done as well?

Moc commented 10 years ago

Oh boy.... Let me get some sleep first (midnight here), and I'll take a fresh look this weekend.

Minnn commented 10 years ago

Oh, no rush hey - it's not a massive issue, and I'll just comment it out. Get some sleep!

martyshep commented 8 years ago

Hi experts, Any progress with this issue resolution? I have same issue, my e107 v2 website does not allow tracking of forum threads. If I add in the shortcode as mentioned I get same, it doesn't work correctly.

CaMer0n commented 8 years ago

@Minnn @martyshep @Moc This should be fully functional, but if you find an issue, please create a new issue.