Is their a way to print out a list of thread titles
I'd like to be able to do this selected by forum
And selected by member
Print it to word or excel or PDF
If you have phpmyadmin, go to the table xf_thread and export it to CSV
(export link at bottom of page)
If you can sort it in phpmyadmin you can dump just the rows of threads in a specific node_id, otherwise you can dump the whole lot and sort it in excel (my preferred way)
This is the way I do it:
Sort by node_id
delete all rows of other node_ids
then sort the threads in the forum you want, by thread_id or by title
delete unwanted columns
Voila!
Or just copy the thread titles and paste into a new spreadsheet)
I use mac so this is my table in Numbers, but it would look very similar in Excel