In the template headlines use  [full-link] instead of  [link]

For news you should use html - mark 'Use html' while editing and adding news.

503

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

Download the plugin and unzip the file in ./cdata/plugins

Check your access rights for recording in the file ./cdata/comments.txt

Use better the embedded catalog for this purpose instead of login.php, for example /cutenews/index.php or /cn_login/index.php or make login.php and redirect embedded directions.

506

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

Use short-story only for showing the short text and fullstory - for a full story. This is the main issue for this mechanism.

507

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

Just edit the file ./cdata/users.db.php: add the line like

1352105978|1|your_admin_user|e10adc3949ba59abbe56e057f20f883e||your_email@...|0|
0||||

where

1352105978 -- current timestamp, the result php function time()
1 --the preference level (1=admin)
your_admin_user -- user's login
e10adc3949ba59abbe56e057f20f883e -- MD5('123456')

508

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

We've added the plugin for importing RSS, please check it here https://cutephp.com/cutenews/plugins.php.

Use different templates for include.
The template metadata must contain only full story, add your с{additional_field} in this template.
    Each news will contain additional field with meta-data. Example:

    <first_news.php>

        $template = "meta_data";
        $number = 1;
        include 'show_news.php';

        ....   
        other inclusions
   
    The template meta_data (full story):

        <meta name="description" content="{news_meta_data}" />

    Add additional field  'news_meta_data'.

Dear User!

This feature has already been added into the latest release of Github, please download and try it.

Dear Users!


Please would you specify what actions exactly (step by step) do you do before to face this error?

512

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

Dear User!

We regret to inform you that our current version of Cutenews does not include such a functionality. The only way to complete your task is manually edit the news.txt file, moving the requiered lines to the top of the document.
However, our programmers are diligently working to add this feature into our next releases.

513

(4 replies, posted in Site Showcase and Discussion)

Dear User!

We've done the necessary changes: https://github.com/CuteNews/cute-news-repo/...b4f251712096ab9.

The following files have been modificated: ./core/com/allow_active_news.php, ./core/loadenv.php, show_news.php"

514

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

Dear User!

Please proceed to the Options -> System configurations > Full URL to CuteNews directory and specify the web page address precisely: for instance, http://www.pandhalele.com.br/cutenews

Dear User!

Please proceed to the Options -> System configurations > Full URL to CuteNews directory and specify the web page address precisely: for instance, http://www.pandhalele.com.br/cutenews

I've done what you told me, here's the result:
screenshot
At the moment the code is still online so you can check it yourselves if you need to https://cutephp.com/forum/style_emoticons/default/smile.gif

Dear User!

"in core/core.php, line 1184 (v1.5.3 cn) please try changing

     

if ($k && $v) $URI[$k] = $v;

to

     

if ($k && $v && !isset($URI[$k])) $URI[$k] = $v;

517

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

Dear User!

Please specify where you want to use Javasript: in the pattern, or in the CN adinistration panel? We need an example in the onclick attribute.

518

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

Dear User!


Could it be possible that your feeds have been added to the end of the page?

Dear User!

Please insert:

print_r($left);
print_r($right);

to

core/core.php

into the function

build_uri

after

$ex = spsep($left);
$uq = spsep($adds);

The result:

$ex = spsep($left);
$uq = spsep($adds);
print_r($left);
print_r($right);

Please then make a screenshot of the web page: http://www.dayjobstudio.net/index-en.php?start_from=5 and send it to us.
Alternatively, you can leave this change in your code, so that we would be able to view it on your web site.

520

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

Dear Mattt07,

Please try removing

"/"

before

cn_friendly_url.php:

RewriteRule ^(.*)$ /cn_friendly_url.php?rew=$1&%{QUERY_STRING}[L]

Change to

RewriteRule ^(.*)$ cn_friendly_url.php?rew=$1&%{QUERY_STRING}[L]

By every saving rewrite will be discharged. That is why you should change it every time it is necessary.

We have added this issue to our to-do list, and we are going to develop mod_rewrite within a plugin  in the next release 1.5.4

Dear User!

Please send us more details regarding your issues, such as links, screenshots, logs. Then our programmers will be able to consider your query.

522

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

Dear User!

Please send us the code of the (tpl) pattern. Our programmers then will be able to find out the problem and they will try their best to resolve it as soon as possible.

523

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

Dear User!

Please send us the code of the generated .htaccess file.

524

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

Dear User!


Please check the permissions for the recordings in 'news.txt'.

Dear User!

It seems that you use cutenews utf-8. There is no requirement for sha256.php in the cutenews 1.5.3 package. Maybe, a bug occurred when you've changed some files. Please consider the following guideline:

а. Create a backup.
b. Remove all the files and folders related to the cutenews, except the data and new files with switching on show_news.php, etc. folders.
c. Install the new cutenews.