trimTag($tag_name,16); $tag_html .= "
"." ".$tag_trunc."". "
"; } $url_more = make_link("about/tagger"); $html = <<Collapse this block to hide Tagger.
Default Location
About Tagger
Tagger

$tag_html
EOD; $page->add_block( new Block("Tagger", "".$html, "left", 50)); } public function trimTag($s,$len=80) { if(strlen($s) > $len) { $s = substr($s, 0,$len-1); $s = substr($s,0, strrpos($s,'_'))."..."; } return $s; } public function show_about ($event) { global $page; $html = <<
  • If Tagger is in you way, click and drag it's title bar to move it to a more convienient location.
  • Click the links to add the tag to the image's tag list, when done, press Set (by the actual tag list) to save the tags.
  • Tagger gets all the tags in use with 2 or more uses, so the list can get quite large. If you are having trouble finding the tag you are looking for, you can enter it into the box at the top and as you type, Tagger will remove tags that do not match to aid your search.

    If the tag is not in the list, finish typing out the tag and click "Add" to add the tag to the image's tag list.

    Tags must have two uses to appear in Tagger's list, so you'll have to enter the tag for at least one other image for it to show up.

  • Tagger requires javascript for its functionality. Sorry, but there's no other way to accomplish the tag list modifications.

    If you have javascript completely disabled, you will not be able to use Tagger.

    Due to the manner in which Tagger is constructed, it will hide along with it's block on the side bar and block behaviour will remember that setting in shimmie's cookies.

  • EOD; $page->set_title("About Extension: Tagger"); $page->set_heading("About Extension: Tagger"); $page->add_block( new Block("Author", "Artanis (Erik Youngren <artanis.00@gmail.com>)","main",0)); $page->add_block( new Block("Use", $html,"main",1)); } } ?>