I want the node links on my site to appear like the Amadou site; http://amadou.sp0ke.net/. That means just a link to add/read comments and to read the whole node. The links I dont want are login and to read the users blog.

The best thing I could find from a search was a patch added to 4.6. I could
http://drupal.org/node/21373. I am assuming I don't need a module to do this. I could hack the style.css but that seems a bit heavy handed. Any ideas?

Thanks.

- Tyson

Comments

tm’s picture

From what I have seen, theming is the place to do your overrides, so it seems you are on the right track. And you can migrate and reuse themes.

A couple of pages from the handbook (Customization and Theming > PHPTemplate Theme Snippets); Customising how links ($links) are displayed in your pages and Customising blog layouts seem promising. Not sure about the user login part, though I remember seeing it as an inquiry (this is when not have search is a pain; Google it with a "site:drupal.org" suffix!)

You can also attempt to reverse-engineer their theme use with Firefox Firebug or Web Developer plug-ins. It may at least give you ideas.

good luck!