The Arcive of vBulletin Modifications Site. |
|
Recent Posts Addon Details »»
|
|||||||||||||||||||||||||
Display recent posts on your page ( same like blog )
Live Demo: http://www.integeeks.com/ Add this code to any template that you want to display recent posts Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat">
Recent Posts
</td>
</tr>
<tr>
<td class="alt1" style="text-align:justify">
<script type="text/javascript" src="external.php?type=js"></script> <script language="" type="text/javascript"> <!--
for (var x in threads)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"buttons/recentpost.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />");
}
//--> </script> </td>
</tr>
</table>
Hope you like it don't forget to upload the images into ( images/button )Click install for update Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
demo doesn't work. thanks though.
|
|
#3
|
|||
|
|||
|
Can't seem to get this to work. Saw it working on your site last night, weird.
|
|
#4
|
|||
|
|||
|
Quote:
go to vbulletin option ---> External Data Provider --> Enable External Javascript --> yes |
|
#5
|
|||
|
|||
|
Just tried that and it still isn't working. Not sure what the deal is but it doesn't seem to be pulling anything.
|
|
#6
|
|||
|
|||
|
I have TFSEO url rewrites, how would I enable it to follow the url of my rewrites? a 301 redirect?
site is: RadarDetectorReview.Net can see it at the bottom |
|
#7
|
|||
|
|||
|
Cool dude!
|
![]() |
|
|