ugh..... someone kill me. It seems to be working now. But here's my last post anyway:
I went to vBadvanced forums, and they told me to run the file from the command line. Exhibit A:
http://www.propcircle.com/modules/bazaar.php
Here are the changes I made in inc_ads.php:
-added the second line:
Quote:
require "config-intc.php"; $cldata_dir="/home/clonesix/propcircle.com/bazaar/data/"; |
-hard coded this in (without the "{"):
Quote:
<tr>
<td style="background: url(http://www.propcircle.com/bazaar/data/{$pcat}/thumbs/{$product}); background-position: 50% 40%; background-color: #000000; background-repeat: no-repeat; background-position: center;"><a href="{$class_path}/showproduct.php?product={$pid}">$mthumb</a></td>
|
Here's the module file:
Quote:
<?php
include('/home/clonesix/propcircle.com/bazaar/inc_ads.php');
echo "$classifiedsfeature";
?>
|
Here's the URL in config-intr.php:
Quote:
// The URL of your product dir where your images are stored (with / at end)
$rpdata_dir = "http://propcircle.com/review/data/";
|