View Single Post
  #6 (permalink)  
Old 03-24-2008, 12:49 PM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

Hi Dan

Images not showing you need to.

1. Put images in the images folder

2. Use the images to CMS wizard.
this will add the code to the images to render in Joomla.

3. if you need to view the images in DW you need to run the images to DW
wizard.

if your using JTK 2.1 and Joomla 1.0.X

Code:
<img src="/joomla/Test1/template_thumbnail.png" width="149" height="117" />
Code:
<img src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/";?>template_thumbnail.png" width="149" height="117" />

this path is not right
"joomla/Test1/" needs to be "images"/logo.png.

as for your iframe issue I have no idea.

Cheers,
Brian