#

Quick Links Icon

Quick Links

Give visitors faster access to the most important pages on your site.

DOWNLOAD

The Solodev Quick Links Module makes it easy to streamline navigation by providing direct paths to key content. Save users time, improve efficiency, and guide them exactly where they need to go.

  • Create and manage links with ease – Add, edit, and organize links quickly through an intuitive module. Update navigation as your content grows and priorities change.

  • Fully customizable display and organization – Control how links are grouped, ordered, and styled. Tailor the layout to fit your site’s design and user needs.

  • Keep your audience on track – Help visitors find information instantly, whether it’s resources, support, or featured content. Deliver a seamless browsing experience that boosts engagement.

# Prerequisites

# Step-by-Step Setup Guide

These steps will guide you through the process of installing the Quick Links Module and adding it to your page.

  1. Navigate to Modules
  • In your CMS dashboard, click Modules in the left navigation menu
  • Click the Add Module button
  1. Add the module
  • Give your quick links module a name
  • Select from the three options:
    • Datatable: Creates a simple data table structure
    • Module: Builds a custom module from scratch
    • Package: Installs a pre-built module from a zip file
  • For the purpose of this tutorial, select Package: and use this zip file .
  • Click Submit.
Quick Links
  1. Navigate to Websites > example.com > web files > content
  1. Add the quick links code using the example template provided below.
quick-links-repeater.tpl
<div class="container mt-6">
  <div class="row">
    <div class="col-lg-7 col-xl-6 mx-auto text-center">
      <h1 class="h2">Accelerate with Quicklinks</h1>
    </div>
  </div>
  <div class="row row-cols-1 row-cols-sm-2 row-cols-lg-4">
    [repeater id="" display_type="news" limit="0,4"]
      <div class="col mt-4">
        <div class="card py-5 px-xl-4 px-3 text-center d-flex align-items-center flex-column">
          [is_set value="link_icon"]
            <span class="{{link_icon}} text-primary"></span>
          [/is_set]
          [is_set value="link_image"]
            [sub_is_set value="link_image_alt_tag"]
              <img alt="{{link_image_alt_tag}}" class="img-fluid" src="[get_asset_file_url id={{link_image}}]" />
            [/sub_is_set]
            [sub_is_empty value="link_image_alt_tag"]
              <img alt="{{event_title}}" class="img-fluid" src="[get_asset_file_url id={{link_image}}]" />
            [/sub_is_empty]
          [/is_set]
          <h2 class="h4 mt-4 mb-0"><a class="text-black" href="{{link_url}}">{{event_title}}</a></h2>
        </div>
      </div>
    [/repeater]
  </div>
</div>
  1. Click Publish.

  2. Open your homepage index.stml or the desired page where you want to add the quick links boxes.

  3. Insert your quick-links file into the page.

  4. Click Publish.

  5. Go to your website and refresh the page to see your quick links boxes in action.

Quick Links in Website

# Support

Support for Quick Links Module is handled directly through Solodev's global help desk. For more information regarding support queries, go to www.solodev.com.