Latest thread to latest posts

Kochi

New Member
Hey all,

I'm wondering the following thing.
On my forum home it shows the Latest threads, but
instead of that I want to have the latest posts.
With a small text and read more option.

I got here the code for the Latest threads
Code:
		<div>
			<script type="text/javascript" src="external.php?type=js"></script> 
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<strong>&raquo;&nbsp<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a></strong><br />(Posted By: "+threads[x].poster+")<br /><br />");

How do i transform it into what I want to have.
My excuses if this has been asked already, I couldn't find it anywhere.
Not even with the search.....

Anyway as i said I want it to show the latest posts and a short text of what the posts consist.
It would be perfect if it would say read more and in what thread it is post.
I hope it's possible.

Thanks in advance,
Kochi
 
Kochi said:
I want it to show the latest posts and a short text of what the posts consist.
It would be perfect if it would say read more and in what thread it is post.
I hope it's possible.

I join my vote with you , I am searching now for the same request .
If We found out the right way , why don't we share the results !
I will search and wait at te same time , with high hope of help from Hoxy and his nice mates .
Regards
Mishlimited
 
I tried those two hacks with some mod to have what we need above
Code:
http://www.vbteam.info/trash/1885-2-hacks-new-post.html
{/code]
Try this page and try to help me with wrap the lines if some members posts a long line with no space break inside , it causes the board expands so large
regards and waiting help
Mishlimited
 
Back
Top