I am using the single sidebox for external file contribution and I have got it working except the images don't show up since they are listed as having the url http://chscrapbooks.com/images/imagename.jpg instead of http://store.chscrapbooks.com/images/imagename.jpg. I checked the sidebox files I am using to see if I can edit the image url but it reads:
and I don't know how to edit that type of code to include http://store.chscrapbooks.com/ before the images/ part of the url. Can anyone help me?Code:$content .= '<a href="' . zen_href_link(zen_get_info_page($random_featured_product->fields["products_id"]), 'products_id=' . $random_featured_product->fields["products_id"]) . '">' . zen_image(DIR_WS_IMAGES . $random_featured_product->fields['products_image'], $random_featured_product->fields['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '<br />' . $random_featured_product->fields['products_name'] . '</a><br />' . $featured_box_price;



