And more questions about database "_jabuilder_pages" table;
Please correct us if we are wrong and give us the additional information.
There are 3 "types" of records;
- "layout" are problaby the main information managed by _jabuilder_pages editor. (we have 2)
- "page" are managed by _jabuilder_pages editor.
- "998:com_users:login:" -types are information for a single pages that are managed by Joomla.
It seams the we can edit this information directly through the database and it all appears on the pages fine. But in the case of some pages (old?), we can't use the JA Joomla Page Builder editor because the data is not loaded from this database and table, but from some copy from you? Is there any shortcut for this to load from our database like page data normally?
This is by faar the biggest problem that we and others have had since the destruction of your databases in Oct 2021. That is, how can we load our own data from our own database _jabuilder_pages table into your editor as well?
- - "content" is where all the page content information is saved, and also if there is a page-specific header & footer information.
- - "data" is where all page-specific assets information is saved.
- - "checked" (null/1) has come as part of the solution for restoring from revisions as in the video https://www.youtube.com/watch?v=BXfz_Lk6iuc
- "slug" is your own identifier (ID) with which you identify the data retrieved from your servers?
In our case, it seems that in almost all record have in the "data" assets information, and in some cases also it's own (wrong) header & footer information. And we have managed to clean them out. But if we try to use the JA Joomla Page Builder editor, it loads something completely different information, or doesn't show any content information at all.
We assume that it is not necessary to have only one header & footer information. No other page needs them if the same layout is used, in which case it loads these one "default" settings?
EDIT: we just realized that those strange pages are loading a css file name according to that "slug" ID, which contains the wrong / old information. It seems that we can't delete this file, so do we have to repaire them all one by one, copying the correct data into each css file? But what happens when we try to use the editor on that pages..?