Non-allowed tag in general_services.module

VinceW - June 29, 2009 - 22:47
Project:Service links
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

LS,

First of all, nice module you've created. Love the concept of it, and ofcourse the result :-)

Did a bit of testing on the 6.x-2.x-dev version. Found a minor thing related to the LinkedIn General Service.

When selecting LinkedIn another window opened as expected. This window showed a few pre-filled fields. One field isn't showing the correct node information. Instead it says:

# First Paragraph: <summary>

After reading README.txt (that's what it's there for) I concluded that there was a not-allowed tag in the service url in general_services.module. It can be found on line #88

   'link' => 'http://...............   &summary=<summary>&source=.......

This should be:

   'link' => 'http://...............   &summary=<teaser>&source=.......

After changing this line, the teaser shows up nicely. Perhaps you can take this with you on your next update.

Best
VinceW

-=[ Your Information Matters ]=-

#1

TheCrow - August 8, 2009 - 10:14
Status:active» fixed

Thank you :))

#2

System Message - August 22, 2009 - 10:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.