Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Adding tabs into Vanilla
Best Answer
-
sahotataran ✭✭✭for that you will have to copy
forum->applications->dashboard->views->default.master.php
toforum->themes->default->views->
if you do not have folder views in themes then you can create one. and then edit the file accordingly in the theme folder.
i suggest coping it to themes because then you can just reuse it from themes folder rather than having to look into the applications and also if you mess up anything from themes folder then your original vanilla framework will not be effected
ThanksThere was an error rendering this rich post.
0
Answers
Thanks
There was an error rendering this rich post.
Use Menu->AddLink() to add links to Menu.
still if this is not helpful then let me know
Thanks
There was an error rendering this rich post.
i suggest coping it to themes because then you can just reuse it from themes folder rather than having to look into the applications and also if you mess up anything from themes folder then your original vanilla framework will not be effected
Thanks
There was an error rendering this rich post.
There was an error rendering this rich post.
$this->Menu->AddLink($Group, $Text, $Url, FALSE, '', array('target'=>'_blank'))
It really helps to find the original method. Use grep, it can find anything.
grep is your friend.
thanks. i suppose we can set other properties through this as well.
There was an error rendering this rich post.
There was an error rendering this rich post.