- Posts: 26
- Thank you received: 0
Unpublished articles
-
chas2009
Inactive member - Topic Author
- Member
Less
More
1 year 7 months ago #50280
by chas2009
Unpublished articles was created by chas2009
I have the module set to a category id number
In the category there are five articles, two published and three trashed
All the articles are showing in the module when only the published ones should be showing
Help appreciated
In the category there are five articles, two published and three trashed
All the articles are showing in the module when only the published ones should be showing
Help appreciated
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6721
- Thank you received: 711
1 year 7 months ago #50284
by milos
Replied by milos on topic Unpublished articles
Hello,
There's a bug in the module for Joomla 4. We will fix this ASAP and inform you here when a new version is available. Until then, if you are showing articles from a category, you can temporarily move them to a new category to prevent showing them.
Regards,
Milos
There's a bug in the module for Joomla 4. We will fix this ASAP and inform you here when a new version is available. Until then, if you are showing articles from a category, you can temporarily move them to a new category to prevent showing them.
Regards,
Milos
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6721
- Thank you received: 711
1 year 7 months ago #50296
by milos
Replied by milos on topic Unpublished articles
Hello,
To fix this you can either re-download the template package and re-install the module or edit file /modules/mod_hot_joomla_carousel_pro/mod_hot_joomla_carousel_pro.php and change this line (around line 152):
to
Regards,
Milos
To fix this you can either re-download the template package and re-install the module or edit file /modules/mod_hot_joomla_carousel_pro/mod_hot_joomla_carousel_pro.php and change this line (around line 152):
Code:
. "\n WHERE ( a.state = '1' AND a.checked_out = '0' OR a.checked_out IS NULL )"
to
Code:
. "\n WHERE ( a.state = '1' AND ( a.checked_out = '0' OR a.checked_out IS NULL ) )"
Regards,
Milos
Please Log in to join the conversation.
-
chas2009
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
1 year 7 months ago #50304
by chas2009
Replied by chas2009 on topic Unpublished articles
Is it not possible to have an updated module for downloading
If I reinstall the quickstart it will delete the progress I have made on the site
If I reinstall the quickstart it will delete the progress I have made on the site
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6721
- Thank you received: 711
1 year 7 months ago #50305
by milos
Replied by milos on topic Unpublished articles
Hello,
You don't need to install quickstart. You download the new module from the template package and install the module only. Also, you can just apply the small change to the module file as I explained in the previous message.
Regards,
Milos
You don't need to install quickstart. You download the new module from the template package and install the module only. Also, you can just apply the small change to the module file as I explained in the previous message.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.243 seconds