DrupalBin
Submit Code
About
Recent Posts
Failed relationship
7 hours 25 min
ago
Fix for Code
8 hours 40 min
ago
Fix for Code
8 hours 43 min
ago
Fix for Code
9 hours 3 min
ago
more
Tags
CCK
fapi
jquery
menu
module
Panels
php
simpletest
template.php
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
blocks
Amorfati's page.tpl.php
April 16, 2008 - 1:14pm — Anonymous
<!DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
blocks
page.tpl.php
Read more
Fix for Display block on specific node type, and set current node ID as view argument for node reference.
January 6, 2008 - 8:44am — Anonymous
<?php
// Make sure this is a block version of the view, and the current page is a node
if
(
$view
->
build_type
==
'block'
&& arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
blocks
CCK
node-reference
views
Read more
Fix for Display block on specific node type, and set current node ID as view argument for node reference.
December 26, 2007 - 6:41am — Anonymous
<?php
// Make sure this is a block version of the view, and the current page is a node
if
(
$view
->
build_type
==
'block'
&&
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
blocks
CCK
node-reference
views
Read more
Display block on specific node type, and set current node ID as view argument for node reference.
November 13, 2007 - 9:37pm —
jGirlyGirl
<?php
// Make sure this is a block version of the view, and the current page is a node
if
(
$view
->
build_type
==
'block'
&& arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
blocks
CCK
node-reference
views
Read more