Topic: Full story doesn't work and Comments

Hy there

I am new to cutenews and did everything it said, it does work exept that if i have 2 catigorys it just wont show me the whole news, i did what it said here.
https://cutephp.com/forum/index.php?showtopic=32860

but that didnt change anything, and i cant Comment either or Read Comments

http://ayakayuki.bplaced.net/index.php <--- my HP (not finished yet)

Using cutenews.1.4.7

please help

2 (edited by 2012-02-25 13:13:40)

Re: Full story doesn't work and Comments

Juhuu got it, i knew this couldnt be so hard https://cutephp.com/forum/style_emoticons/default/wink.gif

This is the code i used to get it to work

<?PHP
if($_POST['do'] == "search" or $_GET['dosearch'] == "yes"){ $subaction = "search"; $dosearch = "yes"; include("/users/ayakayuki/www/cutenews/search.php"); }
elseif($_GET['do'] == "archives"){ include("/users/ayakayuki/www/cutenews/show_archives.php"); }
else{ include("/users/ayakayuki/www/cutenews/show_news.php"); }
?>

Re: Full story doesn't work and Comments

it was

<?PHP
$static = TRUE;
$category = "1,2,3,4,5";
$number = "5";
include("/users/ayakayuki/www/cutenews/show_news.php");
?>
<?PHP

4 (edited by 2012-02-25 14:40:26)

Re: Full story doesn't work and Comments

and do you know what $static does?
If the answer is no, please consider looking it up in the faq, or not using any parameter of which you don't know what it does.

Re: Full story doesn't work and Comments

With 1) You may need a margin to stop the text appearing directly next to the avatar.
I use:

<span style="float: left; margin: 10;">{avatar} </span>