Is it possible to export all of your own comments from an Invision Power Board forum into a text file?
November 17, 2011 2:24 PM   Subscribe

Is it possible to export all of your own comments from an Invision Power Board forum into a text file?

I have admin access on the forum in question but not direct access to the database, although I could get direct access to the database if I needed to do so.

The software version is IP.Board 2.3.6
posted by dng to Computers & Internet (2 answers total)
 
If you get direct access to the database, then it should be fairly trivial. It'll essentially just be:
select * from comments where userid="youruserid"
I don't actually know anything about invision power board in particular, but something very similar to the above will work on any reasonable forum database.
posted by tylerkaraszewski at 2:57 PM on November 17, 2011


Response by poster: Cheers. I'll give that a try then.
posted by dng at 4:28 AM on November 18, 2011


« Older Where to go Where to go   |   Today's episode brought to you by the letter P. Or... Newer »
This thread is closed to new comments.