DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
Code
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
taxonomy
test
theme
views
more tags
Home
List
Drupal6 table list
June 29, 2011 - 6:31pm — Anonymous
mysql
>
SHOW
TABLES
;
+
--------------------------+
|
Tables_in_drupal6
|
+
--------------------------+
|
access
|
|
accesslog
|
|
aggregator_category
|
drupal6
List
table
Read more
PHP help, printing a list instead of a table
November 30, 2009 - 3:45pm —
honu
function
template_preprocess_forum_topic_list
(
&
$variables
)
{
global
$forum_topic_list_header
;
// Create the tablesorting header.
$ts
=
tablesort_init
(
$forum_topic_list_header
)
;
$header
=
List
php
theme
_theme_table_cell
Read more
Custom taxonomy list with nested children in their own div. The same ID variable, +1 each loop, is accessible by parent and nest
March 15, 2009 - 8:31pm — Anonymous
<?php
function
private_get_taxparent
(
$vocabid
,
$father
= 0
)
{
$pieces
=
array
(
)
;
$theterms
=
taxonomy_get_tree
(
$vocabid
,
$father
, -1, 1
)
;
foreach
(
$theterms
as
$theterm
)
{
item_list
List
menu
taxonomy
theme
Read more
div to list
November 19, 2008 - 10:49am — Anonymous
<?php
if
(
$field_name
==
"field_players_0809"
)
:
?>
<?php
if
(
!
$field_empty
)
:
?>
<div class="field field-type-
<?php
print
$field_type_css
?>
field-
<?php
print
$field_name_css
?>
">
CCK
DIV
List
Read more