hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Account options not working
This sounds like a JS error. Are there any errors in your console (Ctrl+Shift+K on Firefox)? Did you recently enabled a plugin? (View Post)2 -
Re: PostController_BeforeFormSave_Handler Hook doesn't work
You can use $Sender->Validation->AddValidationResult('FieldName', 'Error message'); (View Post)1 -
Re: Change Breadcrumb Home Text
Breadcrumbs are set at the controller level. If the homelink is not specified, it will default to the translated version of 'Home'. If you are creating a modified theme, I would suggest cre… (View Post)1 -
Re: Adding form with multiple attribute?
echo $Sender->Form->DropDown('FieldName[]', $Data, array('multiple' => 'multiple')); Should do it. The selected attribute is based on the dataset passed to the … (View Post)1 -
Yaga 1.0
I just released Yaga 1.0. I am officially calling this stable. If you find any issues, let me know what you think either here or on the issue page here: https://github.com/hgtonight/Application-Yaga/… (View Post)3
