$DB->query should be $DB->select_limit
that should do it :)
$result = $DB->select_limit("SELECT username,url,title,description,category FROM {$CONF['sql_prefix']}_sites WHERE active = 1 ORDER BY RAND()", 10,0, __FILE__, __LINE__);
this is a result of datatables, your not missing anything, nor should you have any issues managing your members, the issue here should be purely cosmetic. The flash you see at first is the "plain" manage members interface, which is replaced by datatables once it loads allowing you to sort/search...
Need to make a plugin for this because editing the core files is a no no :) if your feeling adventurous take the newest members plugin and use that as a base for your new plugin, use this query to select a random member:
the example below would select 55 random members, cahnge this to the...
yesterday SWREG (the company that handles our orders and distribution) had a catastrophic failure. If you are trying to place an order please contact us and we can make arrangements for payment.
here is the email from SWREG
yup check the admin for "delete inactive sites" settings, as Basti mentioned this setting has been evolved in 0.7 to set these to inactive. We can look at adding a plugin with that does a check to only the inactive sites in the future to help automate the removal of dead sites.
I agree, and I will prioritize the development of custom profile fields from the admin area. This is a very important feature for all niche's, with an endless supply of usefulness :)
I think the profile should be filled in on the user control pane not the signup form for exactley that reason, putting it the signup form makes it more unlikley the user will login to their control panel. I want people using the control panel, and I believe the shorter the signup form, the...
the slash bug in screenshots is a result of us no longer parsing the host to allow "free hosted" services and subdirectories, we are working through these and I believe all known issues have been fixed in 0.7 and the corresponding plugins, I will check to make sure sites with trailing / are...
does this Google+ widget work for you anywhere on the web? the truth is 99.8% of this happens on google servers, there is no code on our end for this. I'm guessing firewall, antivirus, adblocker or some other intrusive software on your PC is preventing this widget from working.