Css issues with a D7 field

Hi evryone,

For the first time since it's been launch i'hv been using the new drupal 7, evrything went okas i found all the modules i used to dev with on D6 but i am now experiencing weird issues that i never seen in D6.

1st issue:

Multi blog site

The last time I’m trying to build multiuser multi blogs site. So every registered user can have his/her own blog. I try to use core blog module with enhacement Flexi blogs as I remember.
So every user can write blog post and that works. What I need is standard blogs blocks like:

Archives
Categories

Archives
When you are logged in as eg. user1 and you look for other user’s blog eg. user20 in the user20’s archive block you should see all his archives block and only them not from other users. If you look for user50’s blog in archives block you should see all her archives. I can’t get such summarization for one user.
For example
user20 has written 3 blog posts
2 in may 2011 and 1 in february 2011
so his Archive block should have
May 2011 (2)
February 2011 (1)

user50 has written 8 blog posts
4 in May 2011 and 2 in January 2011 and 2 in December 2010 so her Archive block:
May 2011 (4)
February 2011 (2)
December 2010 (2)

Categories
I would like to have one standard taxonomy dictionary with terms which all bloggers can use. But if user20 will post will posts his posts only in categories:
term1
term2
term7

only this terms should be visible in block categories, and after click I should get lists of all post from this category which are written by user20.

Override/alter the format of a view output in a template programatically

Hi

i am using Drupal 7 and i have a content type called slider image which contains a field_caption and field_slider_image. I have then created a view called slider which outputs the slider image content type and associated fields (filed_caption and field_slider_image). I have added two slider items of content into drupal both with different captions and different images.

in the slider view output i get:

field_caption
field_slider_image
field_caption
field_slider_image

Change content of a block from page callback function

I think I'm mostly just lost in the maze of hooks and functions.

I've defined a block within my module. I can set it's title and content, but how do I alter the content from with a page call back function - that is, the function the is rendering the main content of the page. I'm not quite sure how to call hook_block_view_alter from within my content generation function. Thanks.

I think the key may be with drupal_alter, but I'm not sure how to call it. Any pointers to get me in the right direction?

Thanks!

Assign text format to content type

Hi,
I switch to D7 and i cannot find this simple thing. I have several text formats and several content types. I want to assign one of text formats as default to same content type. And another text format for another content type. So i try search in setting of fields and setting of content type but i didn't find it.
How do this?

Module showing all elements

I heard about a module showing all elements you need to style, but cannot remember the name and cannot find it through the searched I tried on Google. Can you enlighten me?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x