from 2.13.1 to latest.Which version did you upgrade from and to?
Can you run this query and choose full texts and paste the output?
CREATE TABLE `cta_ft_featured_threads` ( `thread_id` int(10) unsigned NOT NULL, `featured_title` varchar(250) NOT NULL, `featured_message` mediumtext NOT NULL, `featured_date` int(10) unsigned NOT NULL DEFAULT '0', `featured_expiry` int(10) unsigned NOT NULL, `featured_by_user_id` int(10) unsigned NOT NULL, `featured_icon_date` int(10) unsigned NOT NULL DEFAULT '0', `featured_background_date` int(10) unsigned NOT NULL DEFAULT '0', `featured_slider_background_date` int(10) unsigned NOT NULL DEFAULT '0', `featured_automatically` tinyint(3) unsigned NOT NULL DEFAULT '0', `display` tinyint(3) unsigned NOT NULL DEFAULT '0', `avatar_icon` tinyint(3) unsigned NOT NULL DEFAULT '0', `slider` tinyint(3) unsigned NOT NULL DEFAULT '0', `slider_date` int(10) unsigned NOT NULL DEFAULT '0', `dismissible` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`thread_id`), KEY `featured_by_user_id` (`featured_by_user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
See this response from Brogan to the same question previously.The content still doesnt display fully. Only on the featured thread page does it display fully.
Yes, you can change the size in Style Properties - you can make them a fixed height or dynamic.
Copy how it is done for the page for the thread content and thread text if you want them dynamic.
We use essential cookies to make this site work, and optional cookies to enhance your experience.