i dont want lose thease topic_desc dates...
please, how it could do this?
thanks.

MvsB wrote:can any begin a converter (or say me any other way) that export the dates (topic_desc colum in phpbb_topics table) of this phpBB2 mod Topic Description MOD 1.0.5 to phpBB3 gold?
i dont want lose thease topic_desc dates...![]()
please, how it could do this?![]()
thanks.


D¡cky wrote:To keep phpBB2 Topic Descriptions when you convert to phpBB3:Now the Topic Descriptions will be carried over from phpBB2 to phpBB3.
- Add Multiple Descriptions 0.3.2 to 0.3.3 phpBB3 before you convert
- OPEN install/convertors/convert_phpbb20.php
- FIND
- Code: Select all
array('topic_title', 'topics.topic_title', 'phpbb_set_encoding'),- AFTER, ADD
If you did the change suggested above by dzodzuyengood,
- Code: Select all
array('topic_description', 'topics.topic_desc', 'phpbb_set_encoding'),you will have to add instead
- Code: Select all
ALTER TABLE `phpbb_topics` CHANGE `topic_desc` `topic_description` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'default'
- Code: Select all
array('topic_description', 'topics.topic_description', 'phpbb_set_encoding'),


Return to MOD, MODX - MOD Developer Tools and Converters
Users browsing this forum: No registered users and 1 guest