Hi all

Anyone know how can I display the full news in another page with different page design? Right now the full story displays the current short news page designs which I do not want it.

Thanks

To narrow down the problem, can you put the Cute news include in public_HTML instead of modules folder and test it out?

Is your htaccess file located in public_folder folder?

Assuming you are using CuteNews 2.1,

Did you write the correct pathing to your news? Under "Rewrite" module there is this particular setting called "Real path to your layout file", the pathing should be based on page where your news will appear. For example,

/home/username/public_html/modules/news.php

Maybe the cdata folder has been updated in CuteNews 2.0.1.  I will compare the installation of the cdata folder of 2.0 and 2.0.1 tomorrow. I am thinking that the pagination is unable to show due to some error with the news indexes since there hasn't been any update to the pagination code so far.

I am still interested to find out what caused the problem.

If you don't mind can you do another clean installation of 2.0, can you download the file from Github version and then replace every file from the gitHub to your Cutenews folder? After that do a migration and see if the pagination will show.

Weird problem. Just to make sure you did a clean install of the current CuteNews, did migration after and nothing shows? Did you test CuteNews in a blank page without any web layout (since maybe the web layout is causing the pagination to disappear).

Again, post your full PHP code after adding the PHP self and path here.

Try giving your include the full path, like home/user/blog/cms/show_news.PHP for example.

Avoid the legacy, it has more bugs then the current.

Hello,

There seem to be some problem with the active news pagination when news are being send to the archives.

Whenever I archive X number of news to the archives, the active news pagination will not change at all. For example,

My news page only show 2 news, $number="2";
I have 12 news, this means I have 6 pages.
I archived 10 news to the archives, I left 2 active news. (Take note $only_active = TRUE; is present)
When I view my news page, I only have 2 active news which is correct. However, the pagination is still 6 pages. When I click on page 2, it shows "No entries to show". This goes for page 3, 4, 5 and 6.

In 1.5.3, the archive news will no longer generate the pagination. This means, after I archive 10 news, I should only have 1 page with 2 active news left without any pagination.

Is it possible for you guys to look into this and fix it? Thanks.

Try adding,

$PHP_SELF = "page.php";

whereas page.php is the file name where your CuteNews is located

before include.

Thanks a lot, exactly what I was looking for! 

Is there any way I can automate the page aliases so that I don't have to write and format the title in the "PAGE ALIAS" field myself? As it, automatically have it so that a blog entry with title "This is an entry" automatically becomes "www.website.com/This_is_an_entry"?

Great work on CuteNews 2.0 btw!

Would like to see this being optional too. My editors are complaining that it is troublesome for them to retype the page title again in the page alias.

12

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

The latest update to the URL rewrite in CuteNews has an option to remove the .HTML. Cheers!

I don't have any problem with the pagination at all on two of my websites, just to let ye know.

I never run mine on local host at all. Your best bet now may be to try it on a live website. There shouldn't be any problem with the pagination at all so I guess the final culprit is that somehow testing the cutenews on local host, the paginaation isn't appearing.

Not sure if you have done it, but run the migration PHP file inside your CuteNews folder and then deleting it.

The migration file is required to be run once for the news to be properly index. If you did not run it, the pagination will not display (from my personal experience).

Hi Support Team

Thanks for this wonderful update, now we can have the news page extension remove.

As I don't have access to my website until Wednesday to test this, can I ask if there will be any conflicting issues with the rewrite module in cute news if  i add in URL rewrite to the htacess to remove my other pages .PHP extension (cutenews not located in this pages)?

Thanks I will have to give it a try this week.

Hi News media, your archive is working perfectly in CuteNews 2.0? I seem to have problem with it.

The {avatar} basically creates the URL. All you need to do is replace the URL inside your HTML to {avatar}.

For example,

<img class="avatar" src="{avatar}" height="142" width="142"></img>

Question: Now that the e-mail is completely optional, I can't seem to find a place to enable e-mail as compulsory anymore.

How can I make it so that people who comment on the article need to have an e-mail instead of being optional? Thanks.

Upgrade your CuteNews 2.0 to the latest version of GitHub. Problem had been resolved already.

Glad to hear it! Thanks for reporting.

Hopefully they will fix other major issues such as archives soon.

Did you update your CuteNews 2.0 using the Github version? If not, do it.

IIRC this problem had been addressed and fixed. Look at the older topics in this forum, there should be some article about this issue I believe.

Figured out how to do it. For those who want to know, you can make a tickbox come out from the comments in the news. Add this to your comments,

[delete]%cbox[/delete]

It will create a tickbox which you can tick it and then click delete comment. Cheers!

Hi,

I am unable to delete any comments at all. The Delete Comments button isn't working. In addition, the dashboard comments doesn't offer any way to delete comments.

How can I delete comments in CuteNews 2.0?