Brandon Posted November 17, 2009 Posted November 17, 2009 I had this same problem mate. If you delete the hook, and then re-import, that should fix it :) How do I delete it? nvm.. figured that out I don't think I let the full install run the first time :blink: Quote
oldsmoboi Posted December 2, 2009 Posted December 2, 2009 It's ok, but it doesn't send the full url to the every social network and the user has to go cut and paste sometimes. I also think most of my users don't even know it's there. I'd much rather have a bar full of tiny icons at the top of each post or forum. Quote
John Posted December 2, 2009 Posted December 2, 2009 It's ok, but it doesn't send the full url to the every social network and the user has to go cut and paste sometimes. I also think most of my users don't even know it's there. I'd much rather have a bar full of tiny icons at the top of each post or forum. Yes, I agree that having the single icons in the postbit or below - similar to how it is in vBulletin - would be better. Quote
Brandon Posted December 2, 2009 Author Posted December 2, 2009 I agree with you guys, I had actually forgot we had them..lol :P I like what ArnyVee did on a new site of his. He added the addthis bookmark to his site, but was able to get it blended and integrated real well. I'll have to get a screenshot as soon as I remember the URL. This looks promising http://mods.invisionize.com/db/index.php/f/8739 http://www.imagechicken.com/uploads/1258105798059118800.jpg Quote
oldsmoboi Posted December 4, 2009 Posted December 4, 2009 Cheater! You added that to the end of your post after I read it! Quote
Brandon Posted December 4, 2009 Author Posted December 4, 2009 Cheater! You added that to the end of your post after I read it! ya I guess I should just make a new thread. I had seen the mod at work, so I added it to that post so I would know the link later when I got home :) Quote
oldsmoboi Posted December 4, 2009 Posted December 4, 2009 Did you have to massage that mod at all to get it to show the icons in the forums? They show in gallery and on my front page, but not in a forum thread. Quote
Brandon Posted December 4, 2009 Author Posted December 4, 2009 Did you have to massage that mod at all to get it to show the icons in the forums? They show in gallery and on my front page, but not in a forum thread. Nope The only thing I had to do was put our full URL in because with our forum in a sub-domain, the images didn't link up. Quote
M3xital Posted December 4, 2009 Posted December 4, 2009 It's true. Brandon you just have to change this on your globalTemplate <a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Google"> <img style="padding-bottom:1px;" src="public/style_extra/social/google_trans.gif" alt="Bookmark to: Google" name="Google" border="0" id="Google"> </a> to this if you want to open Google in english <a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=us&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Google"> <img style="padding-bottom:1px;" src="public/style_extra/social/google_trans.gif" alt="Bookmark to: Google" name="Google" border="0" id="Google"> </a> 1 Quote
Brandon Posted December 4, 2009 Author Posted December 4, 2009 It's true. Brandon you just have to change this on your globalTemplate <a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Google"> <img style="padding-bottom:1px;" src="public/style_extra/social/google_trans.gif" alt="Bookmark to: Google" name="Google" border="0" id="Google"> </a> to this if you want to open Google in english <a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=us&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Google"> <img style="padding-bottom:1px;" src="public/style_extra/social/google_trans.gif" alt="Bookmark to: Google" name="Google" border="0" id="Google"> </a> thank you, I've updated the code :) 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.