Recent content by Grumpy Squid

  1. G

    Warning Improvements by Xon

    We discovered it kicks up errors when entering a disabled state. When enabled, and you don't disable it, no errors occur. Apologies for the confusion. We consider this matter resolved. Sorry and thanks.
  2. G

    Warning Improvements by Xon

    _output was missing I rebuilt the add-on, but it did not fix the issue. Here is the stack trace: #0 [internal function]: XF\Template\Templater->handleTemplateError(512, '[E_USER_WARNING...', '/srv/www/forums...', 1277) #1 src/XF/Template/Templater.php(1277): trigger_error('Method canViewW...'...
  3. G

    Warning Improvements by Xon

    We're getting this error from the addon in the ACP: Template error: [E_USER_WARNING] Method canViewWarningActions is not callable on the given object (SV\SearchImprovements\XF\Entity\User) Any ideas?
  4. G

    Error generated on viewing specific page in specific thread

    Well, it happens with all add-ons disabled and the other fix didn't work. If anyone has any more suggestion let me know.
  5. G

    Error generated on viewing specific page in specific thread

    We rebuilt the thread cache as well as the positions and counters but unfortunately the issue persists. I did just notice in the stack trace the name of an add-on we use (sorry). I will re-run the cache rebuild with all add-ons disabled on our stage to see if the result is the same. If it is not...
  6. G

    Error generated on viewing specific page in specific thread

    Whenever page 19,323 of a specific thread on our forum gets viewed it generates an error report in the ACP. I hope it's not related to and add-on, I wasn't sure how to check that before posting in this bug reports section. If it is from an Add-on I apologize for accidentally breaking the rules...
  7. G

    XF 2.3 Most recent Xenforo broke our Anchors and Goto

    That's embarrassing. I swear I tried that before and it didn't work... but I got it to work. Thanks and Sorry.
  8. G

    XF 2.3 Most recent Xenforo broke our Anchors and Goto

    The solution we used for Anchors and Goto no longer works because we used Jquery. Here is our custom BBCode: Goto: <a href="javascript:void(0);" data-hash="{option}" onclick="$(this).attr('href', window.location.href.split('#')[0]+'#'+$(this).data('hash'));">{text}</a> Anchor: <a...
  9. G

    Add-on Two Small Add-ons Development Request

    So we have an issue of code that worked on 2.2 but is not functioning on 2.3 so we are looking to have them be add-ons if possible. I was hoping someone here is able to assist us in the creation of these two add-ons and what that might cost. The functionality we had was Avatar borders depending...
  10. G

    XF 2 [PAID WORK] Batch/Mass Update Post Date, & Content Owner

    Hello, we use an Add-on by AndyB to change dates and authors of posts. Below is the link for them: https://xenforo.com/community/resources/change-date.5608/ https://xenforo.com/community/resources/change-author.5607/
  11. G

    ES 2.3 Recently Installed Enhanced Search - Unassigned Shards

    Oh apologies sorry, lots to do forgot to come back to this. Thank you for following up. If someone ends up having the same issues look in to your PAGE_CONTAINER template. We reverted the PAGE_CONTAINER template back to it's default state, reapplied our custom stylings and this fixed the search...
  12. G

    XF 2.3 Help with Avatar Borders While Also fixing strange bugs

    If I close them out all at the end after line 29 it turns the page when viewing a thread into a horrible jumbled mess. (also doesn't fix red tags) I'm no programmer, I'm hoping someone knows how to fix this or who we can contact to fix our template or make a Avatar Holders Addon that...
  13. G

    XF 2.3 Help with Avatar Borders While Also fixing strange bugs

    On 2.2 we had a way of checking if a user is a regular user, moderator, or administrator and then applying a special border depending on what they were. We modified the Message_Macros template to accomplish this. Code worked great in 2.2 but in 2.3 it has caused some weird bugs to occur. The...
  14. G

    XF 2.3 Expanding Signatures on 2.3

    I was attempting to view a backup of our 2.2 site to see how relevant this other code I found was in the functionality of what we had before I replied to you. Alas, our backups are not functioning for some reason. Maybe what specific code we had isn't as important as what we are now trying to do...
Back
Top Bottom