Sanlei
Member
- Affected version
- 2.0.10
I wanted to update the already faulty
alert_user_post_move
template as it has 2 issues that werent adressed yet:
alert_thread_reply_ban
but same issues: my old changes were simply ignored and new changes didnt have an effect. Also tested other alerts templates and all share the issue of being ignored.
Not sure if its since 2.0.10 or another recent update.
alert_user_post_move
template as it has 2 issues that werent adressed yet:
- user can see new threadtitles when moving posts into hidden forums they dont have access to. Which is annoying for our moderating as we want to let them know when we remove posts, but we dont want to alert them a link that isnt working for them with an title that is meant for our eyes and not them. I used to have an simple solution checking on a certain tempoary prefix but i noticed lately it wouldnt work as designed and now i know a better solution for this, but template changes are simply ignored despite working in the past. Its also confusing for the users as they cant access those links anyway.
- user see the prefix of the source and not the prefix of the new thread. prefix('thread', $extra.prefix_id) . $extra.targetTitle Simply returns the TargetTitle with the SourcePrefix and not the TargetPrefix. So this is an seperate issue as it affects also normal moving of posts.
alert_thread_reply_ban
but same issues: my old changes were simply ignored and new changes didnt have an effect. Also tested other alerts templates and all share the issue of being ignored.
Not sure if its since 2.0.10 or another recent update.
Last edited: