Jump to content

Recommended Posts

Posted
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:

  • 2 weeks later...
Posted
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.
Posted
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.
Posted
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 :)

Posted
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.

Posted

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>

  • Like 1
Posted
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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...