Ha, i found it under "
Navbar: Eval Blog Link Template and Validate Styleid" so i changed:
$template_hook['navtab_
middle'] .= vB_Template::create('blog_navbar_link')->render();
to
$template_hook['navtab_
end'] .= vB_Template::create('blog_navbar_link')->render();
But now it is like
CMS_FORUM_
AAA_
BBB_
CCC_WHATSNEW_
BLOGS
so i would like to change BLOG<->WHATSNEW ... like this
CMS_FORUM_
AAA_
BBB_
CCC_
BLOGS_WHATSNEW
(My previouws post was wrong, i already fixed it)
And i cant see any hook for WhatsNew ... i guess, i need to digg it somewhere else
EDIT: WoW Lynne you so fast, i did not saw your reply, thanks!
EDIT2: Solved! My script had "Execution Order" set to "15" and that Blog one was "6", so i set "5" for my script and set Blog back to "middle", which isi "Execution Order: 6" ... and VOALA