Skip to forum content
CutePHP Forums
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 25 of 30)
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?
Please be more precise about your problem. Give us more information.
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).
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 &
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.
Try to widen the field for facebook comments
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.
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.
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
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
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.
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;
Thanks a lot for the contribution to CuteNews. Your notices will be taken into account in future.
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.
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"); }
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.
We've made the necessary corrections in the code. Thanks for your observation.
Write one by one the names of the months with commas.
Posts found: 601 to 625 of 734