the rss links work fine for me

In the old CuteNews you'dd need to use [full-link] instead of the link tag when using popups.

This is probably still the case.

cross domain including is usually not possible as most hosts don't allow this.
And they shouldn't.

Other then using an iframe, it's not possible.

4

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

https://cutephp.com/cutenews/register/

from the readme that came in the zip file

in most cases when you include news and headlines in one page, you must use $static = TRUE;


Now don't use it.

6

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

Or the problem is as easy as, use using a correct path.
If you're images are located at www.domain.com/images/myimage.jpg
you would use
[img]/images/myimage.jpg[/img]

7

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

altough they are just warnings and could be turned off by using

error_reporting (0);
at the top of the CN index.php right under <?php

It does seem you're not using the last version of CN.
And when you said

Thank, Cutenews try with 1.5.3, also does not work!


you meant you have troubles upgrading or setting the new version up. Rather then having the same problem. Be aware that the latest version fixes a lot of security issues and your older CN version is open for hacking.

/home/skunky17/public_html/fanboi.co.uk/CuteNews/show_news.php?category=3
works hust as fine.

sounds like a html/css problem

Oh boy, there so in settings.php that could be messing with cutenews.
Since none of the 2 scripts (Cutenews and the script from settings.php) are object oriented, they have access to eachothers variables.

The most obvious one would be
$category. it's used in settings.php
Cutenews also has that parameter.
and i'm guessing you're notting using it for Cutenews.
So for the $category parameter this could be fixes by using
unset($category);
include('show_news.php');

but i see $db_user in that file, not sure if that would be a problem, but it could.
If it is a problem using
unset($category, $db_user);
include('show_news.php');
would fix it.

don't use $static

12

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

i'm not familiar with the current CN code anymore.
But that would have been my guess as why there isn't any documentation anywhere.

13

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

the facebook comments box as any other facebook social plugin pretty much comes as is.
AKA
take it or leave it.

14

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

Plugins require hooks that can call certain parts.
Since the 'plugins' is something new, i'm guessing they just added the necessary hooks for the current plugins.
But hooks on other critical places where data manipulation can be done are probably still missing.

==> not possible to just write plugins without any alteration to the source. Which leaves outsiders unable to make plugins.

15

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

in case you use auto-archive or have archived news
https://cutephp.com/forum/index.php?showtop...st&amp;p=119574
Not sure if this bug is still present in CN1.5
I kinda left the forum quite a while ago.

16

(11 replies, posted in Script Feedback and Suggestion)

Addthis offers a nice set and is perfectly customizable.
http://www.addthis.com/

the charset of your rss is configured fot utf-8
while it seems your charset is a ISO-8895-1
when manually switching the charset in my browser (ignoring the rss setting) i get to see the rss feed.

wrong url, or site offline?

19

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

I've tried using the Time Adjustment to -300 in system configuration, but it does nothing.


this only works on new posts, it doesn't redate existing posts.

the svn folder was never supposed to be in the zip.
As it's pontless. It appears they've uploaded a new zip file without the cdata folder.

You can always manually make the folder on your ftp drive it should be created in the same location where you have the inc folder and the sow_news.php file.
Then check "chmod 755 cdata" or "chmod 775 cdata", or "chmod 777 cdata".

21

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

just look through the code.
Example addnews.mdu

lang('Some fields can not be blank')

22

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

marnevi, there's a translation function in 1.5.
It's probably a matter of time before translations become available.

23

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

There was a hack, but most hacks have become incompatible with CN 1.5.0
So probably not possible unless the authors write a plugin.

probably you use some custom php for your navigation. That's probably what messes it up. If only there was a way we could see how your navigation works...

25

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

it's been over 3 hours now. Time to 'Up' it again.

Posts found: 1 to 25 of 286

Pages 1 2 3 12 Next

CutePHP Forums → Posts by FUNimations



The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.