I recently tried the friendlist module on my site. I have been using the invite module and had an invite block active on my site. The friendlist module added some stuff to my block giving the option to specify if the person I was inviting was a friend or fan (my designated relationship types). I have since decided not to use the friendlist module so I uninstalled it; now the relationship types options are still there and I need to get rid of them. I tried backing up my database - excluding the friendlist tables, and then restored my db from the new (friendlist table excluded db) thinking that would solve the issue. It did not work. does anyone know how I can get around this and eliminate the friendlist stuff from my block?

you can find the block here: www.dentistryart.com/about

Thanks.

Comments

jmcerda’s picture

anyone?

shenagarg’s picture

I have never used friendlist module. But just looking at the problem you described i have a suggestion.

Why don't you do this by changing the table using sql query to delete particular columns from the table from you want to get rid of?
You can easily use sql query
ALTER TABLE

DROP COLUMN ;

It might be useful. Try it out

ryan osītis’s picture

Version: 6.x-2.0-alpha1 » master
Issue summary: View changes
Status: Active » Closed (outdated)