The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

RSS feed reader at ukwebmesterworld.com

B

Bagi Zoltán

Guest
It is possible that I should write my question in pm, but I hope it can be useful all of us.

Temi, I'm really interested how do you display the rss feed of the forum at your different sites. Yesterday I tried to find the solution for this, but I was not very succesfull. I tried several free scripts none of them was suitable for me because of their iframe based solution.

Can you tell me how do you do this?
 
Bagi,
Its just a simple code/script... my webmaster ; Misi created it, he should be online in about 2 hours, I will ask him to post the script here or email it to you.
 
Szia Zoli,

If you like to display our forum last 15 threads on any of your website, you just need to add the below code ... anywhre where you like to output:

<script language="JavaScript" type="text/JavaScript" src="<A href="http://forums.ukwebmasterworld.com/external.php?type=js"></script">http://forums.ukwebmasterworld.com/external.php?type=js"></script>
<b>Last 15 Threads :</b><br><table width="60%">
<script type="text/javascript">
<!--
var max = 15;
if(threads.length < max)
max = threads.length;
for(i = 0; i < max; i++)
{
if (threads.title.length > 50)
{ threads.title = threads.title.substring(0, 50) + '...'; }
document.writeln("<tr><td><a href=\"http://forums.ukwebmasterworld.com/showthread.php?t=" + threads.threadid + "\">" + threads.title + "<\/a> <\/td><td><small> : (by " + threads.poster + ")<\/small><\/td><td> : <small>" + threads.threaddate + "<\/small><\/td><\/tr>");
}
//-->
</script>

If you will like to format/apply design to this code ... just write your request on this forum and I will be happy to assist you.

Misi
 
Thank you Misi! You oblige me by sending this java code. I hope I will fit it my design easily. (I hope) :D

Zoli
 
Don't you have to define "threads" first somewhere? I do not know much about Javascript, but I thought you have to define it first?

lala
 
I could be wrong but I think what Bagi is after is just the script (that is not iframe based) and he can then hack it to pull info from parts of his website and display it at his blog or vice versa
 
banners
Back