I added stumbleupon to the service links and I'm trying to get registered as an allowable contributor to upload my addition to the source. Of course, if someone else wants to add it into the source and save me the trouble...
Also, I noticed that the service link can (line) break between a service image and it's text description, which is -IMHO- a flaw. (see attached screenshot) adding an " " doesn't seem to solve this problem, so I was wondering if anyone else had any ideas or wanted a crack at it.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | StumbleUpon.02.patch | 3.59 KB | NaX |
| #5 | StumbleUpon.patch | 2.96 KB | NaX |
| screenie[9].Png | 6.61 KB | jakemonO |
Comments
Comment #1
jakemonO commentedthe " " in the previous message should read " "
Comment #2
apsivam commentedcan you provide a patch
Comment #3
costik commentedI'd love to have this added, too.
Comment #4
costik commentedOpen service_links.module, and scroll down to where it says:
Paste in:
Save the file. If you want the stumble1.gif file because you're displaying images with your service links, you can get it here:
http://www.stumbleupon.com/integrate.php
Save to the same directory as service_links.module.
Note: This isn't a "patch" because some magic has to happen in the service_links_admin_settings function to allow administrators to turn display of this on or off, but I'm not enough of a Drupal guru to figure this out, at least at this hour.
Comment #5
NaX commentedThis patch adds support for stumbleupon and adds support for $service_links var in page.tpl.php.
Comment #6
starkos commentedTried the patch here, works as advertised. You can see it at http://industriousone.com/
Comment #7
NaX commentedHere is an update to the last patch. It just fixes the title that is passed into the links for when the links are used on pages that are not nodes. It also appends the site name to the title if it is enabled in the current theme.
Comment #8
owen barton commentedThis appears to be committed in the latest DRUPAL-5 branch
Comment #9
apsivam commented