Quote:
Today at 03:54 PM TheComputerGuy said this in Post #12
Do ya think their would be anyway to take like the 5 newest ones and put those on a like the front page of vB Home?
But thank you so much for this hack, this rocks!!!
|
Very easy. 2 Ways you can do this
1. Use an include, and include the top5new full url using something like
Code:
include("http://domain.com/links.php?action=whatever4top5new");
2. Check how it is taken in the top5new action and copy the code put it into a new file, and make sure you can access global.php and functions.php and include it to your site, but I am guessing if you want to put it into your site you will have to do code modifications because i am sure you do not want the Links Directory Layout showing up on your front page

If you do want the links dir page then use the 1st way.