I downloaded the DNN 8 CPT install package tonight to take it for a test drive.
First: It won't install because there is an error in the 08.00.00.SqlDataProvider script. But, it's easy to fix. Before running the installer, edit the script (it's in the Providers, DataProviders, SqlDataProviders folder and make this replacement:
[nvarchar(1000)] --> [nvarchar](1000)
Just move the trailing square bracket to the left to enclose only "nvarchar" in brackets.
Did someone really test the installer?
Second: And this is my real question ... after installing, what should I do?
I found that there is an uninstalled HTML module labelled 8, but seems to have an older description than the one that's installed.
I found the Dynamic Content Creator module. Yes, I can drop it onto a page, but what can I do with it?
The release notes say that there are new replaceable tokens for the HTML module, but I can't find a description anywhere.
I can report, though, that after making that change to the Sql script, I can install DNN 8 CPT 2. Just don't know how I can really explore it and test it. Maybe Charles' blogs will begin to make sense to me at some point ...
Suggestions welcome!