Hello!

So this is my first post in this forum and i hope it will answer my question.

Im wondering if there is a way, or a module, that lets me create a journal for my social networking site.
In user own page there will be a feature where you can fill out a "diary" or "journal", where you will log your latest hunt.

for example if you shot an 800 pound moose you should be able to log it something like this:

RACE WEIGHT RIFLE LOCATION LENGTH
Moose 800 Winston Ohio 225 cm

Is there a way to do add this? It should also be visible to other users (if they choose to)

Thanks in advance and i hope you guys can help me! :)

Best regards Jimmy

Comments

duckzland’s picture

You can add new fields for user entity from admin/config/people/accounts/fields and define all the custom field that you want your user to fill in.

If you install field permission module then you can define which field is visible to which user roles.

--------------------------------------------------------------------------------------------------------
if you can use drupal why use others?
VicTheme.com

vm’s picture

I'd generate a hunt content type (since users can have multiple).
I'd then use the views.module to generate a list to display the hunts

Jimmygg’s picture

Thanks for your answers! I think i will go for the hunt content with a view. Very new to drupal and still learning the basics so this will come handy in a couple of weeks =)