I tried to place links within a sticky note (after all, the author name is a link) and it didn't work with full-html. Would be nice. See attachment.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | href.png | 83.02 KB | rkodrupal |
| #7 | firebug.png | 111.29 KB | rkodrupal |
| Full-HTML.png | 22.33 KB | rkodrupal |
Comments
Comment #1
berliner commentedThat the author is a link doesn't mean anything, since it is rendered to be a link in the template. But can't you simply put a plain link in the note? On my test servers those links turn into real links automatically, using "Filtered HTML" input format.
Comment #2
rkodrupal commentednot quite sure what you mean by a plain link ... nothing could be plainer than /a href\ ... but since it works for you i'll play with it later and report back (i had to disable sticky temporarily).
Comment #3
berliner commentedWith plain link I meant www.drupal.org instead of
<a href="http://www.drupal.org">www.drupal.org</a>Comment #4
rkodrupal commentedconfirmed simple links work ... just that their not very pretty:
www.mywebsite.org/node/69
www.mywebsite.org/node/693
www.mywebsite.org/content/world-class-take-iii
www.mywebsite.org/node/1035
they also don't allow for pathologic to do its magic so the website can be easily ported across various servers (localhost, hosting provider).
can we keep this issue as a feature request?
thx
Comment #5
tallsimon commented+1 for this feature
Comment #6
berliner commentedhm, I just tried to add HTML a element to a note on my demo site and it works as well. Is it maybe a problem of input format configuration? A possible problem with that is that you can't change the input format when you edit the sticky. Maybe it would be an option to be able to specify the default input format for each role on the sticky notes configuration page?
Comment #7
rkodrupal commentedSticky Notes has the drop-down for full html, it's just that the a-href functionality doesn't seem to work (for me) ... see attached.