Joomla! Nieuwste extensies

Find extensions for your Joomla site in the Joomla Extensions Directory, the official directory for Joomla components, modules and plugins.
  1. Swiper3 joomla module displays joomla content or custom items in many awesome styles.

    Main settings

    Fifteen styles
    Slider Height
    Fancybox - Yes / No
    Slider Version - Light / Dark
    Slider effect for style1, style2, style3, style5, style11, style13 - Fade, slide, cube, coverflow, flip and creative
    Loop - Yes/No
    Auto play - Yes/No
    Mouse wheel - Yes/No
    Delay Time
    Show Pagination - Yes/No
    Pagination Style - One / Two
    Show Arrows - Yes/No
    Arrows Style - One / Two / Three
    JQuery - Yes / No 
    

    Data Source:
    Articles

    Select Category
    Child Category Articles
    Category Depth
    Tag Filter
    Featured Articles
    Article Field to Order By
    Ordering Direction
    Count
    Open Link - New Window / Same Window / Popup window
    Article custom fields - Yes / No
    Category Title - Yes / No
    Item Title - Yes / No
    Title Max length
    Description display - Yes / No
    Description Max length
    Date display - Yes / No
    Date format - Yes / No
    Show Read More - Yes / No
    Images settings
    From Image Intro - Yes / No
    From Image Full text - Yes / No
    From Inline Intro text - Yes / No
    From Inline Full text - Yes / No
    Order to Get
    Resize Mode
    Image Width
    Image Height
    

    Custom Items

    Select Image
    Title
    Subtitle
    Info text
    Read more link
    
  2. Showtime module is build to display custom items or joomla content in many layouts. In custom items is optional to display mp4 videos files or images.

    Data Source:
    Articles

    Select Category
    Child Category Articles
    Category Depth
    Tag Filter
    Featured Articles
    Article Field to Order By
    Ordering Direction
    Count
    Open Link - New Window / Same Window / Popup window
    Article custom fields - Yes / No
    Category Title - Yes / No
    Item Title - Yes / No
    Title Max length
    Description display - Yes / No
    Description Max length
    Date display - Yes / No
    Date format - Yes / No
    Show Read More - Yes / No
    Images settings
    From Image Intro - Yes / No
    From Image Full text - Yes / No
    From Inline Intro text - Yes / No
    From Inline Full text - Yes / No
    Order to Get
    Resize Mode
    Image Width
    Image Height
    

    Custom Items

    Type - Image or video
    Select Image
    Video mp4 link
    Title
    Subtitle
    Created or author
    Info text
    Read more link
    

    Main settings

    Style - Default / Style 1 / Style 2 / Style 3 / Style 4 / Style 5 / Style6
    Slider Height
    Animated cursor - Yes / No
    Cursor Background color
    Background color
    Text color
    Google Fonts - Yes / No 
    Google Font url link
    Google Font Name
    JQuery - Yes / No 
    
  3. The SimpleForm2 module is a powerful tool for creating contact forms, order forms, and other types of forms on Joomla websites. It is compatible with Joomla versions 3.x, 4.x, and 5.x, as well as older versions 1.5.x, 1.6.x, 1.7.x, and 2.5.x (though support for the older versions has been discontinued).

    The module is built on AJAX technology, which means that form submissions happen without the page reloading. This provides a smooth and seamless user experience. Additionally, the module is designed to work even if the user has JavaScript disabled, ensuring accessibility.

    SimpleForm2 form code example

    {form title="Contact form" description="Please fill all the fields."}
        {element label="Your name" type="text" required="required" error="Please enter your name"/}
        {element label="Your e-mail" type="email" required="required" error="Please enter your e-mail"/}
        {element label="Your message" type="textarea" required="required" error="Please enter your message"/}
        {element  type="checkbox" required="required" error="Please agree for the data processing" send-in-email="no"}
            {option label="I agree for the data processing" value="ok"/}
        {/element}
        {element type="submit" value="Submit"/}
    {/form}
    
  4. Votes package includes a component and plugin to unlock the power of user feedback.

    With just a simple click at one of the five stars, users can easily rate your things you want to be rated.
    The component gives an overview on the different rate tags and let you edit or reset the rating counts.

    Setting up votes is as simple as it should be. Just insert the lartsvotes makro e.g. to your articles and you are done.
    Don't underestimate the importance of constructive feedback, which is why our plugin also allows users to leave comments alongside their ratings.

  5. The SeoLinks plugin, as described on the page provided, is a powerful tool designed for internal linking optimization on Joomla websites. This plugin, compatible with Joomla! versions 3.x, 4.x, and 5.x, offers a convenient solution for SEO specialists to enhance the internal linking structure of a site. It functions by allowing users to create a set of words or phrases and assign links to them. When implemented, the plugin automatically replaces the specified words in the site's content with the corresponding links.

    One key feature of SeoLinks is its flexibility in link assignment. Users can designate multiple words or phrases to a single link by separating them with commas. Moreover, if users wish to exclude specific sections of a page from link insertion, they can utilize HTML tags to delineate these areas. This feature ensures precise control over where the links are placed within the content.

    The plugin also supports the use of special characters like periods and asterisks within words by preceding them with a backslash. Additionally, users can define all link attributes in JSON format, offering advanced customization options for link behavior.

    Examples of the links syntax

    component = https://yoursite.com/component.html - the word "component" will be wrapped with a link leading to the https://yoursite.com/component.html

    component, components = https://yoursite.com/components.html - the words "component" and "components" will be wrapped with links leading to the https://yoursite.com/components.html

    component. = https://yoursite.com/components.html - the words "component" and "components" will be wrapped with links leading to the https://yoursite.com/components.html

    component* = https://yoursite.com/components.html - all words that start with "component" with any length (components, componentless, etc...) will be wrapped with links leading to the https://yoursite.com/components.html

    component = {"href":"https://yoursite.com/component.html","target":"_blank"} - the word "component" will be wrapped with a link leading to the https://yoursite.com/component.html and those links will be opened in a new tab.