Jump to content

Load dynamicly URLs in a "wrapper" in Joomla


toloekka

Recommended Posts

Hi.

 

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:

http://localhost/~2ms/FFS-VPS/index.php?option=com_wrapper&view=wrapper&Itemid=148

The URLs of the recent topics are always changing (dynamicly).

 

In a php file called "recentTopics.php" we have this php:

<?php require("/Users/2ms/Sites/FFS-VPS/latin1/SSI.php"); ?> 

<?php ssi_recentTopics(10); ?>

The first php script  points to the SSI.php file in the SMF directory and the second pic up the 10 recent topics and shows those in a module pointing to the "recentTopics.php file in Joomla.

 

Hope someone can help.

 

toloekka  :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.