For example in the node teaser, I want it to print "Forum Topic", not "forum". My theme includes $type variable with prints "forum". How do I add a variable to I can print "Forum Topic" on the teaser?

Comments

nevets’s picture

Try changing print $type; to print node_get_types('type', $type);.

Anonymous’s picture

That changed it from printing "forum" to printing "1", as well as a long list of errors:

recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
recoverable fatal error: Object of class stdClass could not be converted to string in /home/lilivg/public_html/sites/all/themes/basic/node.tpl.php on line 56.
Anonymous’s picture

Or how can I call the vocabulary name to the node.tpl.php template?