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...
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...
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...
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...
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/
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...
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...
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...
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...
We have some code we use to expand signatures when they are clicked. After we upgraded to 2.3 it no longer functions. From what I've read it's because of the removal of Jquery.
What would be a non-Jquery way of accomplishing the same thing?
<xf:js>...
Running both Xenforo 2.3.5 and Enhanced Search 2.3.5. We got it operational but how worried do I need to be about the following information:
From what I understand yellow health should be fine for Xenforo purposes but what about the Unassigned Shard...
Well this is embarrassing. It turned out to be user error.
We have a staging site with another URL. The stage takes a clone of our main site to operate off of. I forgot to change the Board URL in the basic options of Xenforo when working off the stage. This means all images were being uploaded...