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
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Get Affordable and Fast VPS for vBulletin -
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment