1 (edited by 2014-03-15 01:49:08)

Topic: Current Known Issues with CuteNews 2.0

Hello,

This is a compilation of current known issues discovered with the latest version of GitHub as of 16th Feb 2014. If you find any problems, do post it here and I will add it to the list.


Archives is not working as intended
There are currently two major problem with the archives function,

1. When you archives your news, the archived news will still appear at the active news even though you set the PHP rule to show active only news.
2. Once a news is archived, you are not able to view the archived news at all.

Original topic: https://cutephp.com/forum/index.php?showtop...mp;#entry158853


<strike>Tagline pagination not working
The tagline pagination is not working correctly at the moment. When there are only suppose to have 2 pages of news in a tagline page, the pagination creates additional unnecessary pages. For example, my tagline page suppose to have 2 pages only, but the pagination creates page 3 and page 4.

Original topic: https://cutephp.com/forum/index.php?s=&amp;...st&amp;p=158935</strike>

Problem had been resolved with the latest Github version.


Comments displaying the wrong time
The current comments are displaying the wrong time. The time of the comments are currently based on your system time.

Original topic: https://cutephp.com/forum/index.php?showtopic=44065


Search optimization
Note: The current Github version had already optimized the search by allowing the search to look into uppercase and lowercase lettering. This is added here because the search function still requires some adjustment and optimization to be perfect.

The search function will somehow display results of other news that does not contain the keyword. Read the topic in the link below for more information.

Original Topic: https://cutephp.com/forum/index.php?showtopic=44077


Comments Smiles not working properly
Refer to this article: https://cutephp.com/forum/index.php?showtopic=44150

Re: Current Known Issues with CuteNews 2.0

We will be working at these bugs, thank you for your detailed and thorough compilation.

Best regards,
CN Support team

3 (edited by 2014-02-10 20:39:40)

Re: Current Known Issues with CuteNews 2.0

We will be working at these bugs, thank you for your detailed and thorough compilation.

Cutenews V2
Captcha not working -(two separate installations - same problem) ... sorted - admin cannot see the captcha unless the  'Forget Me' button is clicked ... duh ...

Also keeps unexpectedly logging me out as admin ... not sorted but not a big prob, just an annoyance.

It seems to me what is really needed is a well put together user manual covering installation in good detail and also covering how to make the best use of Cutenews etc etc.

I will get my head around this - won't be ready in a short time but I will make it a project and I will compile a comprehensive manual in a pdf file that you can decide if you wish to include in the download.

Cheers!
https://cutephp.com/forum/style_emoticons/default/rolleyes.gif

4 (edited by 2014-02-12 14:09:30)

Re: Current Known Issues with CuteNews 2.0

Oh so that's why

Dear just take a look at my site here:- http://www.alyssa-j-milano.com/indexx.php

The news is not appearing at all once I change into Cutenews 2.0. However it did appear here:- http://alyssa-j-milano.com/cutenews/example2.php

I already use this in my page

<html>


<p><?php

    $number = 15;
    $template = "default)";
    include("/home/aznorazi/public_html/cutenews/show_news.php");

?>
          </body>

</html>

Is there any possible steps that i might missed?

Re: Current Known Issues with CuteNews 2.0

The same thing happened to me.
You have to change this:

<?php

$number = 15;
$template = "default)";
include("/home/aznorazi/public_html/cutenews/show_news.php");

?>

With this:

<?php

$number = 15;
$template = "default";
include("/home/aznorazi/public_html/cutenews/show_news.php");

?>

The problem is the ) that appears after the name of the template.
If you delete that, the news will work as intended.

Re: Current Known Issues with CuteNews 2.0

Updated the list.

Re: Current Known Issues with CuteNews 2.0

Updated the list.

Latest problem found: {smiles} not showing up in comments.

Re: Current Known Issues with CuteNews 2.0

Updated list.

Posts: 9

Pages 1

You must login or register to post a reply

CutePHP Forums → Problem Solving / Help & Support → Current Known Issues with CuteNews 2.0