Jump to:
| Project: | Invite |
| Version: | 6.x-2.0-alpha1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
anyone?
#2
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?
DROP COLUMN ;
You can easily use sql query
ALTER TABLE
It might be useful. Try it out