The CSS for the controls is in the cta_featuredthreads_slider.css template.
UPDATE xf_thread SET cta_ft_featured = 0 WHERE thread_id = x
Select 'Thread only'.
If it's not working then test in a default style with add-ons disabled.
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',
`display` tinyint(3) unsigned NOT NULL DEFAULT '0',
`display_poll` tinyint(3) unsigned NOT NULL DEFAULT '1',
`avatar_icon` tinyint(3) unsigned NOT NULL DEFAULT '0',
`default_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
Oh hang on, I may be confusing you with someone else.
The other thing to check for would be outdated templates.
OK that will take me a few days (as my house is currently falling down and being rebuilt) . Meanwhile I'm happy to give you admin access on the live site if you want to have a look.If you can provide an ACP log in I can take a look.
I will need to mess around with the style and various settings and possibly run debug code, so ideally it should be done on a test site.
We use essential cookies to make this site work, and optional cookies to enhance your experience.