News?

I use Html codes in every news into the Large story and every time i must select the option for activate this Html.
There is a way for keep activated the function?
P.S.I have CuteNews v1.5.2

I've the 1.5.2, i want to show Title and Date up/down near the category icon, like Facebook
http://s30.postimg.org/9sh4489k1/aaa.jpg
Which code i must use on the template?
Now i use this code but i see the date under the icon
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><div><big>[full-link]{category-icon}<big> {title}</big>[/full-link]</big>

{date}</div>
<div style="text-align:left; padding:3px; margin-top:3px; margin-bottom:5px"><center>{short-story}</center>

[com-link] <span style="color: #7e87a4;"><big>Commenta</big> </span>[/com-link] </font>
</div>

</div>

</div>

An Help for fix this problem?

Tried this, but not work
https://cutephp.com/forum/index.php?showtopic=42603

Anyone?

I've just tried on a website with a lot of news and this is the result
http://thumbnails107.imagebam.com/27198/31b7b8271970082.jpg
Suggestion?

Perfect, it works! Thanks  https://cutephp.com/forum/style_emoticons/default/wink.gif

I used the code (without any editing) for the News Pagination, you can see here
http://walking-dead.pswnet.com/video_index.php
But the rectangle is only on the number of the actual page

Hmm... there is a way for keep old and new posts forever?

BTW Yesterday for a test i've archived 2000 News in a Test cutenews folder. Now i see 0 in Active News and 2000 in Archives, i got a new Post and now i see 1 Active News. And is Ok. The strange thing is that in the pages i see both the new Post and the older ones like the second image example. The code in the page is:

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

This is Great, but it's normal?
P.S.The version is 1.4.5

There is a way for show the pagination numbers like this?
http://thumbnails107.imagebam.com/27075/e02c7c270744473.jpg

I have the CuteNews 1.4.5, there is a way for forcing the width and the height of the Avatar? For example i want that all the avatars will be of 200x150, if someone post an image bigger this will be forcing in 200x150.

EDIT: Just found the answer here  https://cutephp.com/forum/style_emoticons/default/tongue.gif
https://cutephp.com/forum/index.php?showtopic=42516

https://cutephp.com/forum/style_emoticons/default/blink.gif if i use this code i will see 3000 posts in one page...

Nobody?  https://cutephp.com/forum/style_emoticons/default/ohmy.gif

Hello,
i've more than 2000+ News and the news.txt file is heavy almost 10Mb, so i want to archive all the old news for refresh the news.txt and i want to post old and newPost in the same page, like this example
NOW
http://thumbnails107.imagebam.com/27002/53ae7b270010614.jpg
HOW I WANT
http://thumbnails105.imagebam.com/27002/625acc270010617.jpg
Is this possible?

For now i've "solved" the problem making an index page exspecially for this folder.
http://walking-dead.pswnet.com/meme_index.php

So, i've created the index with this code

<?php if(isset($_GET['p']) && file_exists($_GET['p'].'.php')){
    include($_GET['p'].'.php');
}
else{
    include('serie/meme.php');
}
?>

The code in the page meme.php is this

<?php $number = "7"; 
include("meme/show_news.php"); 
?>

I've CuteNews 1.5.3 and i've done 12 news. In the page i've used this code

<?php $number = "7"; 
include("meme/show_news.php"); 
?>


Now if in this page i press 2 or Next >> the page change but i don't see the other 5 news
http://walking-dead.pswnet.com/index.php?p=serie/meme

What's the problem?

Isn't possible?

But i've already 200+news, a lot of categories and the personalized templates  https://cutephp.com/forum/style_emoticons/default/dry.gif

I inserted text characters. They are well displayed. Copy symbol
rate full
★
rate empty
☆


Thanks! https://cutephp.com/forum/style_emoticons/default/laugh.gif

Nobody asnwer? https://cutephp.com/forum/style_emoticons/default/huh.gif

Hello,
In the new version (1.5.2) there is a way for voting without the Login required?
So if a guy came in may website for the first time, he click  in one of the "stars" and the vote is On also if he isn't a registered user.

Hello,
i've just installed the new, Amazing, version of Cutenews, there is a way for using an image on the Rate Symbol 1 and 2? For example a Star.

Hello,
in my blog i post only stuff using HTML code (images and links), there is a way for "self-using" this Option without having to click everytime on "Article Options" and "Use HTML in this article"?
Thank you

Nobody?