Great idea !

Hello,

what can i do with: Dashboard > HTML scripts ?

The same...

Sincerly, you're a looser... because CN is a really good CMS, I prefer it to wordpress.

I give you a 0 star https://cutephp.com/forum/style_emoticons/default/smile.gif

54

(1 replies, posted in Problem Solving / Help & Support)

seriously, where is the support ?

55

(2 replies, posted in Problem Solving / Help & Support)

+1

and the support don't answer me... since 2/3 months... it sucks...

Hi Support Team,

Writers would like a possibility to up or down an old article without changing the date (because the ID change too).
It was possible in old version of cutenews, I think 1.5. Do you think it’s possible to do it in the last version of cutenews ? it would be greatful.

Thanks you.

Regards.

Try to use :

<!--RAW--YOUR SCRIPT--RAW-->

58

(57 replies, posted in Problem Solving / Help & Support)

Hi,

Visit counter plug-in with MySQL works like a charm.

I've said to the support that It would be greatful to have a plug-in that will classify news by visits. I think users would like this fonction.

Regards.

Nodody is interested ?

59

(10 replies, posted in Problem Solving / Help & Support)

same problem.

once the plugin is installed, how to import RSS feed ?

Thanks you for your help.

60

(57 replies, posted in Problem Solving / Help & Support)

full story.

61

(57 replies, posted in Problem Solving / Help & Support)

You use the tag in the template but only in full story ?

62

(57 replies, posted in Problem Solving / Help & Support)

Hi,

You must create table on your MySQL database like this :

/*
  CREATE TABLE `cn_visit_counter` (
  `id` int(11) NOT NULL,
  `ip` varchar(16) NOT NULL,
  `accesstime` int(11) NOT NULL,
  KEY `id` (`id`)
  ) ENGINE=MyISAM DEFAULT CHARSET=utf8
*/

63

(57 replies, posted in Problem Solving / Help & Support)

Hi Netta,

For MySQL, the post is the #35

Great work !

65

(57 replies, posted in Problem Solving / Help & Support)

Hi,

The file I use in attach.

The original file is in post #31
For MySQL, the post is the #35

I use the tag {page-views} in full story template.

Regards.

66

(0 replies, posted in Problem Solving / Help & Support)

Hi Support Team and fans of CN,

Is there a possibility to have a tag like that :

{edited}    Show edited date of comment

Who show the date of an edited news... instead of comment ?

Thanks you.

67

(57 replies, posted in Problem Solving / Help & Support)

Hi,

Visit counter plug-in with MySQL works like a charm.

I've said to the support that It would be greatful to have a plug-in that will classify news by visits. I think users would like this fonction.

Regards.

68

(0 replies, posted in Problem Solving / Help & Support)

Hi Support Team and everyone,

I think there is a little problem with truncature.

In fact, when I use it, the truncature is ok but if there are html code inside the news (short story in this example), the truncature don't ignore it.

For example, with this text and truncature to 200 letters :

<p>example example example example example example example exampleexample example example exampleexample example example exampleexample example example exampleexample example example example</p>

The truncature don't ignore the balise <p>, so the end </p> is deleted... It make an error on W3C validator...

Thanks you for your help.

Hi sun,

Maybe look this : ../../news/cn_api.php
For you it could be ../name_of_files_cutenews/cn_api.php

Hi,

It's the better solution...

Hi,
I use this code in the balise <head> :

<?PHP require_once "../../news/cn_api.php";$entry = cn_api_get_entry();if ($entry['t']){$header_title = ($entry['t']);$short_story = ($entry['s']);$tagline = ($entry['tg']);$category_name  = ( join(' / ', $entry[':cot']) );$trunc_short = trim( (strip_tags($short_story)) );}echo '<title>'.$header_title.' - '.$category_name.'</title>';echo '<meta name="Description" content="'.$trunc_short.'"/>';echo '<meta name="news_keywords" content="'.$category_name.','.$tagline.'"/>';echo '<meta name="keywords" content="'.$category_name.','.$tagline.'"/>';echo '<meta property="og:title" content="'.$header_title.'"/>';echo '<meta property="og:description" content="'.$trunc_short.'"/>';echo '<meta property="twitter:title" content="'.$header_title.'"/>';echo '<meta property="twitter:description" content="'.$trunc_short.'"/>'; ?><?php if ($_GET['id']) echo '<link rel="canonical" href="http://'.$_SERVER['SERVER_NAME'].''.$_SERVER['REQUEST_URI'].'"/>'; ?><?php if ($_GET['id']) echo '<meta property="og:url" content="http://'.$_SERVER['SERVER_NAME'].''.$_SERVER['REQUEST_URI'].'"/>'; ?><?php if ($_GET['id']) echo '<meta name="twitter:url" content="http://'.$_SERVER['SERVER_NAME'].''.$_SERVER['REQUEST_URI'].'"/>'; ?>

72

(1 replies, posted in Problem Solving / Help & Support)

Hi,

I've a problem with system pagination on CN 2.0 :

- The page called "news.php" is in a file called "info" like this info/news.php. The code in this file is :

<?PHP $number = "3";$template = "News";include("../news/show_news.php");?>

- The text Previous and Next appeared but when I click on Next, the page is : info/news/list-2.html
So the CSS doesn't work and the next link (system pagination) doesn't work too.

Could you help me to resolve this problem ?

Thanks you

Hi Support Team,

I test CN 2.0, really great works !
URL rewriting is good.

Nevertheless, I've many questions :

- How to integrate the title of a news in the balise <title></title> and the description etc (between <head> </head>
- Problem  : The category shows only first letter...

Thanks you !

Thanks, great news, really, I like CN https://cutephp.com/forum/style_emoticons/default/smile.gif

ok thanks you for your response. I'll patient until 2.0 https://cutephp.com/forum/style_emoticons/default/smile.gif Have you got a date of release ?