DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 19 min
ago
Code
13 hours 18 min
ago
scrollbox.js
17 hours 39 min
ago
imagefield_gallery_scrollbox.module
17 hours 39 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
drupal
Some code to search flickr for images
July 2, 2008 - 10:18am — Anonymous
function
_optotrip_block_flickr
(
)
{
$termtext
= _optotrip_get_block_context
(
)
;
if
(
$termtext
==
''
)
{
return
NULL
;
}
$starttime
=
microtime
(
TRUE
)
;
lightbox2_add_files
(
)
;
block
drupal
flickr
Read more
remove blog link
April 24, 2008 - 1:50pm — Anonymous
function
phptemplate_links
(
$links
,
$attributes
=
array
(
)
)
{
unset
(
$links
[
'blog_usernames_blog'
]
)
;
return
theme_links
(
$links
,
$attributes
)
;
}
drupal
juery
March 8, 2008 - 4:39pm — Anonymous
/**
* @author dereine
*/
$
(
document
)
.
ready
(
function
(
)
{
$
(
'form#contact-mail-page'
)
.
submit
(
function
(
)
{
if
(
$
(
'form#contact-mail-page input#edit-name'
)
.
val
(
)
==
""
)
{
drupal
jquery
Read more
drupal amfphp helper class
March 5, 2008 - 8:22am — Anonymous
package
{
import
flash.
net
.
Responder
;
/*
* Drupal class for AMFPHP connections to Drupal services
*/
public
class
Drupal
{
public
var
gatewayUrl:
String
=
""
;
drupal
Read more
Fix for theme_view()
February 24, 2008 - 12:36am — Anonymous
<
?php
function theme_view
(
$view_name, $limit = NULL, $use_pager = NULL, $type =
'embed'
, $view_args = array
(
)
)
{
if
(
$view = views_get_view
(
$view_name
)
)
{
drupal
php
views
Read more
Fix for theme_view()
February 24, 2008 - 12:35am — Anonymous
function theme_view($view_name, $limit = NULL, $use_pager = NULL, $type = 'embed', $view_args = array()) {
if ($view = views_get_view($view_name)) {
drupal
php
views
Read more
Fix for theme_view()
February 24, 2008 - 12:35am — Anonymous
function
theme_view
(
$view_name
,
$limit
=
NULL
,
$use_pager
=
NULL
,
$type
=
'embed'
,
$view_args
=
array
(
)
)
{
if
(
$view
= views_get_view
(
$view_name
)
)
{
drupal
php
views
Read more
theme_view()
February 24, 2008 - 12:34am — Anonymous
/**
* Returns a themed view.
* @param $view_name
* The name of the view.
* @param $limit
* Maximum number of nodes displayed on one page. if $limit is set and $use_pager is
drupal
php
views
Read more
Trying to get summary in teaser
February 15, 2008 - 8:50am — Anonymous
<a href=
"?q=node/<?php print $node->vid ?>"
title=
"<?php print check_plain($node->title) ?>"
><?php
print
check_plain
(
$node
->
title
)
?></a>
<br/>
comments
content template
drupal
teaser
views
Read more
geshifilter.inc
February 12, 2008 - 7:52am — Anonymous
<?php
// $Id: geshifilter.inc,v 1.2 2008/01/18 17:36:43 soxofaan Exp $
function
_geshifilter_get_geshi_dir
(
)
{
drupal
geshi
syntax
Read more
1
2
next ›
last »