What is it then? Lol

It's simple.
Open inc/shows.inc.php or something.
Then find the [full-story] links or w/e and just add target="iframe" to the ahref.
put this straight after <title></title>
make a seperate file called headlines.php and add the following codeHTML Code:<base target="content">
where you want the updates add this php codePHP Code:<?php
$number = "5"; // This shows how many headliners you wish to display
$template = "Headlines"; // This is the template you wish to be used for your headlines
include('/home/CPANELNAME/public_html/cutenews/show_news.php'); // This is the URL of your cutenews news display
?>
now you must remember to make your index file .php or this will not work!PHP Code:<?php include('http://www.SITENAME.com/headlines.php'); ?>
Also go onto cutenews, then templates. edit the template "Headlines" to this in active news
you can edit that round if you want =]Code:<p>[link]{title}[/link]<br /> <i>{short-story} - {date}</i></p>
i would prefer to use simons as its alot simpilar unless your not using an iframe etc.put this straight after <title></title>
make a seperate file called headlines.php and add the following codeHTML Code:<base target="content">
where you want the updates add this php codePHP Code:<?php
$number = "5"; // This shows how many headliners you wish to display
$template = "Headlines"; // This is the template you wish to be used for your headlines
include('/home/CPANELNAME/public_html/cutenews/show_news.php'); // This is the URL of your cutenews news display
?>
now you must remember to make your index file .php or this will not work!PHP Code:<?php include('http://www.SITENAME.com/headlines.php'); ?>
Also go onto cutenews, then templates. edit the template "Headlines" to this in active news
you can edit that round if you want =]Code:<p>[link]{title}[/link]<br /> <i>{short-story} - {date}</i></p>
put this straight after <title></title>
make a seperate file called headlines.php and add the following codeHTML Code:<base target="content">
where you want the updates add this php codePHP Code:<?php
$number = "5"; // This shows how many headliners you wish to display
$template = "Headlines"; // This is the template you wish to be used for your headlines
include('/home/CPANELNAME/public_html/cutenews/show_news.php'); // This is the URL of your cutenews news display
?>
now you must remember to make your index file .php or this will not work!PHP Code:<?php include('http://www.SITENAME.com/headlines.php'); ?>
Also go onto cutenews, then templates. edit the template "Headlines" to this in active news
you can edit that round if you want =]Code:<p>[link]{title}[/link]<br /> <i>{short-story} - {date}</i></p>
On the <base target="content"> Do I need to change content to the name of a relevant Iframe or div ?
si. (yes)
Ok, If I do this will It show the "Linked News" as default in main content or can I still have welcome to the site blah... etc
Sorry for being noobish today![]()
Want to hide these adverts? Register an account for free!