View Full Version : Latest posts
TheInsaneManiac
02-19-2009, 02:03 AM
I want the most recent posts to show up in my forum statistics. How can I do this?
vbplusme
02-19-2009, 02:09 AM
I use the cyb_advanced_statistics, works great for that and a lot more...
TheInsaneManiac
02-19-2009, 02:26 AM
I use the cyb_advanced_statistics, works great for that and a lot more...
I just want the latest posts though. Like where it says newest member below it I want to display Latest posts:
Nothing too advanced or server extensive.
--------------- Added 1235018994 at 1235018994 ---------------
Ok so I found some code and edited it to make it work, but it adds an extra space and ,. How can I remove it?
<script type="text/javascript" src="external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>, ");
}
//-->
</script>
If anyone knows a better way let me know.
Dismounted
02-19-2009, 04:10 AM
Have you searched for modifications? I searched "latest posts forumhome" (All Mods, Titles Only), and it came up with a useful result.
TheInsaneManiac
02-19-2009, 09:28 PM
Have you searched for modifications? I searched "latest posts forumhome" (All Mods, Titles Only), and it came up with a useful result.
It's huge and takes up too much space. I've already tried it.
testbot
02-25-2009, 04:23 PM
i tried to use cyb but now i'm tryint to echo those stats to my main site home page. it's very breif while talking about it in the thread and info.txt file so maybe someone on here can help.
example..
cforumstat.php =
<?php
define('THIS_SCRIPT', 'cforumstats');
require_once('./global.php');
echo $cybtopstats;
?>
any ideas?! THANKS!!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.