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
rdf
theme_username RDFa
October 17, 2009 - 2:07am —
scor
function
theme_username
(
$variables
)
{
if
(
isset
(
$variables
[
'link_path'
]
)
)
{
// We have a link path, so we should generate a link using l().
// Additional classes may be added as array ele
rdf
Read more
User page with RDFa
May 14, 2009 - 9:29am — Anonymous
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
xml:
lang
=
"en"
dir
=
"ltr"
fields in core
rdf
Read more
RDF in core idea
May 13, 2009 - 10:33am — Anonymous
<?php
/**
* Implementation of hook_rdf_schema().
*/
function
node_rdf_schema
(
)
{
$rdf
=
array
(
)
;
$rdf
[
'node'
]
=
array
(
'label'
=
>
t
(
'content'
)
,
'class'
=
>
'sioc:post'
)
;
core
rdf
token
Read more
values can be either strings or arrays even single-value arrays
May 12, 2009 - 10:19am — Anonymous
<?php
// $Id$
/**
* @file
* Hooks provided by the RDF module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Allow modules to define their own RDF mappings.
*
* @return
fields in core
rdf
Read more
Fix for rdf.api.php
May 12, 2009 - 10:15am — Anonymous
<?php
// $Id$
/**
* @file
* Hooks provided by the RDF module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Allow modules to define their own RDF mappings.
*
* @return
fields in core
rdf
Read more
rdf.api.php
May 12, 2009 - 9:43am — Anonymous
<?php
// $Id$
/**
* @file
* Hooks provided by the RDF module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Allow modules to define their own RDF mappings.
*
* @return
fields in core
rdf
Read more