 |
 |
 |
 |
 |
| Author |
Message |
asajfar
Joined: 19 Feb 2008 Posts: 1
|
|
Category and Fullstory |
|
Please help!
I am having problem with my cutenews. I have 3 categories on my site.When i post the news in the first category and i have a short story and a full story when i click on the full story i see the full story.
But when i post the news on another category and i have also there a fullstory when i click on it, it goes me on the main news again. So, I have only short story without full story.
This happend only with multiple news!
------------------------------ example -------------------------
page1:
<?PHP
$template = "medijacija";
$category = "3";
include("../cutenews/show_news.php");?>
page 2:
<?PHP
$template = "alen1";
$category = "1";
include("cutenews/show_news.php");?>
|
|
| Tue Feb 19, 2008 3:12 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
Never heard of this before.
Are you using the original Cutenews (cutephp) or CuteNews.RU?
|
|
| Tue Feb 19, 2008 8:26 pm |
|
 |
ivanh
Joined: 16 Aug 2007 Posts: 71
|
|
|
|
it may be:
Page 1
include("../cutenews/show_news.php");?>
Page 2
include("cutenews/show_news.php");?>
the directory of the cutenews folder may be different in ur include? one is moving up a folder and one isn't. try  |  | include $cutepath.'/show_news.php'; |
|
|
| Mon May 05, 2008 3:48 am |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
Any links or code to share?
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Mon May 05, 2008 5:04 am |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 172
|
|
|
|
Like ivanh said: there are two different paths in your examples. Remove or add the ../ at the faulty one.
_________________
Mini-me |
|
| Tue May 06, 2008 1:16 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|