Virtualei Posted August 12, 2012 Report Posted August 12, 2012 Hi all, Can anyone help me. I would like a code to display this on my frontpage http://www.caalair.com/core/modules/forum/latestpost.php Thanks in advance Alan Quote
Sava Posted August 12, 2012 Report Posted August 12, 2012 Normally you can include .php files by using <?php include('path/to/file.php'); ?> I believe it will work here. EDIT: Just read what you were asking again. I believe this isn't what you want. Quote
Moderators Parkho Posted August 13, 2012 Moderators Report Posted August 13, 2012 Do you need a forum link in your front page? The link you gave is a log in page for a forum for Caal Airways. Using the default skin, add this code to your core/templates/core_navigation.php: <li><a href="http://www.forumname.com">Forum Name</a></li> Add this after this line: // Show these items only if they are logged in Remember that this will add a link button to your navigation bar meaning when a visitor clicks on it it will take them to a forum website. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.