2
Nice looking theme.
If your looking at merging the data of the 2 modules, you should find that both modules created very similar tables, in fact the only difference will be the names.
Off the top of my head you are looking for the tables called:
Stories
Stories2
Topics
Topics2
The xxx2 tables are for News2, and the others are for the standard news module.
I would back up the database, then using your favourite MySQL editor/application I would open the above tables, copy everything from the xxx2 tables to their standard couterparts.
save and check the page to make sure they all appear under the standard module. The communication between the database and the webserver should continue to organise the data by date value. (and all members will still have the correct counts for poetry they have submitted.)
If when you check the site, all data is in the
Main Poetry Library then proceed with the upgrade from news 1.2 to 1.3.11 following the instructions supplied in the 1.3.11 file that you download from this site.
Basically the tables in News and News2 are just called deffent names so that the database can treat them as seperate entities, the data that is storred is in the same format and order in both of them.
Dave