so I am trying to start some theme development; I've been working with drupal for a couple of years now, and know my way around the system pretty well. I'd like to start for Drupal 7, specifically gaming themes, because they are really hard to find.
my main question is: is there some kind of guideline for wrapping content? or is it basically preference/style?
What is the best way to have a more custom display of my node-level content?
The situation that precipitates this question is: I want one of the plain text fields in a content type to render as a link when viewing it at node-level. I can't do this using CCK's "Manage Display", afaik.
Hi,
I'm building my first Drupal (7.0) site and would like to place a block on my front page that sums up all values of a certain field for a certain custom content type. My guess is this needs to be with views, but being a newbie here, I'd like to see that confirmed and to have someone hold my hand while I learn this bit ;)