[bug] J!2.5 Autocomplete LOADING never goes away. AGAIN

Note - there is no way in XenForo to allow users to respond to their own threads once they no longer have post access to a forum. As leeburstroghm's membership has expired back to 'Community', he won't be able to respond here.

I'm looking around for a plugin for XenForo which would allow thread starters to respond on their own threads. I thought this was something the "Topic Starters Rights" plugin we use provided, but apparently not.

Of course, if a user chooses to re-up their subscription, they will be able to continue with open threads.

-- hugh
 
As this one's definitely a bug I've re-installed your pro support for a week or so, note we had an issue with our cron jobs which meant that your sub should have expired on 2014-12-15, obviously not your fault there but we've been giving pro support for a while for free anyway :)

------------
As to the actual issue:

/find-a-physician-test gives me a 404 so its not the same as your live site which is why I was asking for the live sit details, but I guess I can presume it's the same as this page: /index.php?option=com_fabrik&view=form&formid=12 ?

If so there are two issues, first and most importantly my last 'fix' introduced a new bug, which I have fixed on your dev site and with this commit:
https://github.com/Fabrik/fabrik/commit/e164cce43827fc0db755411befce4f4679b01389

Also, there are third party js scripts causing js errors - which may potentially stop fabrik from working, these are generally do to with multiple versions of jQuery being loaded into the page:

The modalizer system plugin is loading jquery v1.7.1:

http://www.phys-dev.samaritanhealth.com/plugins/system/modalizer/modals/jquery.min.js

when k2 has already loaded its own version of jquery v1.9.1:
http://www.phys-dev.samaritanhealth.com/media/k2/assets/js/jquery-1.9.1.min.js

plus your Joomla template loads yet another version of jquery v1.8.3

/templates/SMC-Joomla-Subpage/js/code.jquery.js

which is not set to run in no-conflict mode, which will cause issues when running alongside any mootools js code. Obviously I can't tell you what the exact input of 3 different versions of jquery being loaded might be but its producing these errors on the search page:

http://screencast.com/t/xM2Ve1kyKxFk

Unpublishing the two system plugins are re-setting the joomla template to a default one will remove those errors obviously not a solution, but more of a proof that the errors aren't generated by fabrik itself. I think there are a couple of system plugins for joomla2.5 that handle the mess of various jquery plugins loading - perhaps its worth checking out the joomla extension directory?
 
The Js Errors, while could have an affect, especially like the ajax pagination.. it does not apply here.. The auto complete is working as it should now.. thanks!
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top