601

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

why, inserting criterias in the TITLE and AUTHOR fields, it show also news that don't have that criteria in their TITLE or in the name of their AUTHOR?
It seems that they work like inserting criterias in the NEWS field, because it search posts have that criteria also in the text of the story...


Dear User!

Please would you attach some screenshots with examples of these issues to this topic?

602

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

Please be more precise about your problem. Give us more information.

603

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

In the version 1.5 there is a possibility to write the plug-in and also add your own field through Additional fields or use the field Avatar (it works also for the version 1.4.7).

604

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

You're right: in any case & in the query line can't work correctly as it's incorrect dissection.  & can exist only in html code that is shown for a user. In other cases there should be & instead of &

605

(11 replies, posted in Script Feedback and Suggestion)

You may use the possibilities of Twitter Like or Facebook Like right now.
1 https://twitter.com/about/resources/buttons - getting twitter button.
2 http://developers.facebook.com/docs/ref … gins/like/  - Facebook button.
This code you can use in the template Full story.

606

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

Try to widen the field for facebook comments

607

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

Try to add meta-tags on your Facebook page. More information you can find here http://developers.facebook.com/docs/opengraphprotocol/

There are several reasons. Some of them are:
1. Wrong configuration of config.php in cutenews.
2. No data in news.txt or no access to data
3. Try to set $number = the number of news for output.

609

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

1. Can you if it's possible to send a screenshot with the problem?
2. Which editor do you use, CKEditor or something else?

The inner structure of CuteNews doesn't allow to sort the news by the number of users' browsing and popilarity. You need a plug-in or hack for it. If you have them, write the code.

611

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

Please tell us how did you install the hack and on which version.

To solve the problem with UTF8 symbols  you need to change the code in the following files
./core/init.php https://raw.github.com/CuteNews/cute-news-r...s/core/init.php
inc/options.php https://raw.github.com/CuteNews/cute-news-r...inc/options.php

It's better to download the latest build from github https://github.com/CuteNews/cute-news-repo/downloads

613

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

The template of the pages display is adjusted in Options > Edit templates in sections News Pagination and Comments Pagination. The template of links display in {pages} isn't adjusted in CN1.4.7 and CN1.5.0

614

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

You can find some answers here  https://cutephp.com/forum/index.php?sho … 29&hl= .
Also it's just a beta version that is in the process of testing so these problems are still ok.

615

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

This problem is solved in the topic  https://cutephp.com/forum/index.php?sho … 29&hl=

616

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

In the file ./inc/options.php try after the line
$value = $_REQUEST['edit_'.$name];
paste the line

$value = (ini_get('magic_quotes_gpc')) ? stripslashes($value) : $value;

617

(5 replies, posted in Script Feedback and Suggestion)

Thanks a lot for the contribution to CuteNews. Your notices will be taken into account in future.

618

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

Thank you for this bug noticed. Delete from cdata/ipban.db.php the line that starts with your IP adress ot you can clean ipban.db.php and then try to log in again.
And change thee file  index.php witht he following one https://raw.github.com/CuteNews/cute-news-r...eNews/index.php.

As there is no such functionality in Cutenews you can solve this problem only by programming of using the other template that is included from  $_GET. In such template in "Full Story" {full-story} is changed to {short-story}

Sorry this problem was a bug that was corrected  by the given GIT comment https://github.com/CuteNews/cute-news-repo/...b8275eaff01d8a3.

621

(3 replies, posted in Script Feedback and Suggestion)

The sign "{" is missed

Change this script
elseif($_GET['do'] == "hours")$number=10;$template="hours";$category=5;include("login/show_news.php"); }

to the following:
elseif($_GET['do'] == "hours"){$number=10;$template="hours";$category=5;include("login/show_news.php"); }

622

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

Try to update.

The update has been recently made that lets save the file with the users (https://github.com/CuteNews/cute-news-repo/commit/62d9e4e801432a087330cfa2d495c72211f834de).
Install this version that you can download here https://github.com/CuteNews/cute-news-repo/downloads)
If something goes wrong, just try to transfer all file from data to cdata and from upimages to uploads and then authorize.

624

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

We've made the necessary corrections in the code. Thanks for your observation.

Write one by one the names of the months with commas.