On Oct 3, 1:36 pm, Bruno Bornsztein <[email protected]>
wrote:
> 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).

Thanks Bruno, I figured it might be something like that, I'll have to
try it out and see how much it affects the page layout when I remove
links to certain features.
>
> > 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.
>
Actually I need to add 2 more tables and add 2 one-to-many
relationship between the users and those tables. I'm also kinda new to
engines, does that mean I need to copy and paste the entire CE user.rb
to <app root>/app/models/user.rb and make the changes there?
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to