Will there be an export/import tool made available for Xenforo 2.1?
Does it work for Post ratings as swell?![]()
[TH] Reactions Plus [Deleted]
ThemeHouse submitted a new resource: [TH] Reactions Plus - More ways to use reactions Reactions Plus If you want to get more out... Read more about this resource...xenforo.com
This has an importer for Post Reactions 1.5.
Yes, it clearly states that in the resource description.Does it work for Post ratings as swell?
Alright, even if I don´t plan to use Reaction Plus och any add-on like that in 2.1, it will still work? I will get some of the info in Post ratings translated to Xenforo's native reaction system?Yes, it clearly states that in the resource description.
Perfect! This is the single item that has been holding be back from upgrading to 2.1. I will make a few test upgrades first to see how the importer is working.Yes. You could install the add-on, import the data and uninstall the add-on again, if you so choose.
What's the preferred upgrade path to preserve the reactions? Do I just disable Post ratings in my current Xenforo 1.5 platform before doing the upgrade? For all other add-ons I disable and uninstall them before doing the upgrade.Yes, it clearly states that in the resource description.
All the 1.5 add-ons will be disabled when you upgrade to XF2. You need to leave post ratings installed in order to be able to retain the data. For the other add-ons, keep them installed if you plan on updating them after you upgrade to XF2, otherwise uninstall them do it doesn't leave orphaned data in your database.What's the preferred upgrade path to preserve the reactions? Do I just disable Post ratings in my current Xenforo 1.5 platform before doing the upgrade? For all other add-ons I disable and uninstall them before doing the upgrade.
Thanks for clarifying this. And the import tool in Reactions plus will automatically detect the post ratings table in the database when going through those steps? And once the import is done, Post Ratings and Reactions Plus may be uninstalled?All the 1.5 add-ons will be disabled when you upgrade to XF2. You need to leave post ratings installed in order to be able to retain the data. For the other add-ons, keep them installed if you plan on updating them after you upgrade to XF2, otherwise uninstall them do it doesn't leave orphaned data in your database.
Not automatically, you can run the importer for Reactions Plus from your Admin CP. This will convert "Post Ratings" to XF Reactions. After that, you can uninstall both add-ons.And the import tool in Reactions plus will automatically detect the post ratings table in the database when going through those steps? And once the import is done, Post Ratings and Reactions Plus may be uninstalled?
You will need to manually import the data, under Tools -> Import external data. I'm not sure if it'll delete the tables. After the import is done, you should be able to uninstall both. If the tables remain after running Post Ratings, you can run these queries to get rid of them.Thanks for clarifying this. And the import tool in Reactions plus will automatically detect the post ratings table in the database when going through those steps? And once the import is done, Post Ratings and Reactions Plus may be uninstalled?
drop table if exists dark_postrating;
drop table if exists dark_postrating_count;
drop table if exists dark_postrating_post_cache;
drop table if exists dark_postrating_ratings;
drop table if exists <importer log table name>;
It will not, you've got to delete them manually.I'm not sure if it'll delete the tables
join_cache_level=0 in a mysql configuration file and at runtime by running set global join_cache_level=0;catastrophically bad performance
We use essential cookies to make this site work, and optional cookies to enhance your experience.