Recent content by blackdahliaroleplaying

  1. blackdahliaroleplaying

    XF 2.1 You have reached the maximum number of new conversations allowed to be created in a 24 hour period.

    Confirming. I just had the same issue and it's just a matter of changing an option setting for the addon Start Direct Message by AndyB
  2. blackdahliaroleplaying

    [XB] Forum List Search [Paid]

    Where can i find the Supporter Package? I have this addon and would like to update it.
  3. blackdahliaroleplaying

    Warning Improvements by Xon

    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.
  4. blackdahliaroleplaying

    Warning Improvements by Xon

    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.
  5. blackdahliaroleplaying

    XF 2.1 Title/Block Above Sub-Forums

    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...
  6. blackdahliaroleplaying

    [bd] Medal [Deleted]

    Is it possible to have medals a member already has either faded or crossed out in the dialogue box to "Award medal"?
  7. blackdahliaroleplaying

    Conversation Essentials [Paid]

    This is part of the result (full text exceeds post maximum):
  8. blackdahliaroleplaying

    Conversation Essentials [Paid]

    Conversation Essentials 2.3.18 mysql> select * from xf_user_alert where (content_type = 'post' and action = ' convess_exported') or ( content_type = 'post_ convess' and action = ' exported '); Output: Empty set (0.01 sec)
  9. blackdahliaroleplaying

    Conversation Essentials [Paid]

    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...
  10. blackdahliaroleplaying

    XF 1.5 Xen Coding For Thread Links

    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.
  11. blackdahliaroleplaying

    [8WR] XenUtiles (Staff) PRO [Paid]

    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.
  12. blackdahliaroleplaying

    XF 1.5 Xen Coding For Thread Links

    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...
  13. blackdahliaroleplaying

    XF 1.5 Xen Coding For Thread Links

    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...
  14. blackdahliaroleplaying

    XF 1.5 Xen Coding For Thread Links

    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...
  15. blackdahliaroleplaying

    reCAPTCHA v2 - Does anything need to be changed in xenForo?

    Excuse me @Chris D, where exactly in the ACP? I've looked all over the ACP and still can't figure it out. Thank you in advance.
Back
Top Bottom