Friendlist stuff in my block

freighthouse - July 24, 2009 - 00:32
Project:Invite
Version:6.x-2.0-alpha1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

#1

freighthouse - July 26, 2009 - 05:05

anyone?

#2

shenagarg - September 10, 2009 - 11:41

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

 
 

Drupal is a registered trademark of Dries Buytaert.