Page 1 of 1
Recent Topics layout

Posted:
Sun Sep 13, 2009 2:19 am
Author: dungeon
Hi
Is it possible to make on IM 41 the same Recent Topics layout like IM3
Ik like the box on the portal.php it gives a lot of info like, topic posting in forum ......
Greetz Dungeon
Re: Recent Topics layout

Posted:
Sun Sep 13, 2009 2:21 pm
Author: .QUACK.Major.Pain
I think someone would have to write a new block to work like im3.
Unless there is an add-on you could use.
Re: Recent Topics layout

Posted:
Sun Sep 13, 2009 4:53 pm
Author: Helter
this is the best you can do with the current code
- Code: Select all
<table><tr> <td> <tr> <td><h3>{L_APPROVE_ADMIN_TOPICS_TITLE}</h3></td> <td><h3>{L_POSTER}</h3></td> <td><h3>{L_TIME} {L_POSTED}</h3></td> <tr> </td></tr><tr> <BEGIN><marquee><BEGIN> <td><span> <tr> <td><img> <a><b>{scroll.recent_topic_row.L_TITLE}</b></a></td> <td><a>{scroll.recent_topic_row.S_POSTER}</a></td> <td>{scroll.recent_topic_row.S_POSTTIME}</td> </tr></td><END></marquee><END> <BEGIN><BEGIN> <td><span> <tr> <td><img> <a><b>{static.recent_topic_row.L_TITLE}</b></a></td> <td><a>{static.recent_topic_row.S_POSTER}</a></td> <td>{static.recent_topic_row.S_POSTTIME}</td> </tr></td><END><END> </tr></table>
Re: Recent Topics layout

Posted:
Mon Sep 14, 2009 6:27 am
Author: dungeon
Oke thanks i try,
But what is the file name where i can put the code <img>
Dungeon
Re: Recent Topics layout

Posted:
Mon Sep 14, 2009 8:00 am
Author: Helter
it goes in templates/TEMPLATE NAME/blockes/recent_topics_block.tpl