Quote:
Originally Posted by Dead Eddie
You're talking about default, vBulletin tags? You'll actually need the contenttypeid/contentid, not the nodeid.
PHP Code:
$this->content->getContentTypeId();
$this->content->getContentId();
If you haven't found it yet...use the taggablecontent class. Won't save you a query...but it'll save you from rewriting one. 
|
Actually hadnt tested yet, but I had assumed it was nodeid. Just hadnt gotten that far yet. Thanks! Where do i find info on the taggablecontent class? I have already written my query, but am all about doing things the proper way when possible.