Ok cool i understand that .....so now im in my config.php trying to make the output look right.

The original is this:
Code: 
return (!is_null($linkaddress)?'':'').'[IMG]'.$imageaddress.'[/IMG]'.(!is_null($linkaddress)?'':'');
Mine is this:
Code: 
return (!is_null($linkaddress)?'':'').'[IMG]'.$imageaddress.'[/IMG]'.(!is_null($linkaddress)?'':'');
Now of coarse this isnt working because its not adding the (id) after the advert.php

Any ideas ?

Cheers
RR