S sip Active member Jan 14, 2018 #1 Want to disable "Preview" (the pop up when a user hovers mouse over thread title). Can this be done or will need an Add on?
Want to disable "Preview" (the pop up when a user hovers mouse over thread title). Can this be done or will need an Add on?
Jeremy P XenForo developer Staff member Jan 14, 2018 #2 In the template thread_list_macros you can find and remove the following: HTML: data-xf-init="{{ $canPreview ? 'preview-tooltip' : '' }}" data-preview-url="{{ $canPreview ? link('threads/preview', $thread) : '' }}" Upvote 0 Downvote
In the template thread_list_macros you can find and remove the following: HTML: data-xf-init="{{ $canPreview ? 'preview-tooltip' : '' }}" data-preview-url="{{ $canPreview ? link('threads/preview', $thread) : '' }}"
Mike XenForo developer Staff member Jan 14, 2018 #3 Or disable the "Enable discussion preview" option. Upvote 0 Downvote
Jeremy P XenForo developer Staff member Jan 14, 2018 #4 Mike said: Or disable the "Enable discussion preview" option. Click to expand... Doh. Should have checked for that first. Upvote 0 Downvote
Mike said: Or disable the "Enable discussion preview" option. Click to expand... Doh. Should have checked for that first.