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
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
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>» <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