A few questions:

1.) My user's avatars appear in the 'faces' tab. Since the images are large, how can I have them resized to 100x100 in the view? The pic is being uploaded via the image module.

2.) How do I change 'faces' to something else?

3.) I'd like to have fields from the profile automatically appear in the view. How do I do this?

The module is great, I'm using it on a community site so I need these things done automatically! Can you help me in discovering how? Thanks!

Corey

Comments

MartinSfromB’s picture

1) The 'faces' tab is not part of og_teampage, it's og module itself. Use css to resize the images!

2) Use locale module to localize 'faces' string!

3) In which view you need the fields shown? In 'faces' by og or in the teamtable-view with og_teampage at group homepage or with filter?

MartinSfromB’s picture

Status: Active » Closed (fixed)

I see no need to discuss anymore?

khorby’s picture

Status: Closed (fixed) » Active

Hi there,
My apologies, I checked for a few days and didn't see a response. I've resolved most issues except for this one. In the OG module, on the VIEW tab, I see a list of users. The group managers can 'unsubscribe' or 'create'. I'd like to add more information to this, for example...user location, age and possibly some other information. And possibly add pages, so I can limit the list to 20 members. It's a great module, it would be cool if this is possible!

khorby

MartinSfromB’s picture

Status: Active » Closed (fixed)

To add more information you can use my og_teampage module. In the 'administer team table view' tab you can add all information you want to the group member in the description field.
Other questions are related to og module itself I think and here is not the right place for discussions about og!
Don't know if a pager in og_teampage-table is nessesary because my module is for presentation of small groups like staff or sporting teams. But I can think about it.
If you need a pager to the 'faces' tab of og, please use the issue tracker of OG!

mblazke’s picture

Hi MartinSfromB,
your og_tempage module is fine, but I need a little help - I've set username.tpl.php to show user_profile.firstname & surname instead of user.loginname (inspired by http://drupal.org/node/64248). It works site-wide - also with your Team Table View.

Is there any how-to for "Show teamtable on group home page?" - actually it shows loginnames only.
(Yes, I can manually write simple PHP code in the Description field to obtain user_profile values, but
- loginname is still written in the teamtable on group home page :-(
- as my OG & OG-members grows, it is inconvenient to maintain this by hand ;-)

Thanks in advance,
Michal