Jump to content

suntrop

Members
  • Posts

    316
  • Joined

Community Answers

  1. suntrop's post in Custom selector relative to current page was marked as the answer   
    Seems I've found my selectors
    if ($page->template == 'admin') { // Find all tags, when editing users return $pages->find("template=tag"); } else { // Find tags only from current topic return $page->parent->parent->find("template=tag"); }
×
×
  • Create New...