CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #9155

TS does not work (flexform always overrides)

Added by Felix Nagel almost 3 years ago. Updated over 2 years ago.

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.

Also available in: Atom PDF