Saturday 25 June 2005 4:47:00 am
Hello,
I would like to create a folder containing article lists in table format, similar to this forum layout.
Each row containing columns with article title, intro and read more links. I read the full/folder.tpl, full/forum.tpl, line/article.tpl , stylesheets/classes.css , stylesheets/t2.css
http://ez.no/ez_publish/documentation/reference/template_functions/gui/node_view_gui
http://ez.no/ez_publish/documentation/reference/template_functions/program_flow/section
http://ez.no/ez_publish/documentation/customization/custom_design/override_templates
http://ez.no/community/articles/build_table_less_css_layouts_with_ez_publish I "guess" that will have to modify the full/article.tpl at this part:
<div class="content-view-children">
{section var=child loop=$list_items sequence=array(bglight,bgdark)}
{node_view_gui view=line content_node=$child}
{/section}
</div>
to incorporate a new modified line/article.tpl, like the full/forum.tpl did.
Instead of incorporating the template, is there a way to still use node_view_gui (maybe creating a new view method "table") to render a table with columns and alternating background colors rows
As far I can read, the default templates did not use the sequence=array(bglight, bgdark).
Any suggestions or url to read?
Thanks. Andre Felipe
---
A Debian user never dies. Issues a last command:
shutdown -h now
http://www.techforce.com.br
|