DrupalBin
Submit Code
About
Recent Posts
Drupal 5 menu
1 hour 2 min
ago
Views 2 get all field names
1 hour 44 min
ago
Code
2 hours 22 min
ago
How do i make this work in D6 (I have to clear the cache everytime to see the tabs)
5 hours 13 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
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
vocabulary
Batch processing the insert of vocabulary terms.
October 24, 2008 - 8:50pm — Anonymous
foreach
(
$filesArray
as
$fileName
)
{
//This opens up the file
$xml
=
file_get_contents
(
$dirLoc
.
$fileName
)
;
//This creates the simple xml object
batch
insert
terms
vocabulary
Add new comment
Read more
Argument handler for terms restricted to vocabulary
November 20, 2007 - 12:21am — Anonymous
function
taxonomy_combination_views_arguments
(
)
{
$arguments
=
array
(
)
;
foreach
(
taxonomy_get_vocabularies
(
)
as
$vocabulary
)
{
if
(
$vocabulary
->
taxonomy_combination_show
)
{
taxonomy
views
vocabulary
Read more