Not signed in (Sign In)
 
Oct 7th 2007 edited
 
MySchizoBuddy reported this bug:

File themes/discussion_form.php
Line 12
it should be
$cs->Attributes .= ' id="ddCategories"';
Attributes should be appended not replaced, So we can add our own attributes and this command won't overwrite them.

File Vanilla/Vanilla.Control.DiscussionForm.php
Line 244 It doesn't have the $cs as a delegate parameter, so extensions are not able to add an additional option to the category select box. If you know of a way let me know. For now we just need a delegate parameter
$this->DelegateParameters['categorySelectBox'] = &$cs;
 
Oct 8th 2007 edited
 
Another way would be to use the ObjectFactory to override the category select class... but delegates seem to be easier for some to wrap their head around.
 
Nov 15th 2007
 
Attributes appended and CS delegated 677 & 678

Issue information

  • 24
  • WallPhone

    WallPhone

    Bug Tracker

  • Resolved
  • Low
  • Bug

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.