Quote:
Originally Posted by bairy
I haven't tested it with 3.5 though for some reason I'm thinking it's not compatible. I'm not sure why, must have been a thought that came to me when I was coding it.
I did do a 3.5 version. It's much more complicated and requires file edits but does practically the same thing: https://vborg.vbsupport.ru/showthread.php?t=110918
|
Yes, it will work for 3.5.x if you delete in the product the line:
executionorder="2"
Thanks, good stuff!
Edit:
Aaarggll..., on issue left:
Invalid SQL:
SELECT dateline
FROM vb3_deletionlog
WHERE userid = 4549
UNION ALL
SELECT dateline
FROM vb3_editlog
WHERE userid = 4549
ORDER BY dateline DESC
LIMIT 4, 1;
MySQL-Fehler : Unknown column 'dateline' in 'field list'
Fehler-Nr. : 1054
Datum : Monday, November 27th 2006 @ 11:06:05 AM
Any idea bairy?