Search

When i enable Subsection Manager 3.0beta3, The Multilingual Text Box can not output all-lauguage datasources

And i found this change stops multilingual field from working. Please help!

I'd recommend stop using Subsection Manager. It's a beast that tries to do to many things. Until the new Relations concept for Symphony will be implemented, you can switch to Selectbox Link Field Plus.

THX! @vladG

I fix this bug now.

In Subsection Manager 3.0beta3 > extension.driver.php > line 195 & line 199

change line 195

if($field != 'formatted' && $field != 'unformatted' && $field != 'increment' && !empty($field)) {

to

if($field != 'formatted' && $field != 'unformatted' && $field != 'all-languages' && $field != 'increment' && !empty($field)) {

and change line 199

if($remainder == 'formatted' || $remainder == 'unformatted' || $reminder == 'increment' || empty($remainder)) {

to

if($remainder == 'formatted' || $remainder == 'unformatted'  || $remainder == 'all-languages' || $reminder == 'increment' || empty($remainder)) {

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details