8 years ago
Topic

Hello,

I have purchased this plugin thinking it might help me formatting my article name. There is a title field in the Joomla _content table but it looks like SD Concat has created a new title field in the _cck_store_item_content and everything seems to save to this new field.

When I look in the back end, the articles titles are still displaying the values from the _content table.

Is there an easy fix?

Thanks in advance

Johann

Get a Book for SEBLOD
4229 Posts
Kadministrator
8 years ago
3
Level 1

To have your value saved as article title you need to use the same storage for your sd field as article title field does - standard-article-title

8 years ago
2
Level 2

Hello Klas,,

I have done this but will check again that the settings are correct.

I have setup the SD field with #band_name# which seem to save the value to the "title" storage in the _cck_store_item_content table

But when I save the article, an article title is also saved as title in the _content table with the standard Date and time of Joomla.

Effectively the articles in the back end are all displaying with Date and time.

The issue is occurring because I have 2 fields named title in 2 different table. I don't know if I am to delete one of them from the database, which one and how to?

Thanks in advance

Johann

4229 Posts
Kadministrator
8 years ago
1
Level 3

Hi,

do not delete anything in database, you need to fix your sd fields storage. Easiest way to do this is to delete existing field and create a new one. Make sure you use standard-article-title    <-- you should insert title here by using blue << at the right side of the field

8 years ago
0
Level 4

I did that but it kept on looking at the wrong table, so I went to cc_core_fields table, went to the storage table column and change value back to __content for the row where was title. It all seem to be ok. Thanks for your suggestion.

Get a Book for SEBLOD