In the template headlines use [full-link] instead of [link]
501 2013-04-12 11:21:56
Re: Open full story in a new window (5 replies, posted in Problem Solving / Help & Support)
502 2013-04-12 07:18:01
Re: Cutenews no display correctly news I cant edit any templates (1 replies, posted in Problem Solving / Help & Support)
For news you should use html - mark 'Use html' while editing and adding news.
503 2013-04-08 12:35:15
Re: Import RSS feed (10 replies, posted in Problem Solving / Help & Support)
Download the plugin and unzip the file in ./cdata/plugins
504 2013-04-08 08:21:46
Re: People cant post comments (2 replies, posted in Problem Solving / Help & Support)
Check your access rights for recording in the file ./cdata/comments.txt
505 2013-04-08 06:39:41
Re: Trying to change index.php to login.php (1 replies, posted in Problem Solving / Help & Support)
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 2013-04-08 06:37:47
Re: Short Story (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 2013-04-08 06:36:14
Re: Make myself admin... (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 2013-04-08 05:57:14
Re: Import RSS feed (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.
509 2013-04-08 05:51:27
Re: Title/Descripton/Keywords question? (3 replies, posted in Script Feedback and Suggestion)
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'.
510 2013-04-05 13:11:03
Re: Self using HTML in the articles (4 replies, posted in Problem Solving / Help & Support)
Dear User!
This feature has already been added into the latest release of Github, please download and try it.
511 2013-04-04 11:08:38
Re: Additional fields disappear (26 replies, posted in Problem Solving / Help & Support)
Dear Users!
Please would you specify what actions exactly (step by step) do you do before to face this error?
512 2013-04-04 04:48:28
Re: Unarchiving news (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 2013-04-04 04:43:35
Re: newsmedianews.com (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 2013-04-01 07:49:29
Re: Upload image problems (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
515 2013-04-01 07:48:54
Re: Problem with images, cutenews 1.5.2 (2 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
516 2013-04-01 07:45:37
Re: News pagination doesn't work (16 replies, posted in Problem Solving / Help & Support)
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
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 2013-03-28 09:08:13
Re: Javascript in news (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 2013-03-28 09:05:45
Re: Unarchiving news (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?
519 2013-03-25 12:04:38
Re: News pagination doesn't work (16 replies, posted in Problem Solving / Help & Support)
Dear User!
Please insert:
print_r($left);
print_r($right);
to
core/core.phpinto the function
build_uriafter
$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 2013-03-25 11:33:46
Re: SEO friendly URLs (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
521 2013-03-25 08:38:56
Re: cutenews is now broken and practically useless- why ? (6 replies, posted in Problem Solving / Help & Support)
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 2013-03-25 08:23:15
Re: Facebook Integration (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 2013-03-25 08:09:14
Re: SEO friendly URLs (17 replies, posted in Problem Solving / Help & Support)
Dear User!
Please send us the code of the generated .htaccess file.
524 2013-03-25 07:43:34
Re: Unarchiving news (11 replies, posted in Problem Solving / Help & Support)
Dear User!
Please check the permissions for the recordings in 'news.txt'.
525 2013-03-25 07:41:55
Re: Install issue with sha256.php (7 replies, posted in Problem Solving / Help & Support)
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.
