DrupalBin
Submit Code
About
Recent Posts
Code
33 min 15 sec
ago
Code
12 hours 33 min
ago
scrollbox.js
16 hours 53 min
ago
imagefield_gallery_scrollbox.module
16 hours 53 min
ago
more
Tags
CCK
drupal
fapi
javascript
jquery
menu
module
Panels
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
module
Fix for overriding favorite nodes links
June 23, 2008 - 10:51am — Anonymous
function
phptemplate_links
(
$links
,
$attributes
=
array
(
'class'
=>
'links'
)
)
{
$output
=
''
;
if
(
count
(
$links
)
>
0
)
{
$output
=
'<ul'
.
drupal_attributes
(
$attributes
)
.
'>'
;
module
theme
Read more
Fix for overriding favorite nodes links
June 23, 2008 - 10:45am — Anonymous
function
phptemplate_links
(
$links
,
$attributes
=
array
(
'class'
=>
'links'
)
)
{
$output
=
''
;
if
(
count
(
$links
)
>
0
)
{
$output
=
'<ul'
.
drupal_attributes
(
$attributes
)
.
'>'
;
module
theme
Read more
Fix for overriding favorite nodes links
June 23, 2008 - 10:05am — Anonymous
function
phptemplate_links
(
$links
,
$attributes
=
array
(
'class'
=>
'links'
)
)
{
$output
=
''
;
if
(
count
(
$links
)
>
0
)
{
$output
=
'<ul'
.
drupal_attributes
(
$attributes
)
.
'>'
;
module
theme
Read more
Fix for overriding favorite nodes links
June 17, 2008 - 12:11pm — Anonymous
/**
* Implementation of hook_links().
*/
function
favorite_nodes_link
(
$type
,
$node
=
null
,
$teaser
=
false
)
{
global
$user
;
$links
=
array
(
)
;
if
(
$type
==
'node'
&& !
$teaser
)
{
module
theme
Read more
overriding favorite nodes links
June 13, 2008 - 9:48am — Anonymous
/**
* Implementation of hook_links().
*/
function
favorite_nodes_link
(
$type
,
$node
=
null
,
$teaser
=
false
)
{
global
$user
;
$links
=
array
(
)
;
if
(
$type
==
'node'
&& !
$teaser
)
{
module
theme
Read more
First Commit of a module, posted here for RMuilwijk in IRC
June 9, 2008 - 3:08am — Anonymous
Macintosh:Drupal brianpuccio$ cvs login
Logging in to :pserver:brianpuccio@cvs.drupal.org:2401/cvs/drupal-contrib
CVS password:
cvs
module
Read more
Crawler
May 27, 2008 - 5:05pm — Anonymous
<?php
// $Id$
/**
* cURL class
*/
class
drupal_security_scanner_test
{
var
$ch
;
var
$curl_options
=
array
(
)
;
var
$elements
;
/**
crawler
module
scanner
Read more
hook form parse error
April 7, 2008 - 6:35pm —
http://mitchell...
/**
* Implementation of hook_form()
* TODO: title=hostname ip= file=tar.bz2 description=body disk size=(permissioned) memory size=(permissioned) swap size=(permissioned)
*/
module
xen
xen node
Read more
This is simplemodule.module . It only has 3 lines of code. not working :(
March 17, 2008 - 3:37am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
simplemodule_user
(
$op
, &
$edit
, &
$account
,
$category
=
NULL
)
{
hook_user
module
user_access
Read more
Fix for my module is showing bug .. not sure why ..
March 16, 2008 - 3:41pm — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
/* TODO: add user billing address. User card information or other things may be .. */
database
error
module
permission
user hooks
Read more
1
2
3
next ›
last »