Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Faster searching and free account access

Joined
Mar 3, 2012
Posts
3,180
Reaction score
1,291
There are a couple of changes at ukdroplists.com that will vastly improve the experience of pouring through drop lists.

Faster Search
The search system has become slow as the amount of domains and information increase. As such we have started rewriting the entire search system and the main droplists have already been updated. We are seeing an increase in speeds of 10 to 20 times what it was. The rest will follow shortly, ie expired and full droplist search.

New Free Account Access
From now on people with free accounts will be able to view the full droplist for the current day. They cannot use the monitoring or snapshot viewer (reserved for paid accounts) but apart from that all filtering and searches are functional.
 
Nice work on the site Rob. Just one query, before the changes it used to save the filters I had ticked, but now they have been cleared every time I come back. I've tried deleting all cookies etc but no joy. Just wondering if that's something you can fix your end?
 
Last edited:
I actually disabled that because people were forgetting they had filters set, not returning any results, then emailing to say the lists were broken and empty :p I'll put in an option.
 
Haha fair enough!! :D That would be super useful to have it as an option.
 
Ok there is an option now in the filters to save them for the dropping. Expired will come later as I still have to rewrite the search code to be as fast as dropping first.
 
Hi Rob,

Might just be my browser but the calendar section is not working for me.
 
What browser/os are you using? There was some problems with a version of safari. It works on my win7/8/10 chrome/firefox/ie/edge
 
It defaults to January 1970 for me too

Chrome 68 - Windows 7
 
Lol that's exactly the same as I'm running on this machine. I love incompatibility issues :p I've moved the javascript and waited for the document to fully load before initalising - any change now? ctrl+F5 clears the cache if you're not aware.
 
Lol that's exactly the same as I'm running on this machine. I love incompatibility issues :p I've moved the javascript and waited for the document to fully load before initalising - any change now? ctrl+F5 clears the cache if you're not aware.

Seems to be working fine now.
 
Lol that's exactly the same as I'm running on this machine. I love incompatibility issues :p I've moved the javascript and waited for the document to fully load before initalising - any change now? ctrl+F5 clears the cache if you're not aware.

It's working now @RobM :)
 
Ok cool - thanks. It was down to the datepicker setting the date very slightly before the datepicker existed on the page. A stupid mistake on my part - I normally make sure all javascript runs *after* the dom is created.
 
:eek: on the dropping pages? Nothing changed.

Yes, it was working fine yesterday. Nothing changed here either.

upload_2018-8-8_18-30-27.png
 
:eek: on the dropping pages? Nothing changed.

I've checked the code and maxDate for the date picker is set to Jan 1970

$(document).ready( function() {
tmp=setTimeout(function(){
$('#datepicker').datepicker({
dateFormat: 'dd/mm/yy' ,
minDate: new Date(2018, 7, 08),
maxDate: new Date(1970, 0, 01),
setDate: new Date(2018, 7, 08)
});
},400);
 
Odd because that code is generated by php
the line at server before being interpreted reads:

maxDate: new Date(<? echo date("Y, ").(date("m")-1).", ".date("d"); ?>),

Ah actually could be a combination of different login session levels. Let me see if I can recode.

Are you logged in or looking from just visiting the page as a guest?

*edit* try now
 

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom