Hi Bob, to start with, I only need some of the features like user management, > friending > others, etc but not forum, blogs, etc. How easy is it to disable the > features I don't need now and add them in later?
Depends on how 'disabled' you want them. You can easily just remove links to those features from the UI. For example, if you don't want people to use blogs, just remove the 'manage my blog' link from wherever it appears, and remove links to the blog from the navigation. However, there's no real way to remove a feature by configuration (you can't just tell CE to not implement blogs). > Also, I need to add > custom code to the user profile page right off the bat to allow user > to specify their other various social network profile URLs. > This is pretty simple. You'd just add a migration to add those fields to the users table, and then override the users/edit.html.haml template to add those input fields to the update user profile form. Good luck, Bruno Bornsztein Curbly, LLC > Thanks in advance for any help. > > Bob > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
