modified renders for the menu bar display:
in order to display a specific menu to each member type (admin, coordinator, friend), I needed to send the profile data in every render statement.
I build a function that sends the profile data to a specific user (the user is logged in)
update each render to send this info.
changed field in profile model:
created a new migration file because I've changes the model fields.
small modification in profile model:
modified renders for the menu bar display: in order to display a specific menu to each member type (admin, coordinator, friend), I needed to send the profile data in every render statement.
changed field in profile model: created a new migration file because I've changes the model fields.
Fixes #93 #87 #80 #78 #71