derralf

Results 6 comments of derralf

I had problems with the "normal" DropdownField too. I think it's because of the newly added BootstrapDropdownField(.php/.ss) which results in a DropdownField always being rendered with BootstrapDropdownField.ss (in your case:...

@zauberfisch's workaround did'nt work for me on SS 3.5.x Even though I had entered the URLSegment manually into the field, still the title (Cyrillic in this case) was used and...

@zauberfisch I understand that, but it didn't work for me. Nevertheless the URLSegment was created in URLSegmentExtension::onBeforeWrite from the title and my manually entered URLSegment was ignored. Maybe I use...

that somehow did't work for me, so i just added a symlink in the /public/ folder: `ln -s ../betterbuttons betterbuttons`

Similar situation here. Though not tested yet, I think i will use something like this (in a DataExtension for Page or SiteTree), so i won't have to write special functions...