Uploaded updated Store Mode:
Store Mode Phoenix 1.3.1.
Changes 1.3.1:
- fixed typo in header module english language file. Thanks to @mhsuffolk
- fixed undefined error message. Thanks to @mhsuffolk
Changes 1.3.0:
- header module updated for Phoenix BS 4
- Updated header module message to show correct offline time if 2h auto setting is used
- Updated admin header module message for 2h auto setting
Updated for Phoenix:
Store Mode Phoenix 1.3.1.
Changes 1.3.1:
- fixed typo in header module english language file. Thanks to @mhsuffolk
- fixed undefined error message. Thanks to @mhsuffolk
Changes 1.3.0:
- header module updated for Phoenix BS 4
- Updated header module message to show correct offline time if 2h auto setting is used
- Updated admin header module message for 2h auto setting
OK, thanks. But just to be clear in case someone is reading this, the current, released, version of Honey Pot doesn't have the check for the number of words in a name. The unreleased version does and I hope to get it uploaded this weekend.
just a little hint. nothing serious, but..
/includes/modules/content/header/cm_header_store_mode.php
still contains "Version 1.2.1" in the install function.
The alternative way to fix the button issue is to change the "input-group" class in bm_search.php and content_header_search.php to "input-group-prepend" at Lines 37 and 46, respectively. Refer documentation on bootstrap forms: https://getbootstrap.com/docs/4.0/components/input-group/