The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
Is there a hack that lets you put the most recent posts in the forum on the main page of your site?
Where can I get it? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I search too this hack
|
|
#3
|
|||
|
|||
|
I searched it in my last thread "help*_*", too.
Have nobody make one jet? |
|
#5
|
|||
|
|||
|
PHP Code:
|
|
#6
|
|||
|
|||
|
Ratorasniki, do I just copy & paste that code onto my main html page to get these Topics to show up there?
|
|
#7
|
|||
|
|||
|
Firstly thanks for the help really aprreciate it.
i tried pasting the code into my page but it generated a parse error on the line with the SQL query on it. |
|
#8
|
|||
|
|||
|
echo "<a href=\"http://www.yoursite.com/path_to_forum/showthread.php?threadid=$latest_array[threadid]\">$latest_array[title]</a><br>";
Change this and it works perfect. Thanks Ratorasniki *_* |
|
#9
|
|||
|
|||
|
$servername="****";
$dbusername="****"; $dbpassword="****"; $dbname="****"; At this instead of "require("./admin/config.php");" Zeus. |
|
#10
|
|||
|
|||
|
I tried that it still dosent work, again the error is with the SQL query statement.
I'm using php3 will that make a difference? (I have made the necessary php3 extension changes) |
![]() |
|
|