Hi all
I'm using SMF 2.0.18
PHP 7.0
I was looking at the smf_members table today and did a compare with a previous version and I noticed that there was a difference in the columns. The code below shows the columns that I mean.
`facebook` varchar(45) NOT NULL DEFAULT '',
`twitter` varchar(45) NOT NULL DEFAULT '',
`googleplus` varchar(45) NOT NULL DEFAULT '',
`linkedin` varchar(45) NOT NULL DEFAULT '',
`youtube` varchar(45) NOT NULL DEFAULT '',
`myspace` varchar(45) NOT NULL DEFAULT '',
`github` varchar(45) NOT NULL DEFAULT '',
`vk` varchar(45) NOT NULL DEFAULT '',
`spring` varchar(45) NOT NULL DEFAULT '',
`fquick` varchar(45) NOT NULL DEFAULT '',
I have now found where they came from. At some stage I installed 'Add Social Media Icons to Profiles v1.2.0'
I don't have that mod installed now so can I remove the columns from the table without causing any serious issues?
Thanks for any replies