tkeats Posted November 26, 2011 Posted November 26, 2011 I have this setup on my osc 2.3.1 test site, however.. the problem I have is when I input the 'username' for the facebook page, it directs the user to my personal username, and not the actual page. Pages can have usernames, I have this setup facebook.com/my.name vs facebook.com/my.company it takes it to my.name, I want it to go to my.company Any thoughts? Quote A signature is something that reflects its user. - The dictionary The question is not, 'to code, or not to code' the question is, 'if we do not code, are we really alive?' -- anonymous
web-project Posted November 26, 2011 Posted November 26, 2011 I think good article how to do it: http://www.siliconbeachtraining.co.uk/blog/set-short-url-facebook-fan-page-business/ or simply just google for it. Quote Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
tkeats Posted November 27, 2011 Author Posted November 27, 2011 .. thats not it, I have the vanity name, in fact I have a couple of them, the issue is the module when enabled, and setup, doesnt send you to the appropriate site. It sends it to my personal 'wall' not the 'business wall' Quote A signature is something that reflects its user. - The dictionary The question is not, 'to code, or not to code' the question is, 'if we do not code, are we really alive?' -- anonymous
PupStar Posted November 27, 2011 Posted November 27, 2011 if you look in the code includes/modules/boxes/bm_social_box.php you will see the link as follows: ' <a href="http://www.new.facebook.com/profile.php?id=' . MODULE_BOXES_FACEBOOK_ACCOUNT_NAME . '" target="_new">' . tep_image(DIR_WS_IMAGES . 'follow-us-on-facebook.png', 'Follow us on Facebook') . '</a><br><a href="http://twitter.com/' . MODULE_BOXES_TWITTER_ACCOUNT_NAME . '" target="_new">' . tep_image(DIR_WS_IMAGES . 'follow_us_twitter.png', 'Tweet Us!') . '</a>' . change the code to ' <a href="http://www.facebook.com/' . MODULE_BOXES_FACEBOOK_ACCOUNT_NAME . '" target="_new">' . tep_image(DIR_WS_IMAGES . 'follow-us-on-facebook.png', 'Follow us on Facebook') . '</a><br><a href="http://twitter.com/' . MODULE_BOXES_TWITTER_ACCOUNT_NAME . '" target="_new">' . tep_image(DIR_WS_IMAGES . 'follow_us_twitter.png', 'Tweet Us!') . '</a>' . and see what happens. Mark Quote
Seanx5000 Posted March 18, 2013 Posted March 18, 2013 Sorry for posting this here. I have manage to upload all the files in my folders but the Infobox install module is not showing on admin side. Tx in advance for ur help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.