Bug #9155
TS does not work (flexform always overrides)
| Status: | Accepted | Start date: | 2010-08-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Kai Vogel | % Done: | 0% |
|
| Category: | General | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
Its not possible to use TS config like useTSTitle = 1 cause flexform will allways overide these values when nit checked.
Change line 130 in file pi1\class.tx_spsocialbookmarks_pi1.php from
if (strlen($sValue) > 0) {
to
if (strlen($sValue) > 0 && $sValue) {
This is still a dirty fix cause its not possible to deactivate settings via flexform. Take a look a my beautyOfCode Extensions and its options how to make a nice Flexform. I use a selectbox like: on, off, standard (TS).
History
Updated by Kai Vogel almost 3 years ago
- Category set to General
- Status changed from New to Accepted
- Assignee set to Kai Vogel
Thank you for reporting this issue. It's an old extension and I'm about to rewrite it completely. Next version will be provided with a working method to deactivate settings via Flexform.