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
Recent Posts
TwitterFeed for D4D review
September 3, 2010 - 6:55am — Anonymous
http:
//drupal.org/project/issues/search/drupal/rss?status[0]=Open&issue_tags=Needs%20design%20review
text
September 3, 2010 - 6:26am — Anonymous
this is a normal text...
rewrite
September 3, 2010 - 6:24am — Anonymous
RewriteCond
%
{
HTTP_HOST
}
^aaa\.net$
[
NC
]
RewriteRule ^
(
.
*
)
$ http:
//bbb.com/$1 [L,R=301]
Module to overrule the save settings of the "new node" form
September 3, 2010 - 5:30am — Anonymous
<?php
/**
* Display help and module information
* @param path which path of the site we're displaying help
* @param arg array that holds the current path as would be returned from arg() function
Read more
Code
September 3, 2010 - 12:02am — Anonymous
? drush_interactive.patch
?
Read more
apidoc
September 2, 2010 - 3:15pm — Anonymous
/**
* Overrides SelectQuery::orderBy().
*
* PostgreSQL adheres strictly to the SQL-92 standard and requires that when
* using DISTINCT or GROUP BY conditions, fields and expressions
Read more
Empty DateTime Object
September 2, 2010 - 11:51am —
jrguitar21
<?php
// Put this code in a new file (eg date.php) in your drupal root.
$_SERVER
[
'REMOTE_ADDR'
]
=
'127.0.0.1'
;
require_once
'./includes/bootstrap.inc'
;
drupal_bootstrap
(
DRUPAL_BOOTSTRAP_FULL
)
;
date
Read more
Fix for listcars_manufacturer.module
September 2, 2010 - 5:11am — Anonymous
<?php
// $Id$
/**
* @file
* Attaches a view to the manufactures nodes with a list of cars available from this manufacturer
*/
/**
* implementation of hook_nodeapi
*/
function
listcar
Read more
listcars_manufacturer.info
September 2, 2010 - 5:05am — Anonymous
;
$Id
$
name = listcars_manufacturer
description = Attaches a view to the manufactures nodes with a
list
of cars available from this manufacturer
core = 6.x
package = Car Sellers
listcars_manufacturer.module
September 2, 2010 - 5:03am — Anonymous
<?php
// $Id$
/**
* @file
* Attaches a view to the manufactures nodes with a list of cars available from this manufacturer
*/
/**
* implementation of hook_nodeapi
*/
function
listcar
Read more
Apple iPod Streaming-Event von heute - Windows, Android ist nicht zwingend
September 2, 2010 - 4:42am —
zhoulei
Apple zum Livestream ihre Herbstveranstaltung
Hey, hasst du liest? Nun, schließlich ist Apple Gefühl deinen Schmerz.
Apple zum Livestream ihre Herbstveranstaltung
Read more
manufacturer to vechile view
September 2, 2010 - 4:38am — Anonymous
$view
=
new
view;
$view
-
>
name
=
'listcars'
;
$view
-
>
description
=
'attachments of a list of cars for the manufacturers pages'
;
$view
-
>
tag
=
''
;
$view
-
>
view_php
=
''
;
$view
-
>
base_table
=
'node'
;
$
Read more
Der Hoffnungsträger für Hoffnung: Tablet-PC
September 2, 2010 - 4:38am — Anonymous
Neue shelle entwickelte persönliche Tablet
Für viele ist der Tablet-PC ein Hoff¬nungsträger:
Die
Konsumenten hoffen auf ein leicht zu bedienendes Gerä
t
mit Sexappeal,
die
Komponentenlieferan¬ten auf
Der Hoffnungsträger für Hoffnung: Tablet-PC
Read more
Code
September 2, 2010 - 4:37am — Anonymous
function
befimmo_surfaces_help
(
$section
)
{
switch
(
$section
)
{
case
'admin/help#services_node'
:
return
t
(
'<p>Provides echo methods to services applications.
Read more
Apple iPod Streaming-Event von heute - Windows, Android ist nicht zwingend
September 2, 2010 - 4:33am — Anonymous
Apple zum Livestream ihre Herbstveranstaltung
Hey, hasst du liest? Nun, schließlich ist Apple Gefühl deinen Schmerz.
Android ist nicht zwingend
Apple iPod Streaming-Event von heute - Windows
Read more
Fix for Re:
September 2, 2010 - 4:30am — Anonymous
Apple iPod Streaming-Event von heute - Windows, Android ist nicht zwingend
Apple zum Livestream ihre Herbstveranstaltung
Hey, hasst du liest? Nun, schließlich ist Apple Gefühl deinen Schmerz.
Android ist nicht zwingend
Apple iPod Streaming-Event von heute - Windows
Read more
Code
September 2, 2010 - 4:20am — Anonymous
// $Id: colorbox_default_style.js,v 1.2 2010/04/18 14:36:29 frjo Exp $
(
function
(
$
)
{
Drupal.behaviors.initColorboxDefaultStyle =
function
(
context
)
{
$
(
document
)
.bind
(
'cbox_complete'
, functio
Read more
Code
September 1, 2010 - 3:08pm — Anonymous
<?php
function
bootstrap
(
$drupaldir
,
$http_host
=
'example.com'
)
{
// Change to the Drupal directory.
chdir
(
$drupaldir
)
;
// Set some server variables so Drupal doesn't freak out.
$_SERV
Read more
Code
September 1, 2010 - 2:39pm — Anonymous
<?php
if
(
arg
(
0
)
==
'node'
&&
is_numeric
(
arg
(
1
)
)
)
{
$node
=
node_load
(
arg
(
1
)
)
;
switch
(
$node
-
>
type
)
{
case
'blog'
:
# code...
break
;
}
}
?>
Fix for Fix for Fix for Fix for retrieve field result from node
September 1, 2010 - 2:13pm — Anonymous
// Example code to return the data for node 15 -- a change_request content_type.
// The manager field uses the CCK user_reference field
// The assigned is just a text field for comparison
$myen
d7
Read more
1
2
3
4
5
6
7
8
9
…
next ›
last »