Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ibai Posted November 22, 2020 Posted November 22, 2020 Hi there, I was wondering if we can move a content from one Database to another such as there is a way to "Copy to Database" when you are trying to move a Thread to a Database. In addition, is a way to "move" content? So I don't loose the link pointer and don't break the SEO? Cheers, Ibai
Meddysong Posted November 22, 2020 Posted November 22, 2020 (edited) Unfortunately not with Databases, no, because each one can have custom fields, so things would break if a record from A were moved to B. If you're comfortable with SQL, then you could insert a record's details (everything except for the fields) into the relevant database table, and then remove it from the original. But there isn't a built-in solution, I'm afraid. Edited November 22, 2020 by Meddysong
Ibai Posted November 22, 2020 Author Posted November 22, 2020 @Meddysong, why then can we "Copy" a thread from the forum? Same feature would be great...
Morrigan Posted November 22, 2020 Posted November 22, 2020 Because Forums only have two fields. "Title" and "Content" and you can fill in the rest when you copy. Unfortunately there is no surefire way to go from one custom field to another. IPS wouldn't know which ones to copy where and you'd get all sorts of out of alignment content. Daniel F 1
CoffeeCake Posted November 22, 2020 Posted November 22, 2020 It's possible that IPS could add such an ETL feature, that would allow you to map columns. This does not exist however. Good feature suggestion. Ibai 1
Ibai Posted November 22, 2020 Author Posted November 22, 2020 3 hours ago, Morrigan said: Because Forums only have two fields. "Title" and "Content" and you can fill in the rest when you copy. Unfortunately there is no surefire way to go from one custom field to another. IPS wouldn't know which ones to copy where and you'd get all sorts of out of alignment content. Hmmm I guess every database record (or most) has a title and description inputs. Same as a thread Copy does, it could copy just the title and text and then leave the rest of the inputs empty. 🤔
Morrigan Posted November 22, 2020 Posted November 22, 2020 1 hour ago, Ibai said: Hmmm I guess every database record (or most) has a title and description inputs. Same as a thread Copy does, it could copy just the title and text and then leave the rest of the inputs empty. 🤔 You should SEE my databases: And that's just one of the four tabs..... We all have different needs and wants for pages. You may need to think of why you need to copy something from one database to another to figure out why you want such a feature. For example, I use database relationship fields to pull information from one database to another without copying it. Meddysong and Ibai 2
Recommended Posts