Download & Extend

Non-allowed tag in general_services.module

Project:Service links
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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 ]=-

Comments

#1

Status:active» fixed

Thank you :))

#2

Status:fixed» closed (fixed)

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