Help - Search - Members - Calendar
Full Version: CuteNews Help..
Forums > Resource Center > Webmasters' Corner > Resolved Topics
urbangunplay
i'm using iFrames and i installed cutenews, no prob.
i'm trying to get the news to show up and i can't.
all the tutorials say rename the file to "index.php" and i did that but nothing shows up.
i tried going to cutephp.com but their site is down because they didn't pay. blink.gif

this is my page coding:
CODE
<?php include("header.php");?>
<h1>urban blogging.</h1>


This is where your content goes.
<?php include("footer.php");?>


and i have the proper stuff for the header and footer.

urban.sharpermyspace.com
ForgiveTheSinner
Did you add

<?PHP
$number = "#ofnews";
include("cutenews/show_news.php");
?>

between the header and footer?
urbangunplay
header:
CODE
<html>
<head>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
<?PHP
include("/cutenews/show_news.php");
?>
</STYLE>
</HEAD>


footer:
CODE
</BODY>
</html>



Aberisk
you have to include the news in between you header and footer in your index.php page
urbangunplay
ah, nevermind.
i found the issue.
thanks though.
highwayto4355
topic closed. if you want this reopened, just pm me.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.