Hi,
I really like this hack/addon, but I have a request for a new feature. I use coranto (new version of newspro) right now and it has an option to display a dividing table after a new day starts. You can see that at
www.cscentral.com Here is how it looks in the code:
PHP Code:
<If: Sub: isNewDate>
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD ROWSPAN=3 width="206"> <IMG SRC="http://cscentral.barrysworld.com/images/devider_01.gif" WIDTH=206 HEIGHT=48></TD>
<TD background="http://cscentral.barrysworld.com/images/devider_02.gif"> <IMG SRC="http://cscentral.barrysworld.com/images/devider_02.gif" WIDTH=10 HEIGHT=21 align="right">
</TD>
<TD ROWSPAN=3 width="44"> <IMG SRC="http://cscentral.barrysworld.com/images/devider_04.gif" WIDTH=44 HEIGHT=48></TD>
</TR>
<TR>
<TD background="http://cscentral.barrysworld.com/images/devider_05.gif" height="25">
<div align="right"><font color="A7A7A5" size="4"><b><Field: Day> <Field: Month_Name> <Field: Year> </b></font></div>
</TD>
</TR>
<TR>
<TD HEIGHT=2 background="http://cscentral.barrysworld.com/images/devider_07.gif"> <IMG SRC="http://cscentral.barrysworld.com/images/devider_07.gif" WIDTH=10 HEIGHT=2></TD>
</TR>
</TABLE>
</If>
edit: I have thought of another feature, maybe edit the format of the news date, e.g. just the date and time instead of the day, since when you have a daily devider table you dont need the date to be displayed.
Would it be possible to implement this in pluhnews?
Thanks,
Sebastian