Page 1 of 3

1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Wed Feb 26, 2025 11:26 am
by burt
Welcome to v1.1.0.0

1.1.0.0 is a large update which completely removes Bootstrap 4 in favour of Bootstrap 5.
Notice that we have moved off the 1.0.x.x series and are on the 1.1.x.x series. At last!

New functionality - Product Queries

Product Listing has been uprated for better extensibility and flexibility.

Removed functionality - jQuery, jQueryUI

Bootstrap 5 has no need for jQuery. Phoenix now had no need for jQuery.
This may break addons that rely on jQuery, but updating addons is an easy task that anyone in the community can perform by doing it themselves then sharing, or by getting it done then sharing.

New Modules
None

Minor Optimisations & Bug Fixes
None

--

Removal of Bootstrap 4

BS4 has been EOL (End of Life) for a very long time. Phoenix has been slightly behind the curve on this hence the introduction of the BS5 theme some versions ago, that was intended for the community to play with and test and get used to BS5.

Bootstrap 5 as `default`

BS5 is now our preferred and `default` theme. The creators of Bootstrap took the opportunity to make BS5 far more flexible by introducing different CSS selectors and HTML in their library. They also removed the reliance on jQuery.

What this means for Phoenix users from 1.1.0.0 onwards

You will be on Bootstrap 5.
Your shop will not have jQuery.

Your shop will look better, be more accessible and crucially...will be much faster than those shops on BS4.

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Wed Feb 26, 2025 11:29 am
by burt
Updated and New Files (structure), in code tags to retain format for easy reading:

Code: Select all

│   advanced_search_result.php
│   products_new.php
│   README.md
│   specials.php
│
├───admin
│   │   action_recorder.php
│   │   administrators.php
│   │   advert_manager.php
│   │   backup.php
│   │   catalog.php
│   │   configuration.php
│   │   countries.php
│   │   currencies.php
│   │   customers.php
│   │   customer_data_groups.php
│   │   database_tables.php
│   │   geo_zones.php
│   │   importers.php
│   │   index.php
│   │   info_pages.php
│   │   invoice.php
│   │   languages.php
│   │   login.php
│   │   mail.php
│   │   manufacturers.php
│   │   modules.php
│   │   modules_actions.php
│   │   modules_hooks.php
│   │   newsletters.php
│   │   orders_status.php
│   │   outgoing.php
│   │   outgoing_tpl.php
│   │   packingslip.php
│   │   products_attributes.php
│   │   products_expected.php
│   │   reviews.php
│   │   security_checks.php
│   │   sec_dir_permissions.php
│   │   server_info.php
│   │   specials.php
│   │   stats_customers.php
│   │   stats_products_purchased.php
│   │   stats_products_viewed.php
│   │   store_logo.php
│   │   tax_classes.php
│   │   tax_rates.php
│   │   testimonials.php
│   │   version_check.php
│   │   whos_online.php
│   │   zones.php
│   │
│   └───includes
│       ├───actions
│       │   ├───action_recorder
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───administrators
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───advert_manager
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           edit.php
│       │   │           new.php
│       │   │
│       │   ├───backup
│       │   │   ├───infoboxes
│       │   │   │       backup.php
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       restore.php
│       │   │   │       restore_local.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───catalog
│       │   │   │   insert_product.php
│       │   │   │   update_product.php
│       │   │   │
│       │   │   ├───infoboxes
│       │   │   │       copy_to.php
│       │   │   │       default.php
│       │   │   │       delete_category.php
│       │   │   │       delete_product.php
│       │   │   │       edit_category.php
│       │   │   │       move_category.php
│       │   │   │       move_product.php
│       │   │   │       new_category.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           new_product.php
│       │   │
│       │   ├───configuration
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       edit.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───countries
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───currencies
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───customers
│       │   │   ├───infoboxes
│       │   │   │       confirm.php
│       │   │   │       default.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           edit.php
│       │   │
│       │   ├───customer_data_groups
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───geo_zones
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete_zone.php
│       │   │   │       edit_zone.php
│       │   │   │       list.php
│       │   │   │       new_zone.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           list.php
│       │   │
│       │   ├───importers
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───info_pages
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           edit.php
│       │   │           new.php
│       │   │
│       │   ├───languages
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───mail
│       │   │   └───views
│       │   │           default.php
│       │   │           preview.php
│       │   │
│       │   ├───manufacturers
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───modules
│       │   │   └───infoboxes
│       │   │           default.php
│       │   │           edit.php
│       │   │
│       │   ├───modules_actions
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───modules_hooks
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───newsletters
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           confirm_send.php
│       │   │           default.php
│       │   │           new.php
│       │   │
│       │   ├───orders
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           edit.php
│       │   │
│       │   ├───orders_status
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───outgoing
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───outgoing_tpl
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───products_expected
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───reviews
│       │   │   │   edit.php
│       │   │   │   new.php
│       │   │   │
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           preview.php
│       │   │           save.php
│       │   │
│       │   ├───security_checks
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───sec_dir_permissions
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───server_info
│       │   │   └───views
│       │   │           default.php
│       │   │           export.php
│       │   │
│       │   ├───specials
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           edit.php
│       │   │           new.php
│       │   │
│       │   ├───stats_customers
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───stats_products_purchased
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───stats_products_viewed
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───store_logo
│       │   │   └───views
│       │   │           edit.php
│       │   │           edit_favicon.php
│       │   │           edit_mini.php
│       │   │
│       │   ├───tax_classes
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───tax_rates
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │       edit.php
│       │   │   │       new.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───testimonials
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │       delete.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │           edit.php
│       │   │           new.php
│       │   │
│       │   ├───version_check
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───whos_online
│       │   │   ├───infoboxes
│       │   │   │       default.php
│       │   │   │
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   └───zones
│       │       ├───infoboxes
│       │       │       default.php
│       │       │       delete.php
│       │       │       edit.php
│       │       │       new.php
│       │       │
│       │       └───views
│       │               default.php
│       │
│       ├───classes
│       │   │   abstract_page_cfgm.php
│       │   │   config.php
│       │   │   customers.php
│       │   │   message_stack.php
│       │   │   paginator.php
│       │   │   split_page_results.php
│       │   │
│       │   └───templates
│       │           tpl_box.php
│       │
│       ├───components
│       │       infobox.php
│       │       paginated_table.php
│       │
│       ├───languages
│       │   │   english.php
│       │   │
│       │   └───english
│       │       │   advert_manager.php
│       │       │   catalog.php
│       │       │   currencies.php
│       │       │   orders.php
│       │       │   reviews.php
│       │       │
│       │       └───modules
│       │           └───boxes
│       │                   catalog.php
│       │                   configuration.php
│       │                   customers.php
│       │                   localization.php
│       │                   modules.php
│       │                   orders.php
│       │                   outgoing.php
│       │                   reports.php
│       │                   taxes.php
│       │                   tools.php
│       │
│       └───modules
│           ├───cfg_modules
│           │       cfgm_content.php
│           │       cfgm_layout.php
│           │
│           ├───dashboard
│           │       d_addons.php
│           │       d_admin_logins.php
│           │       d_customers.php
│           │       d_monthly_sales.php
│           │       d_orders.php
│           │       d_phoenix_addons.php
│           │       d_reviews.php
│           │       d_security_checks.php
│           │       d_total_customers.php
│           │       d_total_revenue.php
│           │       d_version_check.php
│           │
│           └───newsletters
│                   newsletter.php
│                   product_notification.php
│
├───images
│       store_logo.png
│
├───includes
│   │   version.php
│   │
│   ├───hooks
│   │   ├───admin
│   │   │   ├───catalog
│   │   │   │       focusRequiredTab.php
│   │   │   │
│   │   │   ├───products_attributes
│   │   │   │       add_attribute.php
│   │   │   │
│   │   │   └───siteWide
│   │   │           bootStrap.php
│   │   │           hMenu.php
│   │   │           popover.php
│   │   │           styleSheetDropdown.php
│   │   │           tooltip.php
│   │   │
│   │   └───shop
│   │       └───siteWide
│   │               breadCrumb.php
│   │
│   ├───languages
│   │   │   english.php
│   │   │
│   │   └───english
│   │       │   address_book.php
│   │       │   advanced_search.php
│   │       │   create_account.php
│   │       │
│   │       ├───modules
│   │       │   ├───content
│   │       │   │   ├───checkout_success
│   │       │   │   │       cm_cs_thank_you.php
│   │       │   │   │
│   │       │   │   ├───footer_suffix
│   │       │   │   │       cm_footer_extra_copyright.php
│   │       │   │   │
│   │       │   │   ├───navigation
│   │       │   │   │       cm_navbar.php
│   │       │   │   │
│   │       │   │   └───product_info
│   │       │   │           cm_pi_date_available.php
│   │       │   │           cm_pi_gtin.php
│   │       │   │           cm_pi_model.php
│   │       │   │
│   │       │   ├───customer_data
│   │       │   │       cd_matc.php
│   │       │   │
│   │       │   ├───navbar
│   │       │   │       nb_account.php
│   │       │   │       nb_brand.php
│   │       │   │       nb_currencies.php
│   │       │   │       nb_hamburger_button.php
│   │       │   │       nb_home.php
│   │       │   │       nb_languages.php
│   │       │   │       nb_new_products.php
│   │       │   │       nb_search.php
│   │       │   │       nb_shopping_cart.php
│   │       │   │       nb_special_offers.php
│   │       │   │       nb_testimonials.php
│   │       │   │
│   │       │   └───pi
│   │       │       └───product_info
│   │       │               pi_model.php
│   │       │
│   │       └───system
│   │           └───versioned
│   │               └───1.0.8.4
│   │                       split_page_results.php
│   │
│   ├───modules
│   │   ├───boxes
│   │   │   └───templates
│   │   │           tpl_bm_best_sellers.php
│   │   │           tpl_bm_categories.php
│   │   │           tpl_bm_currencies.php
│   │   │           tpl_bm_information.php
│   │   │           tpl_bm_languages.php
│   │   │           tpl_bm_manufacturers.php
│   │   │           tpl_bm_manufacturer_info.php
│   │   │           tpl_bm_order_history.php
│   │   │           tpl_bm_product_notifications.php
│   │   │           tpl_bm_search.php
│   │   │           tpl_bm_shopping_cart.php
│   │   │
│   │   ├───content
│   │   │   ├───checkout_success
│   │   │   │   └───templates
│   │   │   │           tpl_cm_cs_continue_button.php
│   │   │   │           tpl_cm_cs_product_notifications.php
│   │   │   │           tpl_cm_cs_thank_you.php
│   │   │   │
│   │   │   ├───create_account_success
│   │   │   │   └───templates
│   │   │   │           tpl_cm_cas_continue_button.php
│   │   │   │
│   │   │   ├───footer
│   │   │   │   └───templates
│   │   │   │           tpl_cm_footer_account.php
│   │   │   │           tpl_cm_footer_contact_us.php
│   │   │   │           tpl_cm_footer_information_links.php
│   │   │   │           tpl_cm_footer_text.php
│   │   │   │
│   │   │   ├───footer_suffix
│   │   │   │   └───templates
│   │   │   │           tpl_cm_footer_extra_copyright.php
│   │   │   │           tpl_cm_footer_extra_icons.php
│   │   │   │
│   │   │   ├───gdpr
│   │   │   │   └───templates
│   │   │   │           tpl_cm_gdpr_acceptance_data.php
│   │   │   │           tpl_cm_gdpr_cookies.php
│   │   │   │           tpl_cm_gdpr_ip_addresses.php
│   │   │   │           tpl_cm_gdpr_notifications.php
│   │   │   │           tpl_cm_gdpr_orders.php
│   │   │   │           tpl_cm_gdpr_port_my_data.php
│   │   │   │           tpl_cm_gdpr_reviews.php
│   │   │   │           tpl_cm_gdpr_testimonials.php
│   │   │   │
│   │   │   ├───header
│   │   │   │   └───templates
│   │   │   │           tpl_cm_header_breadcrumb.php
│   │   │   │           tpl_cm_header_menu.php
│   │   │   │           tpl_cm_header_search.php
│   │   │   │
│   │   │   ├───index
│   │   │   │   └───templates
│   │   │   │           tpl_cm_i_card_products.php
│   │   │   │           tpl_cm_i_slider.php
│   │   │   │           tpl_cm_i_upcoming_products.php
│   │   │   │
│   │   │   ├───index_nested
│   │   │   │   └───templates
│   │   │   │           tpl_cm_in_card_products.php
│   │   │   │           tpl_cm_in_category_listing.php
│   │   │   │
│   │   │   ├───index_products
│   │   │   │       cm_ip_product_listing.php
│   │   │   │
│   │   │   ├───login
│   │   │   │   └───templates
│   │   │   │           tpl_cm_create_account_link.php
│   │   │   │           tpl_cm_forgot_password.php
│   │   │   │           tpl_cm_login_form.php
│   │   │   │
│   │   │   ├───navigation
│   │   │   │   └───templates
│   │   │   │           tpl_cm_navbar.php
│   │   │   │
│   │   │   ├───product_info
│   │   │   │   └───templates
│   │   │   │           tpl_cm_pi_buy_button.php
│   │   │   │           tpl_cm_pi_gallery.php
│   │   │   │           tpl_cm_pi_options_attributes.php
│   │   │   │           tpl_cm_pi_price.php
│   │   │   │           tpl_cm_pi_reviews.php
│   │   │   │
│   │   │   ├───shopping_cart
│   │   │   │   └───templates
│   │   │   │           tpl_cm_sc_checkout.php
│   │   │   │           tpl_cm_sc_no_products.php
│   │   │   │           tpl_cm_sc_order_subtotal.php
│   │   │   │           tpl_cm_sc_product_listing.php
│   │   │   │
│   │   │   └───testimonials
│   │   │       └───templates
│   │   │               tpl_cm_t_list.php
│   │   │               tpl_cm_t_write.php
│   │   │
│   │   ├───customer_data
│   │   │   └───templates
│   │   │           tpl_cd_gender.php
│   │   │           tpl_cd_matc.php
│   │   │           tpl_cd_newsletter.php
│   │   │           tpl_cd_whole_row_input.php
│   │   │
│   │   ├───navbar
│   │   │   └───templates
│   │   │           tpl_nb_account.php
│   │   │           tpl_nb_brand.php
│   │   │           tpl_nb_currencies.php
│   │   │           tpl_nb_hamburger_button.php
│   │   │           tpl_nb_languages.php
│   │   │           tpl_nb_search.php
│   │   │           tpl_nb_shopping_cart.php
│   │   │
│   │   └───pi
│   │       ├───contact_us
│   │       │   └───templates
│   │       │           tpl_cu_form.php
│   │       │
│   │       ├───index
│   │       │   └───templates
│   │       │           tpl_i_brand_icons.php
│   │       │           tpl_i_hero.php
│   │       │
│   │       └───product_info
│   │           └───templates
│   │                   tpl_pi_buy_button.php
│   │                   tpl_pi_gallery.php
│   │                   tpl_pi_gallery_images.php
│   │                   tpl_pi_manufacturer.php
│   │                   tpl_pi_options_attributes.php
│   │                   tpl_pi_qty_input.php
│   │
│   └───system
│       └───versioned
│           └───1.01.00.00
│                   alert_block.php
│                   customer_query.php
│                   customer_write.php
│                   page_selection.php
│                   products_query.php
│                   product_card.php
│                   product_searcher.php
│                   query.php
│                   read_query.php
│                   searcher.php
│                   select.php
│                   tp_account.php
│
├───install
│       phoenix.sql
│
└───templates
    └───default
        ├───includes
        │   ├───components
        │   │       address_book_details.php
        │   │       downloads.php
        │   │       footer.php
        │   │       header.php
        │   │       modal.php
        │   │       order_total.php
        │   │       product_card.php
        │   │       product_listing.php
        │   │       template_bottom.php
        │   │       template_top.php
        │   │
        │   ├───ext
        │   │   └───modules
        │   │       └───content
        │   │           ├───account
        │   │           │       nuke_account.php
        │   │           │
        │   │           └───reviews
        │   │                   write.php
        │   │
        │   ├───hooks
        │   │   └───shop
        │   │       ├───filter
        │   │       │       manufacturerFilter.php
        │   │       │
        │   │       ├───product_info
        │   │       │       gallery.php
        │   │       │
        │   │       ├───progress
        │   │       │       progress_hooks.php
        │   │       │
        │   │       └───siteWide
        │   │               bootStrap.php
        │   │               styleSheets.php
        │   │
        │   └───pages
        │           account_edit.php
        │           account_history.php
        │           account_history_info.php
        │           account_newsletters.php
        │           account_notifications.php
        │           account_password.php
        │           address_book.php
        │           address_book_process.php
        │           advanced_search.php
        │           checkout_confirmation.php
        │           checkout_payment.php
        │           checkout_payment_address.php
        │           checkout_shipping.php
        │           checkout_shipping_address.php
        │           checkout_success.php
        │           conditions.php
        │           cookie_usage.php
        │           create_account.php
        │           gdpr.php
        │           logoff.php
        │           password_forgotten.php
        │           password_reset.php
        │           privacy.php
        │           product_info.php
        │           shipping.php
        │           ssl_check.php
        │
        └───static
                user.css

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Wed Feb 26, 2025 11:33 am
by burt
Updating from 1.0.9.10 to 1.1.0.0 is relatively simple. It is simply a case of uploading a lot of files, deleting 3 files and running 2 lines of SQL. It's a larger update than normal, but is simpler than normal to achieve.

PRE STEP. REQUIRED
Make a backup copy of your current Phoenix (as it stands) and current Database (as it stands)

Then, if you are certain you wish to move to 1.1.0.0;

1. REQUIRED
Run this SQL to update the necessary parts of the 1.0.9.10 Database to 1.1.0.0 Spec

Code: Select all

UPDATE configuration SET configuration_value = 'override' WHERE configuration_key = 'TEMPLATE_SELECTION';

INSERT INTO hooks (hooks_site, hooks_group, hooks_action, hooks_code, hooks_class, hooks_method) VALUES ('shop', 'advanced_search_result', 'productListing', 'filter_category_brand', 'product_searcher', 'hook');
2. REQUIRED
Upload these files.
Note that your /admin/ folder is hopefully not called "admin".

1.1.0.0 - Update.zip

Note that the new Phoenix logo is not included in this Zip so as not to overwrite your actual logo.
You can find the new logo here should you need it.

3a. REQUIRED
Delete File(s).
- includes/hooks/admin/catalog/jQueryUI.php
- includes/hooks/admin/siteWide/jQuery.php
- templates/default/includes/hooks/shop/siteWide/jQuery.php

3b. REQUIRED
Delete Folder(s) (and all contents contained inside).
- templates/bootstrap5/

4. REQUIRED
Visit Security Checks page in Admin and solve any issues
Admin > Tools > security checks

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Sat Mar 01, 2025 2:19 pm
by raiwa
Security checks shows:
Some database tables need to be converted to four-byte UTF-8 (utf8mb4_unicode_ci). Please review the tables under Tools → Database Tables.

But all tables show: utf8mb4_general_ci

Once I run in database tables "convert to UTF8", the message doesn't show any more.

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Sat Mar 01, 2025 2:47 pm
by ecartz
raiwa wrote: Sat Mar 01, 2025 2:19 pm But all tables show: utf8mb4_general_ci
That's just how it works. It check for utf8mb4_unicode_ci. If the tables don't match that, it prompts you to change to utf8mb4_unicode_ci.

I.e. you're saying that utf8mb4_general_ci should be good enough (and perhaps it is). It insists on utf8mb4_unicode_ci.

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Sat Mar 01, 2025 3:56 pm
by raiwa
Thanks, I didn't see the difference. I was just fixed on "utf8mb4".
Maybe in the dropdown on the database tables page it could say explicit "Convert to utf8mb4_unicode_ci" instead of just "Convert to UTF8".

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Sat Mar 01, 2025 4:52 pm
by raiwa
includes\modules\content\header\templates\tpl_cm_header_search.php

Should have some top margin:

Code: Select all

<div class="<?= MODULE_CONTENT_HEADER_SEARCH_CONTENT_WIDTH ?> cm-header-search mt-3">

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Sat Mar 01, 2025 5:17 pm
by burt
raiwa wrote: Sat Mar 01, 2025 4:52 pm includes\modules\content\header\templates\tpl_cm_header_search.php

Should have some top margin:

Code: Select all

<div class="<?= MODULE_CONTENT_HEADER_SEARCH_CONTENT_WIDTH ?> cm-header-search mt-3">
You would set margin yourself as part of MODULE_CONTENT_HEADER_SEARCH_CONTENT_WIDTH
That is what "Content Container" is for across all the modules.

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Sun Mar 02, 2025 5:49 pm
by rupruprup
is it still possible to use custom language files within a template ?

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Posted: Mon Mar 03, 2025 5:47 am
by heatherbell
rupruprup wrote: Sun Mar 02, 2025 5:49 pm is it still possible to use custom language files within a template ?
If you mean something like:
/templates/override/includes/languages/english/modules/content/footer/cm_footer_text.php
then yes, nothing should have changed with that.