We have a Joomla Site with a SMF forum (Simple Machine Forum). And with php, we load the 10 recent topics in a module in Joomla.
So when someone click the URLs from the 10 recent topics clicked, we hope that those URLs will open in the "wrapper" in Joomla
The "wrapper" constantly have this URL:
The URLs of the recent topics are always changing (dynamicly).
In a php file called "recentTopics.php" we have this php:
Code: Select all
<?php require("/Users/2ms/Sites/FFS-VPS/latin1/SSI.php"); ?>
<?php ssi_recentTopics(10); ?>Hope someone can help.
toloekka