Have you checked with your host that the mailer is working? Some hosts disable it to prevent their servers being used to send spam.

2

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

Nobody? ...I just want to change the font!

You will find it in skins>base>defaullts>templates.tpl

<small>News powered by CuteNews - https://cutephp.com</small>

when I look at the blog I'm not seeing a link or button they can click to self register. I must be missing something blindingly obvious. The blog can be seen at www.innocente.us/blog.php

Thanks for any assistance.

Tony

It is here on your cutenews login page:
http://www.innocente.us/cutenews/index.php
You can add a link to it anywhere in your blog
http://www.innocente.us/cutenews/index.php?register

If you upgrade your cutenews e.g. from 2.0.1 or 2.0.2 to 2.03 and you are using the CKFinder plugin then when you try to insert or upload an image you will be greeted with the message:

The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file

This is because the session cookie has been changed in 2.0.3.

To fix this open cutenews/ckfinder/config.php

Find:

if (isset($_COOKIE['session']) && $_COOKIE['session'])

Replace with:

if (isset($_COOKIE['CUTENEWS_SESSION']) && $_COOKIE['CUTENEWS_SESSION'])

Try switching on php error reporting to see if an error has occurred.
http://php.about.com/od/troubleshooting/qt...r_reporting.htm

You will find the version number in cutenews>core>ckeditor>ckeditor.js

I have just tested it again and it works without problems on three different cutenews  installations and three different servers.
CKEditor version:"4.2.1

https://cutephp.com/forum/index.php?showtopic=44442

I do this all the time.
Create a new category called e.g. 'Important' and post the 'specific'news item to that category. Use this include where you want the 'important' news to appear. Take it out of the  'important' category when you need to replace it with a different one.

Use float.
https://cutephp.com/forum/index.php?showtopic=44433

Does this help?
https://cutephp.com/forum/index.php?showtopic=43759

12

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

Asssuming that you are using the latest Cutenews: You will find the option in the dashboard under System Configurations: Allow self-Registration- allow users to register automatically.

now pagination has gone


After upgrade did you run  migration_update_indexes.php                                                   to fix pagination?

I've tried thousands times with different combinations. The whole path suppose to be /home/users/dshells/mysite/html/cute/  where "cute" is my cutenews folder. Do I need the whole path or do I cut it somewhere.
I get always error:" Wrong directory or encoding "(that I have utf-8 as it's recommend)


You need the whole path to your cutenews directory.
Create a file called phpinfo.php.
In it put

<?php phpinfo(); ?>


Upload it to  your server and run it. Then look for the Document_Root value under Apache Environment.
This will tell you the correct path to your root directory.

Create another folder on your website and password protect it using .htaccess.
e.g. create a folder called 'private' and put a news page e.g. 'news.php' with normal cutenews includes in this folder.
Lots of websites will show you how to password protect the folder using .htaccess if your website control panel does not have this facility built in.
Example: http://davidwalsh.name/password-protect-di...-using-htaccess
Use: $PHP_SELF = "private/news.php"; in your newspage include.
Now when a visitor clicks on the full story link on your main newspage it will ask for a password before the fulll story can be read from the private folder newspage.

Read this also:
https://cutephp.com/forum/index.php?showtopic=43318

I belive that that is the case. Support will  be able to advise you further. I have never needed to change language.
This may help:
https://cutephp.com/forum/index.php?showtopic=44108

Yes to both questions.

The banner at the bottom shows that this installation is a fork of cutenews called utf8 cutenews which is not supported here.
Try here
http://korn19.ch/coding/utf8-cutenews/

Version 1.4.6? Where did you get that from? The latest version is 2.0.2?
https://cutephp.com/cutenews/cutenews.2.0.2.zip
Use that and install the licence file using the instructions that came with it.

20

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

I do not know of a transfer routine from cutenews.ru to cutenews. You will need to transfer the data by copy and paste.

21

(14 replies, posted in News)

You mean 2.0.2.  https://cutephp.com/forum/style_emoticons/default/smile.gif

22

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

Cutenews.RU is not the same as cutenews. There is no converter.
You will need to install cutenews then import your news items one at a time.

Have you upgraded to the new version?
Have you converted the old user file in Dashboard>Maintenance>Migration Convert users (first)?

Works O.K. here in the latest version of cutenews.
Make sure you are logged in as Admin.
Select the 'Delete Current User?' checkbox and then click on Edit.

You need to log in to your cutenews by going to the cutenews folder index.php file.
This may help:
https://cutephp.com/forum/index.php?showtop...st&amp;p=119733
You need the login details  from the previous webmaster.

Posts found: 1 to 25 of 305

Pages 1 2 3 13 Next

CutePHP Forums → Posts by Damoor