DrupalBin
Submit Code
About
Recent Posts
TwitterFeed for D4D review
text
rewrite
Module to overrule the save settings of the "new node" form
Code
apidoc
Empty DateTime Object
Fix for listcars_manufacturer.module
listcars_manufacturer.info
listcars_manufacturer.module
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
custom node
Fix for remove node title link
October 25, 2009 - 4:21am — Anonymous
<?php
// $Id: node.tpl.php,v 1.1 2009/02/28 23:33:58 jwolf Exp $
?>
<!-- start node.tpl.php -->
<div id="node-
<?php
print
$node
-
>
nid
;
?>
" class="node
<?php
print
$node_classes
;
?>
">
<?php
p
custom node
Read more
remove node title link
October 25, 2009 - 4:19am —
rpadua
<?php
// $Id: node.tpl.php,v 1.1 2009/02/28 23:33:58 jwolf Exp $
?>
<!-- start node.tpl.php -->
<div id="node-
<?php
print
$node
-
>
nid
;
?>
" class="node
<?php
print
$node_classes
;
?>
">
<?php
p
custom node
Read more
how can I remove node title link?
October 25, 2009 - 4:16am — Anonymous
<?php
// $Id: node.tpl.php,v 1.1 2009/02/28 23:33:58 jwolf Exp $
?>
<!-- start node.tpl.php -->
<div id="node-
<?php
print
$node
-
>
nid
;
?>
" class="node
<?php
print
$node_classes
;
?>
">
<?php
p
custom node
Read more
A custom node type for vehicles using taxonomy to manage make / model details
October 8, 2008 - 11:56pm —
Phippsy
<?php
// $Id: vehicle.module,v 1.26 2008/10/9 13:40:00 michaelphipps Exp $
/**
* @node_vehicle
* This module defines a custom node type with a custom make / model form element
Custom Element
custom node
Drupal 6
taxonomy
Read more