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

Bèr Kessels’s picture

Category: feature » support

You can do this best in a theme function.

madivad’s picture

Ok, 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.

Bèr Kessels’s picture

* 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.

Bèr Kessels’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)