Jacob Barkdull
Jacob Barkdull
@dwcramer This has been suggested to me in e-mails before. The problem I have with allowing notification e-mail configuration via JavaScript is it makes for easy e-mail mining, for spam...
Fails to load, or fails to re-load/refresh? Are you returning the HashOver script tag in the AJAX HTML response?
I think I need to know a little more about your code. Do you have something like this in your code somewhere? ```javascript pjax.connect ({ 'container': 'content', 'success': function(event){ //...
Sorry for the delay. Assuming the HashOver `div` element gets added to the page when navigating, you should be able to simply add the `hashover.js` script to the page again....
Maybe try this code instead? ```javascript if ($('#hashover').length > 0) { $.getScript("/hashover/hashover.js"); } ``` I don't know why the code would cause this kind of problem. Though, I can't be...
This is planned. IP addresses can be stored by setting the `$ip_addrs` variable in `settings.php` to 'yes'
Thank you for the code @jacmoe! There will be a way to import Disqus comments into HashOver eventually, but the format of the HashOver comment files/database needs to be finalized...
This sounds like you are missing the Intl module. If you don't have this module installed the dates don't get localized automatically, instead you will need to change a setting...
Thank you for reporting this, I have yet to test HashOver on PHP 8.2. This change to the language is good. Most of my code is already written to avoid...
Can you please give the latest code another try?