Quote Originally Posted by lidlchris View Post
not suggesting a bug - just need help figuring out why the first 3 show my domain name even when i use the default social_defines file.. you can see i'm using the default social_defines file if you check the coding behind the last 3 - they all point to your site.. here is the exact coding that that site is using right now:

<?php
/**
* Social Sidebar Definitions
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
* @version $Id: social_sidebar.php 1.0 11/13/2012 Picaflor Azul $
*/

/*bof social icons*/
define('TWITTER_ICON', 'twitter.png');
define('FACEBOOK_ICON','facebook.png');
define('YOUTUBE_ICON', 'youtube.png');
define('PINTEREST_ICON', 'pinterest.png');
define('GOOGLE_ICON', 'google.png');
define('BLOG_ICON', 'blog.png');

/*bof social urls*/
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
define('BLOG', 'http://www.picaflor-azul.com/blog');

/*bof social titles*/
define('TWITTER_TITLE', 'Twitter');
define('FACEBOOK_TITLE','Facebook Page');
define('YOUTUBE_TITLE', 'Youtube');
define('PINTEREST_TITLE', 'Pinterest');
define('GOOGLE_TITLE', 'Google');
define('BLOG_TITLE', 'Blog');

/*bof social alt text*/
define('TWITTER_ALT', 'Follow Us On Twitter');
define('FACEBOOK_ALT','Our Facebook Page');
define('YOUTUBE_ALT', 'Subscribe to Us On Youtube');
define('PINTEREST_ALT', 'Follow Us OnPinterest');
define('GOOGLE_ALT', 'Follow Us On Google Plus');
define('BLOG_ALT', 'Read Our Blog');



please notice that the top 3 links do NOT match what is showing up on my site - swordsofhonor.net

is it java coding that is putting those links in?? maybe if i knew how that worked i can figure out why it's filling the first 3 in with my site/facebook,twitter,youtube.. the crazy thing is it's filling out 2 of them with the words 'Highlandrags' and that is one of my websites - but certainly not the one i'm testing with. could it be pulling in coding from another site???