hi,all
I have 3 the problem concerning layout toward everyone to ask, thanking!
1.The display problem of latest image
The image node will be the main node of my website, this problem to me very important.
I'll output thumbnail and article title list with image module and views module.
Problem BE:
If submit an article ,the article had no pictures, The Latest images block don't display nothingness, how make to submit an article without picture, let Latest images block can display an thumbnail image of article which has picture in a term ( In before submit of the article )?
To clarify by an example :
1. views module + image module ----->display Latest image of Term A.
2. The Term A already had three articles:
a_3 (no picture)
a_2 (no picture)
a_1 (Have a picture)
3.Now,I submit a new article(a_4), the article had no pictures, Latest image block has no thumbnail display.
4.Hope display thumbnail of a_1 at Latest image block.
2.Display a List View of thumbnail with 2 column
I use Views module and Image module to create a term page of image_node , the views-list-image_list.tpl.php and "function phptemplate_views_view_list_image_list() " of template.php was generated by the views theming wizard,views template to output 1 column of a view.
How do 2 column display?