P Paul B XenForo moderator Staff member Jul 21, 2015 #2 You would have to edit the various alert_* templates and remove the prefix helper - {xen:helper threadPrefix, $content}. Upvote 0 Downvote
You would have to edit the various alert_* templates and remove the prefix helper - {xen:helper threadPrefix, $content}.
Mr. Goodie2Shoes Well-known member Jul 21, 2015 #3 No other way except for editing the template "alert_post_insert" and remove the code Code: {xen:helper threadPrefix, $content} from lines 4 and 8. Another way is to port into the alert handler and set "prefix_id" to 0. EDIT: ninja'd by none other than #brotham. EDIT: And this one is only for alerts related to new posts... Brogan's way is global... Upvote 0 Downvote
No other way except for editing the template "alert_post_insert" and remove the code Code: {xen:helper threadPrefix, $content} from lines 4 and 8. Another way is to port into the alert handler and set "prefix_id" to 0. EDIT: ninja'd by none other than #brotham. EDIT: And this one is only for alerts related to new posts... Brogan's way is global...