These are our settings currently: http://prntscr.com/vb9jog
We've tried unchecking "Only send warning email if user is banned" and it still doesn't force an email.
We're having issues with warning emails not being sent.
Edit: We use Andy's Email Log and haven't noticed issues with any other emails going out. Emails simply are not being sent for warnings even with the box for "Force conversation email..." ticked.
Is there a way to place a title bar/block above the sub-forum list in the discussion list view? We've tried editing node_list_forum, but this obviously effects the forum view as well and places the added block above each sub-forum.
I've attached a screenshot outlining where we want to add the...
I apologize if this has already been answered elsewhere, but we are getting this error:
ErrorException: Template error: Template public:alert_post_convess_exported is unknown
src/XF/Template/Templater.php:618
#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Template...
Thank you! We were originally concerned that any changes in the thread title would make it so this linking style wouldn't work, but it seems to be perfect.
We're having an issue where none of our Admins/Moderators can view the MAD reports. All the permissions are set to allow administrators and moderators to view the page, but this is the error we keep getting:
You do not have permission to view this page or perform this action.
We're using the Nodes As Tabs add-on, which said to copy this to add links to a drop-down tab:
<ul class="secondaryContent blockLinksList">
<xen:if is="{$nodeTab.nat_markread} AND {$visitor.user_id} AND {$selected}">
<li><a href="{xen:link 'forums/-/mark-read', $forum...
I'm not sure how to fix that?
With this code:
<a href="{xen:link 'threads', $thread, 'thread_id=10064'}">Link to thread</a>
The link ends up looking like this:
https://website.com/index.php?threads/thread-title.10064/&thread_id=10064
Obviously that isn't the right format, but it does take us...
I've searched and can't find how to make this work:
<a href="{xen:link 'threads', $thread}">Link to thread</a>
We using the following on a template, but it keeps link to the index page instead of the thread:
<a href="{xen:link 'threads', 10064}">Link to thread</a>
We even tried this, but it...