Installed Feedbuttons but the buttons do not render - Basically shows a 'graphic' box with red 'X'
AdvisorGarage - July 9, 2007 - 15:37
| Project: | FeedButtons |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Any suggestions greatly appreciated!
Andrew

#1
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.
#2
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
#3
Fixed, thanks Sheldon.
Advisor, you can download the new tarball as soon as it's packaged - should be by the end of the day...
#4
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)
#5