Any suggestions greatly appreciated!

Andrew

CommentFileSizeAuthor
#1 patch_157.txt20.25 KBsheldon rampton

Comments

sheldon rampton’s picture

StatusFileSize
new20.25 KB

I found a bug in the code that might explain this. Specifically, the image paths to the buttons are generated by concatenating a slash with drupal_get_path('module', 'feedbuttons') .'/buttons/' and the filename of the graphic. This would work fine for sites where the URL for the Drupal site is the same as the domain name where it resides, but if the Drupal site is located in a subpath (e.g., www.mysite.com/drupal), the path will break.

Instead of beginning the image path with just a slash, the code should be fixed to begin the image paths with the $base_url global. I'm attaching a patch that fixes the bug.

AdvisorGarage’s picture

Many thanks. As a newbie...what should I do with the patch? i.e. Where does it go and what do I overwrite?

Andrew
http://www.AdvisorGarage.com/community

matt@antinomia’s picture

Status: Active » Fixed

Fixed, thanks Sheldon.

Advisor, you can download the new tarball as soon as it's packaged - should be by the end of the day...

mimhakkuh’s picture

i had the same problem, now tested the new version and all works fine, thx a lot. (though, i was a little confused as i found this beeing more a bookmarking than a feed-application)

Anonymous’s picture

Status: Fixed » Closed (fixed)