Quote:
Originally Posted by 99SIVTEC
Hey, actually I just noticed a small error in my part. Anyways to add your own image change the following code in productSearch.php. The original lines are 51-56.
PHP Code:
if ($vbulletin->options['Prosperent_logoImage'] == TRUE)
{
?>
<td style="padding-right:5px;"><a href="http://community.prosperent.com" title="Prosperent Search"> <img src="http://community.prosperent.com/img/logo_small.png" /> </a></td>
<?php
}
Anyways change that too...
PHP Code:
if ($vbulletin->options['Prosperent_logoImage'] == TRUE)
{
?>
<td style="padding-right:5px;"><a href="http://community.prosperent.com" title="Prosperent Search"> <img src="<?php echo 'http://' . $_SERVER['HTTP_HOST'] . '/img/YOUR_IMAGE_NAME_HERE'; ?>"/> </a></td>
<?php
}
?>
Then just put your image into the img folder that came with the add-on and include your image name after the /img/ and make Logo_Image TRUE or 1 in your AdminCP and you should be good. 
|
thanks that worked great. Needless to say you are the MAN. Im going to make a thread for my members who own their own sites to read more about this mod on my site n link this url on their so more ppl can use this awesome MOD. any luck with the amazon thing?
if anyone needs help with a image or button Message me, i will help.
dont forget to Nominate this guys MOTM its sick!