PDA

View Full Version : CuteNews Help.



RyanDOT
10-04-2008, 06:01 PM
Hey i got a problem with my cutenews, i got a layout with the news section, and want all the latest news which has been submitted to be in that section straight away. But how?

+Rep for help!

Decode
10-04-2008, 06:03 PM
On the add news page there is a drop down menu to change the section the news is submitted to.

RyanDOT
10-04-2008, 06:08 PM
What code do i put onto the body of the Frame to make the news from cutenews show.??

Decode
10-04-2008, 06:25 PM
Go to the options page, and select add news into site or something like that (its on the right hand side of the page)

NEW-START
10-04-2008, 07:03 PM
Go into your Cutenews Admin, go to 'Options' => 'Integration Wizards (News and RSS)' => 'Integrate News into your site' and follow the tutorial!

RyanDOT
11-04-2008, 10:38 AM
More help!

Whats CHMOD'd , cos they said the files in the directory arnt writable.
But they are in the directory.

rawritsluke
11-04-2008, 10:40 AM
On the file it tells you to CHMOD, click it and click PERMISSIONS. Then tick all the boxes until the numbers show as "777" ONLY on the files it tells you to.

RyanDOT
11-04-2008, 10:41 AM
Thanks!

Problem solved.

rawritsluke
11-04-2008, 10:42 AM
No problem :) Now make sure you delete search.php or you'll easily get hacked :P

RyanDOT
11-04-2008, 11:06 AM
MORE HELP!

Which code do you put into the body of the content to make it show cutenews

<?PHP
\$category = \"1\";
include(\"cutenews/show_news.php\");
?>
???

rawritsluke
11-04-2008, 11:08 AM
MORE HELP!

Which code do you put into the body of the content to make it show cutenews

<?PHP
\$category = \"1\";
include(\"cutenews/show_news.php\");
?>
???
Wherever you want the news to show, so if you have your main content box which say is named. <div id="content_middle> <?PHP
\$category = \"1\";
include(\"cutenews/show_news.php\");
?></div>

Like that :)

NEW-START
11-04-2008, 11:09 AM
MORE HELP!

Which code do you put into the body of the content to make it show cutenews

<?PHP
\$category = \"1\";
include(\"cutenews/show_news.php\");
?>
???

Put into a page like news.php which is in your iFrame (I presume you're using these):

<?php
$category=1;
$numer=NUMBER OF ARTICLES TO SHOW GOES HERE;
include("user/public_html/cutenews/show_news.php");
?>

Then add in your security stuff if you want.

RyanDOT
11-04-2008, 11:19 AM
Still not working.

Can someone do it for me?

rawritsluke
11-04-2008, 11:21 AM
Still not working.

Can someone do it for me?
If you give me cpanel access yes.

RyanDOT
11-04-2008, 11:23 AM
k

add me on msn
[email protected]

Jackboy
11-04-2008, 12:06 PM
<?php
$category=1;
$number=NUMBER OF ARTICLES TO SHOW GOES HERE;
include("cutenews/show_news.php");
?>

maybe that

rawritsluke
11-04-2008, 12:12 PM
He just forgot to rename his news pages .php :P

RyanDOT
11-04-2008, 12:14 PM
He just forgot to rename his news pages .php :P

The UK page still ain't working.

Also the latest news, i did a post and it goes off the layout.

Gotta fix it1q

rawritsluke
11-04-2008, 12:17 PM
The UK page still ain't working.

Also the latest news, i did a post and it goes off the layout.

Gotta fix it1q
www.techremix.net/uk.php works fine, must be you :P
Thats because you need to do a short story, not long story :)

Want to hide these adverts? Register an account for free!