20 Posts
Laurens Cleyman
7 years ago
2
Topic

Hi

I have 4 fields that are saved as a title. Seblod deletes the spaces at the beginning and at the end of the input so I use a   tag to force the space as folows:

In Joomla's 'Articles - Latest'-module my titles are displayed correctly:


Als in the list-view of Seblod:


But when I open the article my title contains the  -tags visually:



Any idea how I can solve this?


Thanks in advance!


Best regards, 


Laurens

Get a Book for SEBLOD
1283 Posts
Bucklash
7 years ago
0
Level 1

Hi

Have you tried using Beferstore to concat the values... ie

$config['storages']['#__content']['title'] = $fields['a']->value.' '.$fields['b']->value;
4229 Posts
Kadministrator
7 years ago
0
Level 1

It seems that your title is output by Joomla. Try turning Joomla titles off in com content configuration and add article title field to your content type.

Get a VIP membership