Hi can someone please tell me how you add Profile info to the sidebar?
I have tried everything i can think of
I have
*edited sidebar template file
*added entry in the profile section of database
*added profile variables to multiple source files. models/profile.rb controllers/profiles_controller.rb and others.
Hi there,
I recommend you read the āgetting startedā tutorials series for new community members: Tutorials - The diaspora* Project
How to enter profile information is covered in part 1: āsigning upā, under āregistrationā. Thereās also a section on how to manage your account information in part 7.
The technical people will, I think, tell you that you should never manually alter the database or other files in this way.
I hope that helps.
If itās any use, it looks as though the display of profile fields is handled in app/views/profiles/_edit_private.haml
What youād need to change to save info to the database and make these new field function, however, I couldnāt say. Someone else will be able to, though.
You canāt do that. Fields of your profile are hardcoded in the federation protocol. Even if you add some in your pod, they wonāt be shown to other people in other pod. The protocol would need to be extended for this. But you can simply use the ābioā generic field of your profile, there are 65535 characters available here, that should be enoughā¦