Xon updated Thread Title Edit History with a new update entry:
Maintenance update
Read the rest of this update entry...
Maintenance update
- Cleanup installer code
Read the rest of this update entry...
- Cleanup installer code
Yes, it works just like post history. But for thread titlesWill this allow us to revert the edit (like post history)?
Yes, it works just like post history. But for thread titles
It also means the revert all changes in a timeframe tool from the admincp works for thread titles.
How long do you keep edit history for? By default it gets pruned.
120 days...How long do you keep edit history for?
- Fix an issue where a thread attribute that should be skipped for logging could be logged
- Enforce php & XF minimum versions
...with a history of 120 days... but that error comes directly after I changed the Title... so it should at least show the last version and the current version? No?history deleting still turned on
Can you edit the title of a just posted thread and see if it works?...with a history of 120 days... but that error comes directly after I changed the Title... so it should at least show the last version and the current version? No?![]()
Can you edit the title of a just posted thread and see if it works?
If not, then there is likely a compatibility issue.
Can you run the following query:Changed the same Title two times more now... still the same error.
select * from xf_content_type_field where content_type = 'thread_title'
select * from xf_edit_history where content_type = ''thread_title' and content_id = <threadId>
Remove the extra ‘ from the queryFirst query was successful:
View attachment 170925
Second query not so much... you sure that the last code snippet is correct Syntax? It gives an error about wrong Syntax.
_discussionPostSave without a matching call to parent::_discussionPostSave, or _getDefaultOptions without a matching call to parent::_getDefaultOptions)We use essential cookies to make this site work, and optional cookies to enhance your experience.