#
Quick Links
Streamline navigation by providing direct paths to key content, saving users
time and improving overall efficiency.
#
Prerequisites
- Have a Solodev CMS.
- Have a Website.
Note:
For step-by-step instructions on adding a Module in your CMS, please visit Add a Module.
#
Create Quick Links
These steps will guide you through the process of installing the Quick Links Module and adding it to your page.
- Download the Quick Link package.
- Add the module to your CMS.
- Go into the Module.
- Fill out the form with the necessary information.
- Click Submit.
Note:
You can also fill out the form on the entry view.
- Create a
repeater .
Create a file called
quick-links.tpl
on your prefer location. This will be where the code for your quick links will be.Add the corresponding html code to your file.
Include or replace the code with the shortcodes where needed.
Insert your quick links file into the page you want to display the entries on.
#
Shortcodes
You will need the following shortcodes to successfully add a Quick Links to your website. Depending on your needs, you might need to use extra shortcodes.
- repeater - prints the fields from the Quick Links module form.
[repeater id="" display_type="news" limit="0,4"]
Note:
You need to add the ID number of your quick links module to the repeater shortcode within the id=""
attribute.
- get_asset_file_url - returns the URL path to the specified asset file in the database.
<img alt="Image alt" class="img-fluid" src="[get_asset_file_url id={{quick_links_image}}]" />
event_title
- displays the name of the module's entry.
{{event_title}}
If you need to use other shortcodes or need to learn more about shortcodes, click here.
#
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.