Is there a JS script or application that would allow me to export or copy all the topics I've created and posts I've made on a vB site? I don't want to edit or remove them, I just want a copy of them before the site goes away. I don't need other peoples replies to my topics, just want what I've contributed.
Announcement
Collapse
No announcement yet.
Export or Copy all MY posts
Collapse
X
-
The easiest solution would be to export the nodes which you've created by simply entering your forum nickname and running a SQL query like this:
Once you have found all the nodes simply click Export and select CSV as a format if you want to easily modify your posts later and then finally hit Go.Code:SELECT * FROM `node` WHERE authorname ="yourforumnickname"
- Top
- Translate
- Bottom
-
This is not my site, I'm just a member. If I had access to the DB I'm sure I could easily do that. Sorry, I should have said that in my initial post.Originally posted by zoran_dj View PostThe easiest solution would be to export the nodes which you've created by simply entering your forum nickname and running a SQL query like this:
Once you have found all the nodes simply click Export and select CSV as a format if you want to easily modify your posts later and then finally hit Go.Code:SELECT * FROM `node` WHERE authorname ="yourforumnickname"
I was hoping there wold be something existing that could scrape a search results page that displays all my posts.
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
Get Affordable and Fast VPS for vBulletin -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Comment