DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 42 min
ago
weird filefield with mp3 embed object
1 hour 58 min
ago
D6 FAPI Examples
2 hours 26 min
ago
returning to the same code a second time doesn't have the $form_values argument set
6 hours 46 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
security scanner
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
largeview.module
August 13, 2008 - 6:35pm — Anonymous
<?php
// $Id$
/**
* Stole this code from image cache, goal here is to add one more
* formatter that links to node/nid/large instead of node/nid
CCK
module
Read more
ie8.js mini module
July 24, 2008 - 12:24pm — Anonymous
<?php
/**
* Author: Nicolas Borda - http://nic.ipwa.net
* Display help and module information
* This module adds to your site the ie8 JavaScript library from Google Code
*
*/
drupal_add_js
javascript
module
Read more
Full flashvideo.module code
July 22, 2008 - 6:07am — Anonymous
<?php
// $Id: flashvideo.module,v 1.20.2.32 2008/02/20 04:44:26 travist Exp $
/**
* @file
* Enables the ability to attach a Flash video to a node.
*/
flashvideo
module
Read more
Function where I think the code should be integrated
July 22, 2008 - 6:05am — Anonymous
/**
* Search and Replace routine. Scans the body of a node and replaces every tag and its parameters with an object.
*/
function
_flashvideo_replace_tags
(
&
$node
,
$tag
)
{
CCK
flashvideo
module
Read more
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
1
2
3
4
next ›
last »