You can view this error by just going to my journal. At the top, in the linkbar there is a word link to 'share' which goes nowhere and for the life of me I can't figure how it got there and how to get rid of it
( Read more... )
You need to fix your Entry::print_linkbar() function. Apparently LJ has removed the "tell someone" function and replaced/renamed it as the share function.
In Entry::print_linkbar(), under the linkbar_images and linkbar_captions strings, change the "tell_friend" text to "share"
I think that's all that needs to be done. It worked for my layout, but I don't bother to change the images so all I did was tweak LJ's original code to change the separator, whereas it seems like you change both images and separator.
Actually, it seems like while the image has made it through, the actual share link function hasn't. When you click on it a pop-up window should come up showing options to share it via Facebook/Twitter/Tumbler/etc.
I did a hackjob of the code and this should work. Just replace your entire Entry::print_linkbar() function with this:
Comments 5
In Entry::print_linkbar(), under the linkbar_images and linkbar_captions strings, change the "tell_friend" text to "share"
I think that's all that needs to be done. It worked for my layout, but I don't bother to change the images so all I did was tweak LJ's original code to change the separator, whereas it seems like you change both images and separator.
Reply
Reply
I did a hackjob of the code and this should work. Just replace your entire Entry::print_linkbar() function with this:
function Entry::print_linkbar ( ... )
Reply
Reply
Leave a comment