Support Online: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file It is not working as expected

More
5 days 10 hours ago #42816 by Takis
Replied by Takis on topic It is not working as expected
Hi,
After the update to 1.2.1 the site is unprotected even though the plugin is enabled!

Please react urgently, the site is now using the Joomla's offline option.

Please Log in or Create an account to join the conversation.

More
5 days 1 hour ago #42817 by Jackie
Hi.
Please check the module and change the countdown time to the date as you want.
As the old config, the countdown time ends on Sep 30, 2025. That is why the coming soon mode turns off.
prnt.sc/yWDGpY0kIKt9
Regards.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

More
4 days 20 hours ago #42820 by Takis
Replied by Takis on topic It is not working as expected
Hi,
I understand and thanks to mention, it is important for me to know this information.

However I think it's not documented and if you ask me it is not logic to take the countdown time into account on a disabled countdown function don't you think so?

The countdown was disabled in my site.

Thanks

Please Log in or Create an account to join the conversation.

More
4 days 2 hours ago #42825 by Jackie
Hi.
We have the options at the Homepage tab to enable the countdown on the coming soon mode.
prnt.sc/E2hnVyFocCGt
Please recheck it.
Regards.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

More
3 days 22 hours ago #42833 by Takis
Replied by Takis on topic It is not working as expected
Hi Jackie,

Yes I know these options to enable the countdown on the coming soon mode.

What I said is the following:

1. I have the countdown disabled.
2. As long as it remains disabled why the system checks for the countdown time expiration and stops the coming soon from doing its work?

Best regards,
Takis

Please Log in or Create an account to join the conversation.

More
3 days 21 hours ago #42834 by Jackie
Hi.
Yes, we are using the countdown time to stop the coming soon plugin when the countdown is over. If you want, we can help you disable that option with the customize source code.
Regards.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

More
3 days 17 hours ago #42836 by Takis
Replied by Takis on topic It is not working as expected
Hi,

Thanks for your answer, I would like to have this custom code and use it according the needs.

The second thing I would like to have is to permit some users in the Registered group to be able to login to the site via the coming soon login fields. Only users in the Administrator group and above can login now.

Thanks and regards,
Takis

Please Log in or Create an account to join the conversation.

More
3 days 15 hours ago #42838 by Jackie
Hi.
To keep the coming soon mode always available, please go to this file: plugins/system/juxcomingsoon/juxcomingsoon.php and remove the code from lines 157 to 167 and line 178.
// if ($date_online->toUnix() <= $unix_now) {
// $db = Factory::getDBO();
// $query = $db->getQuery(true);
// $query->update('#__extensions')
// ->set('enabled=0')
// ->where('type="plugin"')
// ->where('element="juxcomingsoon"')
// ->where('folder="system"');
// $db->setQuery((string)$query);
// $can_display = true;
// } else {
$seconds_online = $date_online->toUnix() - $unix_now;
$reloadtime_button = $seconds_online - 1;
$reloadtime_auto = ($seconds_online-1) * 1000;
$date_format = $this->params->get('date_format_lc', 'DATE_FORMAT_LC2');
if ($date_format == 'custom')
$date_format = $this->params->get('custom_date_format', '');
else
$date_format = Text::_($date_format);

$date_online = $date_online->format($date_format);
// }


And if you want another group can login to your site, please add the group user as you want. prnt.sc/0rnwwjR-RIOR

Regards.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

More
2 days 22 hours ago #42840 by Takis
Replied by Takis on topic It is not working as expected
Thanks a lot and best regards

Please Log in or Create an account to join the conversation.

More
3 hours 2 minutes ago #42844 by Jackie
Yes, if you need help, please let us know again.
Regards.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.114 seconds
Powered by Kunena Forum