Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
A People Bookmark System
This discussion has been closed.
Comments
The styling well that is the style for my forum and can easily be changed in style.css since most people use a custom style anyway I figured most people would have to change it anyways.
$AdministrativeOptions = $Context->GetDefinition("AdministrativeOptions"); $Panel->AddList($AdministrativeOptions, 10); $Panel->AddListItem($AdministrativeOptions,$Context->GetDefinition("Friends_Settings"),GetUrl($Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=Friends'));
to this:
$Panel->AddList('Extension Options', 10); $Panel->AddListItem('Extension Options',$Context->GetDefinition("Friends_Settings"),GetUrl($Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=Friends'));