Intechnic
Users Developers
Home / Forums / In-Portal CMS / Need Help! / Category Image Upload / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Category Image Upload (9)


Posted: 01/11/2005 3:49:13 PM

Reply Quoted  


..does not work. Any idea what is wrong?

Thanks
stone

Posted: 01/12/2005 6:49:30 PM

Reply Quoted  


Hello,

What exactly doesn't work. You can't upload the file in Admin, or you don't see the uploaded image on the Front End. We might need an access to your system in order to troubleshoot this. I think it is a time to open a ticket for this issue.

Thank you.

Posted: 01/13/2005 7:36:45 AM

Reply Quoted  


I installed the new version of in-portal v 1.0.8 and it works now.

Thanks
stone

Posted: 01/13/2005 11:14:31 AM

Reply Quoted  


Great!

Posted: 01/19/2005 10:29:32 AM

Reply Quoted  


The upload works now but if I Use remote image (URL) it does not work. I can see it in the admin preview but it does not show at the front end.

Can you help?

stone

Posted: 01/19/2005 11:11:00 AM

Reply Quoted  


stone wrote:01/19/2005 10:29:32 AM
The upload works now but if I Use remote image (URL) it does not work. I can see it in the admin preview but it does not show at the front end.

Can you help?

stone


Hello,

You would need to make some minor adjustments in your "default/catlist/catlist_element.tpl" template. Please change:

<img src="img/ic_folder.gif&quotborder=0 width="16&quotheight="14&quotalt="&quot/>


with,

<inp:cat _Field="image&quot_imagetag="1&quot_Primary="1&quot_Default="img/ic_folder.gif&quot/>



This will print out the Primary image, but you can call a specific image by Name by adding the
_Name="ImageName" attribute to the tag. Please note, that in this case you have to remove the Primary one. Also, you can display a Thumbnail image by adding _Thumbnail="1" attribute to the tag.

Thank you.

[Edited By Dmitry on 01/19/05 11:11:57 AM]

Posted: 01/24/2005 6:56:31 AM

Reply Quoted  


Dmitry wrote:01/19/2005 11:11:00 AM
stone wrote:01/19/2005 10:29:32 AM
The upload works now but if I Use remote image (URL) it does not work. I can see it in the admin preview but it does not show at the front end.

Can you help?

stone


Hello,

You would need to make some minor adjustments in your "default/catlist/catlist_element.tpl" template. Please change:

<img src="img/ic_folder.gif&quotborder=0 width="16&quotheight="14&quotalt="&quot/>


with,

<inp:cat _Field="image&quot_imagetag="1&quot_Primary="1&quot_Default="img/ic_folder.gif&quot/>



This will print out the Primary image, but you can call a specific image by Name by adding the
_Name="ImageName" attribute to the tag. Please note, that in this case you have to remove the Primary one. Also, you can display a Thumbnail image by adding _Thumbnail="1" attribute to the tag.

Thank you.

[Edited By Dmitry on 01/19/05 11:11:57 AM]


I changed catlist/catlist_element.tpl that did not work. It works when I change categories/catlist_element.tpl but then it does not show the default folder image.

stone

Posted: 01/24/2005 11:11:22 AM

Reply Quoted  


What is the URL of your In-portal?

Posted: 01/24/2005 11:18:23 AM

Reply Quoted  


Dmitry wrote:01/24/2005 11:11:22 AM
What is the URL of your In-portal?


I got your URL from the other post. I'll look into this and let you know shortly.

Thank you.