Problem With Category Images In Portal News »  Show posts from    to     

Icy Phoenix


Old Support Topics - Problem With Category Images In Portal News



Vortex [ Fri 01 Dec, 2006 12:14 ]
Post subject: Problem With Category Images In Portal News
I changed the icon assigned to the (only one active at the moment) news category on my site. But it is not shown correctly...



snapper1164971324671


Just to help my helpers :kid: :

- Permissions on the file and path to image are set correctly.
- I do not have firewalls or adblockers active.
- In acp >>> news categories the image is shown.
- I cleared both portal and templates cache.


Zuker [ Fri 01 Dec, 2006 12:37 ]
Post subject: Re: Problem With Category Images In Portal News
url?


Vortex [ Fri 01 Dec, 2006 12:50 ]
Post subject: Re: Problem With Category Images In Portal News
Zuker wrote: [View Post]
url?


answered in the other topic (but you can just look to my profile ;) )


Zuker [ Fri 01 Dec, 2006 13:00 ]
Post subject: Re: Problem With Category Images In Portal News
this file

http://www.kope.it/images/news/news_desk.png

it isn't on your server

Upload it and check


Vortex [ Fri 01 Dec, 2006 14:04 ]
Post subject: Re: Problem With Category Images In Portal News
Zuker wrote: [View Post]
this file

http://www.kope.it/images/news/news_desk.png

it isn't on your server

Upload it and check



Oh yes you're right... but because I changed the directory... in acp all seems to be fine:


snapper1164978160484


And in news categories it appears correctly...


snapper1164978176093


Zuker [ Fri 01 Dec, 2006 14:56 ]
Post subject: Re: Problem With Category Images In Portal News
it seems solved now ;)


Vortex [ Fri 01 Dec, 2006 15:15 ]
Post subject: Re: Problem With Category Images In Portal News
Not actually... :D


I simply reset the images path to the default one and put the images there... but the problem's not solved: if I change the news category images path from the acp, it doesn't change when it generates the news block ;)


Zuker [ Fri 01 Dec, 2006 15:40 ]
Post subject: Re: Problem With Category Images In Portal News
you don't have to change the path
Only upload the images to: images/news

And them create a category for them with an image uploaded there


Vortex [ Fri 01 Dec, 2006 15:47 ]
Post subject: Re: Problem With Category Images In Portal News
Zuker wrote: [View Post]
you don't have to change the path
Only upload the images to: images/news

And them create a category for them with an image uploaded there


Yes yes that's what I've done... I was just wondering why I have an option where I can choose the path but the path actually doesn't change :D


Mighty Gorgon [ Fri 08 Dec, 2006 12:51 ]
Post subject: Re: Problem With Category Images In Portal News
You're right it is a bug... I'll solve it.


Mighty Gorgon [ Fri 08 Dec, 2006 12:58 ]
Post subject: Re: Problem With Category Images In Portal News
Try this:

OPEN blocks_imp_news.php
FIND
Code: [Hide] [Select]
'THUMBNAIL' => $N_this->root_path . 'images/news/' . $news_cats[$j]['news_image'],

REPLACE WITH
Code: [Hide] [Select]
'THUMBNAIL' => $N_this->root_path . $board_config['news_path'] . '/' . $news_cats[$j]['news_image'],


Let me know it it works.




Powered by Icy Phoenix