import export permalinks ?
5 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: March 6, 2018 (RSS)
By Twocans - January 12, 2018
Hi yea,
Just wondering, is it possible to import export from the permalinks using the import export add-ons.
cheers
Kenny
By Dave - January 16, 2018
Hi Kenny,
Yes, you could just go to: Plugins > Permalinks > Permalinks DB
and then in the bottom left: Advanced Commands > Export as CSV
However, depending on what you're trying to do it might be easier to just backup and restore that specific table (_permalinks) from: Admin > Backup & Restore
Hope that helps!
interactivetools.com
By Twocans - March 2, 2018
Hi
I am trying to import a csv into the permalinks table, but when I am using the import csv plugin, I see it requests a csv file which I have but then it gives me the option of choosing a target table. The permalinks table is not listed in the listmenu.
Is there a tweak I can do for it to appear. cheers.
Kenny
By Dave - March 5, 2018
Hi Kenny,
Hmm, yea it looks like CSV Import ignores "internal/private" tables (which we indicate by starting the tablename with an underscore _).
So it doesn't support that, but if you want to modify the code you can open /plugins/csvImport/csvImport_functions.php and comment out this line:
// if ($tablename[0] == '_') { continue; }
Hope that helps!
interactivetools.com