I see what my problem is...
Total Attachments: 96480
When in reality there is only about 650.
For some reason it thinks every post has an attachment and is showing them on the attachment manager page.
Looking at a new install the messages table should have be NULL for attachment filename where there isnt one, so I just need to run a query to set it to null where its blank.
UPDATE yabbse_messages SET attachmentFilename = NULL WHERE attachmentFilename = '';
Did the trick, suppose I must have installed a mod thats stopping it automatically sticking the null in.
Anyway still think a mod to display them over numerous pages would be a good idea but for now I can live with 600 on one page
