Article Versions not appearing in J5

General questions relating to Joomla! 5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
theartistep
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat May 18, 2024 1:44 pm

Article Versions not appearing in J5

Post by theartistep » Mon May 27, 2024 2:15 pm

In article options, there is still a place to show versions and how many.

However when you edit an article, the button for versions no longer shows up.

Joomla 4 Editor
Versions Showing J4.png
Joomla 5 Editor
Versions Missing J5.png
Joomla 5 Article Options have Versions Enabled with a maximum of 10 in both cases
You do not have the required permissions to view the files attached to this post.

User avatar
ceford
Joomla! Hero
Joomla! Hero
Posts: 2794
Joined: Mon Feb 24, 2014 10:38 pm
Location: Edinburgh, Scotland
Contact:

Re: Article Versions not appearing in J5

Post by ceford » Mon May 27, 2024 9:03 pm

Works for me. This is the test applied for whether the button appears or not:

Code: Select all

                if (ComponentHelper::isEnabled('com_contenthistory') && $this->state->params->get('save_history', 0) && $itemEditable) {
So have a look in System / Extensions to see if Content History is enabled.


Post Reply

Return to “General Questions/New to Joomla! 5.x”