Clarimuse
Clarimuse Joomla Extensions dev site
  1. You are here:  
  2. Home
  3. Blog

Mostly notes about Joomla extension development.

Replacing Form2Content

Details
Category: Blog
Last Updated: 15 June 2023

For many years we used Form2Content to allow non-technical users to add complex pages that had to be formatted in a very specific way. The developer of this component announced some time ago that they would not be transitioning it to J4.

Read more: Replacing Form2Content

GEO menu

Details
Category: Blog
Last Updated: 14 June 2023
  • J4
  • Template

A collapsible menu using bootstrap collapse for templates based on Cassiopeia.

Extract mod_menu files zip and copy the mod_menu folder to your template/html folder on the site. Extract menu_css.zip and paste the contents of menu.css at the end of your user.css file.

Read more: GEO menu

Custom Pagination

Details
Category: Blog
Last Updated: 25 May 2023

I needed to override the default pagination in a component view template. Normally the pagination is shown with the line 

<?php echo $this->pagination->getListFooter(); ?>

But in this instance I wanted to show the total number of filtered items.

Read more: Custom Pagination

Font Awesome

Details
Category: Blog
Last Updated: 18 May 2023

Font Awesome icons from media/system/css/joomla-fontawesome.css

Read more: Font Awesome

passing null to php string functions deprecated

Details
Category: Blog
Last Updated: 11 May 2023
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated...
 

quick fix is to use null coalescing operator

eg  strtolower($variable ?? '')

  1. Broken update to 4.0.2 from beta
  2. Component Upgrade to J4 notes
  3. Bootstrap 4 Breakpoints
  4. Create new Category programmatically

Page 1 of 2

  • 1
  • 2

Main Menu

  • Home
  • Blog
  • Contact Me

Extensions

  • Filelinks
    • Changelog
  • editors-xtd fontawesome
  • Refresh Media Version
  • Verify
  • FormsAdmin
    • Changelog
  • Fields2Content
  • Password Generator
  • Xmap
  • Atomhunt

Demo

  • HTML Sitemap
  • XML Sitemap
  • Atomhunt