Hi!
I would like to have different styles of News items in startpage. (The first news item would be bigger)
My problem is thet I can't find what identificates the News item to be the first in content.html.php
I think that I should search here somewhere, but I can't find it:
$row array
(first row is the first news item properties)
Code:
stdClass Object ( [id] => 13 [title] => Example News Item 2 [title_alias] => News2 [introtext] => _TEXT_ [fulltext] => _TEXT_ [state] => 1 [sectionid] => 1 [mask] => 0 [catid] => 1 [created] => 2004-07-07 11:54:06 [created_by] => 62 [created_by_alias] => [modified] => 2004-07-07 18:11:30 [modified_by] => 62 [checked_out] => 62 [checked_out_time] => 2004-10-03 13:49:13 [publish_up] => 2004-07-07 00:00:00 [publish_down] => 0000-00-00 00:00:00 [images] => IMAGES [urls] => [attribs] => [version] => 1 [parentid] => 0 [ordering] => 3 [metakey] => [metadesc] => [access] => 0 [hits] => 1 [rating] => [rating_count] => [author] => Administrator [usertype] => superadministrator [section] => The News [category] => Latest News [groups] => Public [text] => _TEXT_ )
stdClass Object ( [id] => 12 [title] => Example News Item 1 [title_alias] => News1 [introtext] => _TEXT_ [fulltext] => _TEXT_ [state] => 1 [sectionid] => 1 [mask] => 0 [catid] => 1 [created] => 2004-07-07 11:54:06 [created_by] => 62 [created_by_alias] => [modified] => 2004-07-07 18:05:05 [modified_by] => 62 [checked_out] => 00 [checked_out_time] => 0000-00-00 00:00:00 [publish_up] => 2004-07-07 00:00:00 [publish_down] => 0000-00-00 00:00:00 [images] => IMAGES [urls] => [attribs] => [version] => 1 [parentid] => 0 [ordering] => 2 [metakey] => [metadesc] => [access] => 0 [hits] => 1 [rating] => [rating_count] => [author] => Administrator [usertype] => superadministrator [section] => The News [category] => Latest News [groups] => Public [text] => _TEXT_ )
$params array
(first row is the first news item properties)
Code:
mosparameters Object ( [_params] => stdClass Object ( [leading] => 1 [intro] => 2 [link] => 1 [image] => 1 [page_title] => 0 [header] => Welcome to the Frontpage [orderby_sec] => front [print] => 0 [pdf] => 0 [email] => 0 [orderby_pri] => [columns] => 2 [pagination] => 2 [pagination_results] => 1 [description] => 1 [description_image] => 1 [back_button] => 0 [pageclass_sfx] => [intro_only] => 1 [link_titles] => 0 [author] => 1 [createdate] => 1 [modifydate] => 1 [rating] => 0 [icons] => 1 [readmore] => 1 [section] => 0 [section_link] => 0 [category] => 0 [category_link] => 0 [introtext] => 1 [item_title] => 1 [url] => 1 ) [_raw] => leading=1 intro=2 link=1 image=1 page_title=0 header=Welcome to the Frontpage orderby_sec=front print=0 pdf=0 email=0 [_path] => [_type] => component [_xmlElem] => )
mosparameters Object ( [_params] => stdClass Object ( [leading] => 1 [intro] => 2 [link] => 1 [image] => 1 [page_title] => 0 [header] => Welcome to the Frontpage [orderby_sec] => front [print] => 0 [pdf] => 0 [email] => 0 [orderby_pri] => [columns] => 2 [pagination] => 2 [pagination_results] => 1 [description] => 1 [description_image] => 1 [back_button] => 0 [pageclass_sfx] => [intro_only] => 1 [link_titles] => 0 [author] => 1 [createdate] => 1 [modifydate] => 1 [rating] => 0 [icons] => 1 [readmore] => 1 [section] => 0 [section_link] => 0 [category] => 0 [category_link] => 0 [introtext] => 1 [item_title] => 1 [url] => 1 ) [_raw] => leading=1 intro=2 link=1 image=1 page_title=0 header=Welcome to the Frontpage orderby_sec=front print=0 pdf=0 email=0 [_path] => [_type] => component [_xmlElem] => )
Thanks for help.
(sorry for my poor English)