DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 58 min
ago
Fix for my user handler
2 hours 20 min
ago
Fix for my user handler
2 hours 24 min
ago
my user handler
4 hours 12 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
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
imagefield_gallery
Fix for html output
July 6, 2008 - 1:52pm —
EclipseGc
<div
class
=
"imagefield-gallery-scrollbox"
>
<div
class
=
"nav"
>
<a
class
=
"left"
>
<
</a>
<a
class
=
"right"
>
>
</a>
</div>
<div
class
=
"thumbnail-browser"
>
<div
class
=
"thumbnail"
>
imagefield_gallery
Read more
html output
July 6, 2008 - 1:29pm —
EclipseGc
<div
class
=
"imagefield-gallery-scrollbox"
>
<div
class
=
"nav"
>
<a
class
=
"left"
>
<
</a>
<a
class
=
"right"
>
>
</a>
</div>
<div
class
=
"thumbnail-browser"
>
<div
class
=
"thumbnail"
>
imagefield_gallery
Read more
Code
July 6, 2008 - 1:27pm —
EclipseGc
$
(
document
)
.
ready
(
function
(
)
{
$
(
'div.imagefield-gallery-scrollbox'
)
.
each
(
function
(
)
{
imagefield_gallery
Read more
scrollbox.js
July 4, 2008 - 9:12pm — Anonymous
$
(
document
)
.ready
(
function
(
)
{
$
(
'div.imagefield-gallery-scrollbox'
)
.
each
(
function
(
)
{
imagefield_gallery
Read more
imagefield_gallery_scrollbox.module
July 4, 2008 - 9:12pm — Anonymous
<?php
//$Id: imagefield_gallery_lightbox2.module,v 1.7 2008/05/04 16:09:20 eclipsegc Exp $
/**
* implementation of hook_enable()
*/
function
imagefield_gallery_scrollbox_enable
(
)
{
imagefield_gallery
Read more
Code
June 21, 2008 - 4:17pm —
EclipseGc
function
imagefield_gallery_nodetypes
(
)
{
$types
= content_types
(
)
;
$i
=
0
;
$nt
=
array
(
)
;
foreach
(
$types
as
$type
)
{
foreach
(
$type
[
'fields'
]
as
$field
)
{
imagefield_gallery
Read more
Code
February 11, 2008 - 7:24pm — Anonymous
$js_settings
=
array
(
'use_alt_layout'
=>
false
,
'disable_zoom'
=>
false
,
'force_show_nav'
=>
false
,
'group_images'
=>
TRUE
,
imagefield_gallery
Read more
Code
February 11, 2008 - 3:07pm — Anonymous
function
theme_imagefield_gallery_lightbox2
(
$images
=
array
(
)
,
$node
)
{
$output
=
''
;
$count
=
count
(
$images
)
;
$var
=
variable_get
(
'imagefield_gallery'
,
array
(
)
)
;
if
(
$count
)
{
imagefield_gallery
Read more
Imagefield Gallery Readme
January 25, 2008 - 12:07pm — Anonymous
Imagefield Gallery is specifically designed to make theming and displaying
imagefield images easy. Imagefield Gallery makes use of nodeapi and
imagefield_gallery
Read more