Re: latest posts help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Michael Simiyu" <simiyu.michael@xxxxxxxxx> wrote:

>hello , am working on showing the last 3 posts showed on a message  
>board ( bitweaver ) and i would like to know what to add on the below  
>line of code to show the last 3 this is what i have that shows the  
>last post
>
>Code:
><a href="{$board.last.url}" title="{$board.last.title| 
>default:"Post..."}">{$board.last.title|default:"Post..."|truncate:40}</
>
>a>
>
>
>what should i add to the code above to pull the last 3 posts so i  
>could have it like this... (the code below just shows the latest in a  
>list format )
>
>Code:
>{if !empty($board.last)}
>&raquo;&nbsp;<a href="{$board.last.url}" title="{$board.last.title| 
>default:"Post..."}">{$board.last.title|default:"Post..."|truncate:40}</
>
>a>
>                <br/>
>             &raquo;&nbsp;<a href="{$board.last.url}"  
>title="{$board.last.title|default:"Post..."}">{$board.last.title| 
>default:"Post..."|truncate:40}</a>
>                <br/>
>             &raquo;&nbsp;<a href="{$board.last.url}"  
>title="{$board.last.title|default:"Post..."}">{$board.last.title| 
>default:"Post..."|truncate:40}</a>
>                <br/>
>                     {/if}
>
>
>
>Best Regards
>Michael S.

This is a php list, so we can only really answer questions about php. That code looks like a smarty template (although correct me if I'm wrong) while smarty is written in php, they are not the same thing.


Thanks
Ash
http://www.ashleysheridan.co.uk
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux