DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 37 min
ago
Fix for Code
1 hour 46 min
ago
d5, hook_comment, trying to force an input filter format
5 hours 4 min
ago
haha
5 hours 38 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
fields
Views 2 get all field names
November 20, 2008 - 12:21pm — Anonymous
// Put this inside a views-view-fields--VIEWNAME.tpl.php file to show the names of all the fields. Remember to set your view's row style to fields.
$field_keys
=
array
(
)
;
field
field names
fields
views
views 2
Add new comment
Read more
Readonly module
July 15, 2008 - 9:35am —
timmillwood
<?php
// $Id$
function
readonly_menu
(
)
{
$items
=
array
(
)
;
$items
[
'admin/settings/readonly'
]
=
array
(
'title'
=>
t
(
'Read Only'
)
,
'description'
=>
t
(
'Which profile fields'
)
,
fields
profile
readonly
Read more