Check the rights for the folder cdata.

652

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

Try to make a back-up from 1.3.6, and try to update to 1.5.0. Otherwise return the old version if something goes wrong. If there are some errors please tell us about them.

653

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

The latest Build CuteNews has already been launched. You can download zip file from the main cutenews page.

This functional has already existed.

These problems have been solved at the latest version. It's necessary to download zip-file with the latest version. Patch for GIT is here https://github.com/CuteNews/cute-news-repo/...e3683eeec5e8b43.

656

(14 replies, posted in News)

Dear Users!

We're happy to announce that you are those lucky men who are using GitHub. And we let you know that you should have a Git console client installed on your machine.
1. First, create a clone of the remote repository by executing git clone https://github.com/CuteNews/cute-news-repo/ . The clone should be created in cute-news-repo directory. If the directory already exists, delete it in advance.
2. Make your changes to the code.
3. Execute git diff * > your_patch_file.patch from the command line.
4. Submit the resulting patch to support@cutephp.com

To make the usage of Git comfortable and understandable, we offer you a Git Guide that will help you to feel with Guide like a pro. To know more follow this link, please http://www.kernel.org/pub/software/scm/git...ser-manual.html.
At this forum topic can ask questions and also add important information.

Best regards,
CuteNews Support Team.

Copy from the folder  data/ into cdata/ the following files:
category.db.php, comments.txt, news.txt, postponed_news.txt, unapproved_news.txt

Check also the users list at Options > Add/Edit users and check the rights of access on the folder  cdata.

658

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

Skip these floating windows and move to this page  http://www.sushidonia.com/cutenews/inde … n=register.

Please write down the cutenews version you use.

660

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

Have a look at this topic and you'll find the solution of your problem -  https://cutephp.com/forum/index.php?showtopic=42479

I've downloaded the updated CuteNews and I think I "unzipped" it in my site server using fetch. However whenever I log into my CN account to go to Options or anywhere else I need to go for the other installation steps to fix the problems CN kicks me out and I'm back at the log in screen. What should I do?

Dear User!

You should send the file  cdata/cache/error_dump.log to our support e-mail: support@cutephp.com
Please also keep an eye on our updates: https://cutephp.com/forum/index.php?showforum=18

662

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

Dear Users!
Please feel free to inform CuteNews support team about new bugs here. As CuteNews 1.5 is in progress there can be some faults.

It should be mentioned also that the version system is changing to the build system. Soon you will be able to keep track of all changes on Twitter.

It will be corrected in the next build.

Probably, this problem has already been sorted out at updated Build Cutenews. You need to download it again. In case of an error we'll solve the problem and it'll be updated.
Please feel free to inform us about new bugs in Cutenews 1.5 in the topic 'Bug reports'.

665

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

Dear User!

You can also consider this link: https://cutephp.com/forum/index.php?showtopic=25853

666

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

Dear Users!

We are going to transform all the hucks into plug-ins in the foreseeable future. This will increase our platform's functionality and make it more convenient to use. All your comments and suggestions are always welcome!

667

(25 replies, posted in News)

Dear Users!

Many thanks for your comments and suggestions. Please bear in mind that CuteNews 1.5.0 is still in its beta stage. Our programmers are diligently working to rectify all the issues and we hope to add the necessary plug-ins in the foreseeable future.

668

(25 replies, posted in News)

Dear users,

We're proud to present you CuteNews v. 1.5.0 beta! Relax and get ready: it'll be the most exciting Cute News you've seen so far!

Our primary focus in this version was the work security and we've put really much effort into optimizing it: Now, CuteNews supports SHA256 hash function and implements a new way of storing the guest data in cookies. Among other important  security features include the introduction of Captcha into CuteNews, the IP-adress banning function and storing the users' sign-in logs, and a lot of other cool new features that will help you work safer.

Another big feature we've added in this version is the plug-in support, which will significantly extand your opportunities when working with CuteNews. Keeping up with the time and the zeitgeist of social networking, we also added Facebook commenting. Finally, we've fixed a number of small bugs, so working with CuteNews 1.5.0 will feel smoother than ever.

So, don't hesitate and try CuteNews 1.5.0 beta now!

View the full changelog

669

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

Recommendation.
You probably use incorrect code

<script>
    window.fbAsyncInit = function() {
    FB.init({appId: ‘your app id’, status: true, cookie: true,
    xfbml: true});
    };
    (function() {
    var e = document.createElement(‘script’); e.async = true;
    e.src = document.location.protocol +
    â€˜//connect.facebook.net/nl_NL/all.js’;
    document.getElementById(‘fb-root’).appendChild(e);
    }());
</script>


First you should change ‘ to ' (apostrophe)

<script>
    window.fbAsyncInit = function() {
    FB.init({appId: 'your app id', status: true, cookie: true,
    xfbml: true});
    };
    (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
    '//connect.facebook.net/nl_NL/all.js';
    document.getElementById('fb-root').appendChild(e);
    }());
</script>

Second, change 'your app id' to the code of your AppID.

http://developers.facebook.com/docs/refere...ugins/comments/ - here there is more information
For the full management put <meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/> into the <head> section but not forget to change to AppID before it.
AppID can be received here https://developers.facebook.com/apps.

This problem can be solved by adding after the line (it's in two places at show.inc.php)

$output = str_replace("{author}", $my_author, $output);


this one:

$output = str_replace("{username}", $news_arr[1], $output);

671

(13 replies, posted in News)

Dear Users!

Your posts are supposed to be connected with CuteNews only. Other topic will be marked as spam.

672

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

1. Options > Edit templates, in the template "Active News" change {title} to  [link]{title}[/link] but in this case the news will be opened in the same window.
If you write  [full-link]{title}[/full-link] and at Options > System Configuration > News > Show Full Story In PopUp you point Yes! so the news will be opened in a new window but only in case if there is Full story!  If there is not, so the link and the title of the text won't be seen.
2. Delete from the template  Full story the fields  {comments-num} and {author}

Please read here  http://www.w3schools.com/html/tryit.asp?fi...ryhtml_redirect about redirections. In case of losing your password of FTP it's necessary to address to your hoster.

674

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

Only for official version of Cutenews 1.4.7.
Write into the template $template_prev_next
<ul id="pages">
            <li class="previous-off">[prev-link]Previous[/prev-link]</li>
            <li class="pages-links">{pages}</li>
            <li class="next-off">[next-link]Next[/next-link]</li>
        </ul>

Use this style
ul { border:0; margin:0; padding:0; }
        #pages li
        {
            border: 0; margin:0; padding:0;
            font-size: 11px;
            list-style: none;
            float:left;
            display:block;
        }

        #pages a, #pages strong
        {
            border: solid 1px #9aafe5;
            display: block;
            float: left;
            padding: 3px 6px;
            text-decoration:none;
            color: #9AAFE5;
        }

        #pages li.previous-off, #pages li.next-off
        {
            border:solid 1px #DEDEDE;
            color:#888888;
            font-weight:bold;
            margin-right:2px;
            padding:3px 4px;
        }

        #pages a { color: #0e509e; }
        #pages a:hover { border: solid 1px #0e509e; }

        #pages li a, #pages li strong { margin-left: 1px; margin-right: 1px; }
        #pages li.previous-off a { float: left; margin: -4px -5px; border: 1px solid #9AAFE5; }
        #pages li.next-off a { float: left; margin: -4px -5px; border: 1px solid #9AAFE5; }

        #pages li strong
        {
            background:#2e6ab1;
            color:#FFFFFF;
            font-weight:bold;
        }


675

(3 replies, posted in Script Feedback and Suggestion)

Check in Options > System Configurations the setting Full URL to CuteNews Directory.   
You should write  http://domain.com/cutenews/  instead of  http://domain.com/