Revision of Get tid from Fri, 10/01/2010 - 15:55

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

$storyVid = <vid of the taxonomy you want to match the term to>
$storyTerms = taxonomy_get_term_by_name($termName);
foreach ($storyTerms as $storyTerm) {
if ( $storyTerm->vid != $storyVid ) {
$storyTid = $storyTerm->tid;
}
}

Recent Updates

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 6 days ago
  • PHP
    9 months 6 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound