-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[5.1] New Article site #39506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.1] New Article site #39506
Conversation
If you are authorised to create content on the front end of the site then in a category list view you have an edit button for each article and a button to create a new article If you are authorised to create content on the front end of the site then in a category blog view you have an edit button for each article and NO button to create a new article This PR adds a new article button to a category blog view To test Apply PR Log in to the front end of your site and go to any blog category page and you will now have a new article button at the bottom
It works. But the button looks so out of place that I will leave my vote against. Without speaking in principle about the button at the very end of the page, when there can be quite a lot of articles on it like for a blog, there is also an option when the blog is the main page and this button also looks out of place. As for me - the ability to create articles is better controlled by any menu item in any menu in the right place. In principle, the same situation applies to the LIST layout, where we currently have a create button. |
Going to ignore those comments. This is no different to the list view |
See issue #39558, there is a problem with the New Article button on the list view in that it uses the wrong category. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
This pull request has been automatically rebased to 5.0-dev. No new features will be merged into Joomla! 4.3 series. Joomla! 4.4 series is a bridge release to make migration from Joomla! 4 to 5 as smooth as possible. |
This pull request has been automatically rebased to 5.1-dev. |
I have tested this item ✅ successfully on b2c6654 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
I have tested this item ✅ successfully on b2c6654 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
Hi @brianteeman, I applied the patch but the "New Article" button does not appear in blog view. If I go to Templates Customise: /templates/cassiopeia_rlm/html/com_content/category/blog.php I can see the change compared to the original file ![]() But it is not reported as "Override Files" change ![]() I confirm that by returning to the Cassiopeia parent template I can see the New Article button from the front end. |
That is expected behaviour |
I have tested this item ✅ successfully on b2c6654 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
2 similar comments
I have tested this item ✅ successfully on b2c6654 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
I have tested this item ✅ successfully on b2c6654 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39506. |
Thx |
Thanks all |
If you are authorised to create content on the front end of the site then in a category list view you have an edit button for each article and a button to create a new article
If you are authorised to create content on the front end of the site then in a category blog view you have an edit button for each article and NO button to create a new article
This PR adds a new article button to a category blog view
To test
Apply PR
Log in to the front end of your site and go to any blog category page and you will now have a new article button at the bottom