• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Image overrides

  • Views Views: 15,464
  • Last updated Last updated:
  • When a fabrik list or form template loads, it will search your Joomla site for the requested image in the following folders, in the following order:

    1. templates/{Joomla template}/html/com_fabrik/{view}/{fabrik template}/images/
    2. templates/{Joomla template}/html/com_fabrik/{view}/images/
    3. templates/{Joomla template}/html/com_fabrik/images/
    4. components/com_fabrik/views/{view}/tmpl/{fabrik template}/images/
    5. media/com_fabrik/images/
    6. images/
    7. images/stories/
    In the above list:

    • {Joomla template} refers to the name of your current Joomla template e.g. Beez
    • {view} refers to the name of your fabrik view e.g. 'list' or 'form'
    • {fabrik template} refers to the name of the views current template e.g. 'bluesky'
    If the image is found then its path is returned and no futher searches occur.

    This means that images found at location 1 in the list will take precendence over images located at location 7.

    Note 1: File names are case sensitive.
    Note 2: We do not search sub folders. So image located in images/foobar/ will not be matched

    Possible image file extensions:​

    'jpg', 'jpeg', 'gif', 'bmp', 'png'
Back
Top