Thanks steve I will give that a try.
Thanks steve I will give that a try.
My includes/languages/english/extra_definitions/MYTEMPLATE/blank_sidebox_defines.php looks like this:
<?php
/**
* blank sidebox definitions - text for inclusion in a new blank sidebox
*
* @package templateSystem
* @copyright 2007 Kuroi Web Design
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: blank_sidebox.php 2007-05-26 kuroi $
*/
define('BOX_HEADING_LOGO2_SIDEBOX', '');
define('TEXT_LOGO2_SIDEBOX', '<a href="http://www.facebook.com/pages/Chief-Okemos-Sportsmans-Club/310761025377"><img src="includes/templates/cosc/images/facebook.gif"></img></a>');
?>
I made my own image for the sidebox.
Not Working. I copied your code and edited my info in that file but I still having the same problem.![]()
It's still adding my site's URL to the Facebook URL using the blank sidebox addon. Any other ideas would be appreciated.
When I view your source, (in IE, anyway) I'm seeing a strange character at the beginning of your URL in that sidebox define:
<a href=”http: //www.facebook.com/pages/Winsted (Which the forum software stripped out - it's a little box right before the http)
I don't know what it is.
If you're pasting that from somewhere, try entering the address manually instead..
That was it. Thanks Stevesh
I replace that crazy character with a quotation mark and it worked.
For some reason though and I don't know why, I had to put the same link in my template, tpl file also.
Just another thought about a outside link. Is there a way that when someone would click on this that it would open a new window.(although it is not important)
<a href= "XXXXXXXXXXX" target="blank">B] will open the page in a new window or tab.