Hello This is Bharath, i have my phpbb forum by name 'Click2Down' which needs a php module that can display latest topics in the horizontal scrolling form. Plz help me in this regard, Thanks in advance www[dot]click2down[dot]tk
You can use: http://www.phpbb.com/customise/db/mod/nv_recent_topics/ and edit the HTML to make it into a form.
Hello Bapinder, Thanks for your help. Can u please guide me, how to utilise that mod, So that it display the topics in scroll form rather than static one. Plz help. Looking forward to more suggestions & guidelines
Add this befoe all the mod's HTML: <div style="height:250px;overflow:scroll;"> Code (markup): You can change the height to anything you want. Then add </div> after all the mod's HTML.