Infadel
Newbie   Posts: 2 Registered: 3/19/2007 Status: Offline
|
posted on 3/19/2007 at 05:51 AM |
Hello, bare with me here because I am completely numb about Nuke and
anything to do with it.I have AT installed ( commercial license ) and have
followed the directions to the best of my ability for the User Manual, Faqs
Pages, etc.....I did at least look to try and solve my problem first before
coming to this point of pleading for help.......When using At to configure
or modify themes. If I click on configure for any of the files...There are
supposed to be some graphic blocks showing. I can see the code looking at
the source. I have made sure the properties on the images folders are WIDE
open for the time being. No matter what option ( what html, or block,
etc...I choose to edit I cannot see any of the graphics.Please Help, I am
sure it's something I have not done correctly. This graphics problem is
only in the editing areas.
[Edited on 19/3/2007 by Infadel] |
| |
| |
Shawn
Administrator   Posts: 4548 Registered: 10/7/2002 Status: Online
|
posted on 3/19/2007 at 06:34 AM |
Hi, if you're talking about the WYSIWYG editor, then no you won't see the
images because the path to the images is an AutoTheme tag such as {
image-path }. If you hardcode the path then you will see it in the editor
but it is not as flexible in the template. I hope to find a way to put
this functionality into the editor at some point.
Thanks!
-Shawn |
| |
Infadel
Newbie   Posts: 2 Registered: 3/19/2007 Status: Offline
|
posted on 3/19/2007 at 06:57 AM |
<td> <img src="%7Bimage-path%7Dpt9_01.gif" alt="" height="136"
width="396"></td>
is this what you are talking about? just so we are on the same page here.
this is the code from one of the graphic blocks not being displayed.
Thanks |
| |
Shawn
Administrator   Posts: 4548 Registered: 10/7/2002 Status: Online
|
posted on 3/19/2007 at 06:44 PM |
In the AutoTheme WYSIWYG editor yes. It's because the image-path is not
translated into themes/YOURTHEME/images/ but if you want to see it in the
editor then replace image-path with themes/YOURTHEME/images/
-Shawn |
| |