DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for Code
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
taxonomy
test
theme
views
more tags
Home
html
Fix for Allow HTML in "node" titles for Drupal 6.x
May 7, 2012 - 10:18am — Anonymous
<?php
/*
* Created 20 Apr 2009 12:07:47 by Greg Harvey
* http://www.drupaler.co.uk
*/
function
html_titles_preprocess_page
(
&
$vars
)
{
if
(
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
$node
6.x
drupal
html
nodes
titles
Read more
html test
August 7, 2011 - 10:38am — Anonymous
<!--[if lt IE 9 ] &[if !IEMobile 7 ] >
<link rel="stylesheet" href="<?php print base_path() .
conditional
html
ie
Read more
test
March 30, 2011 - 1:09pm — Anonymous
<
p
><
b
>
sed
<
/
b
>
(abréviation de
<
b
>
S
<
/
b
>
tream
<
b
>
ED
<
/
b
>
itor, «
 
éditeur de flux
 
») est un
<
a
href
=
"http://fr.wikipedia.org/wiki/Programme_informatique"
class
=
"mw-redirect"
target
=
"blank"
title
=
html
Read more
Fix for Allow HTML in node titles for Drupal 6.x
November 10, 2010 - 8:42am — Anonymous
<?php
/*
* Created 20 Apr 2009 12:07:47 by Greg Harvey
* http://www.drupaler.co.uk
*/
function
html_titles_preprocess_page
(
&
$vars
)
{
if
(
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
$node
6.x
drupal
html
nodes
titles
Read more
compete page
September 14, 2010 - 9:20am — Anonymous
<!
DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
dir
=
"ltr"
>
<
head
html
Read more
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
July 31, 2010 - 3:23am — Anonymous
<?php
/*
* Created 20 Apr 2009 12:07:47 by Greg Harvey
* http://www.drupaler.co.uk
*/
function
html_titles_preprocess_page
(
&
$vars
)
{
if
(
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
$node
6.x
drupal
html
nodes
titles
Read more
ciao
May 22, 2010 - 10:46am — Anonymous
<
p
>
ciao
<
/
p
>
html
Fix for Allow HTML in node titles for Drupal 6.x
April 8, 2010 - 11:21am — Anonymous
<?php
/*
* Created 20 Apr 2009 12:07:47 by Greg Harvey
* http://www.drupaler.co.uk
*/
function
html_titles_preprocess_page
(
&
$vars
)
{
if
(
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
$node
6.x
drupal
html
nodes
titles
Read more
Custom Filter to remove HTML Comments
January 19, 2010 - 4:46pm — Anonymous
/**
* Implementation hook_filter().
*/
function
custom_filter
(
$op
,
$delta
= 0,
$format
= -1,
$text
=
''
)
{
switch
(
$op
)
{
case
'list'
:
return
array
(
0
=
>
'HTML Comment Removal Filte
filter
html
Read more
Fix for Fix for Fix for Allow HTML in node titles for Drupal 6.x
December 16, 2009 - 8:58am — Anonymous
<?php
/*
* Created 20 Apr 2009 12:07:47 by Greg Harvey
* http://www.drupaler.co.uk
*/
function
html_titles_preprocess_page
(
&
$vars
)
{
if
(
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
$node
6.x
drupal
html
nodes
titles
Read more
1
2
next ›
last »