I'm confused about how WebLinks are supposed to work. In the configuration page, there's the following option:
Links lead URL or to Web Link node:
URL
node
This seems to me to allow the option for the Web Link to point to a node, or directly to the page being linked to. Is that correct?
In other words, what I expect from that option, and from the descriptions, is that the following use-case would apply:
- User sees page with a number of node titles and teasers for links to another website.
- User clicks on node title.
- Other website loads.
Instead, this seems to be how it works:
- User sees page with a number of node titles and teasers for links to another website.
- User clicks on node title.
- Node displays, with link as a naked link (i.e., no link text, just the link).
- User clicks on naked link.
- Other website loads.
Am I missing something?
Comments
Comment #1
joachim commentedThe setting you mention affects the links on the page that's at /weblinks. (You need to enable this in the menu admin page.)
As far as I can tell, it works as your description of what's expected. Maybe try the latest version, 1.8?
Comment #2
nancydruIf you choose "URL" it works as in your first description.
However, if you choose "node" it shows the node, but no link; therefore nothing to click. I haven't looked carefully yet, but this tends to tell me that there is no hook_view function, or at least needs a better theme function. IMHO, this should be a bug report.
Comment #3
rmiddle commentedNode view seems broken with some themes.
Thanks
Robert
Comment #4
nancydruThis seems to be fixed in 6.x-1.x-alpha2.
Comment #5
rmiddle commentedFixed in CVS for Version 5 Now. It will be in 5.x-1.12.
Thanks
Robert
Comment #6
rmiddle commentedComment #7
nancydru