Currently the weblink is hidden down on the comments line and this is quite small if someone isn't looking for it.
Is there some way to make the link available either right after, or just before the weblink description? As a normal link? By placing it in the actual page itself, it would become much more visible and prominent. I have been searching the code for the last hour or more and I cannot find where to tweak it to get it to do what I would like.
I'm prepared to make the mod myself, but I can't see where the description is pulled out of the db and displayed to the user.
Comments
Comment #1
Bèr Kessels commentedYou can do this best in a theme function.
Comment #2
madivad commentedOk, thanks for that, but could you give me more of an idea where to look? I spent a lot of time going through how the module pulls out the data for it to be displayed, and I just couldn't figure it out. Any assistance in getting me closer to the answer would be greatly be appreciated.
Comment #3
Bèr Kessels commented* You need to know soùme advanced themeing; http://drupal.org/phptemplate
* You need to make a node-weblink.tpl.php : http://drupal.org/node/17565
* Then you should use the variable $node->weblink to print the links wherever you like.
Comment #4
Bèr Kessels commentedComment #5
(not verified) commented