Differences

This shows you the differences between two versions of the page.

Link to this comparison view

customlinks:start [2025/02/23 21:30] (current)
optrix created
Line 1: Line 1:
 +====Custom Links====
  
 +The ARDI **Custom Links** addon is used to add customised items to the ARDI sidebar.
 +
 +//As the effects of this addon are extremely subtle, there is no user guide provided//.
 +
 +===Adding Custom Links===
 +
 +1) In your //site folder// (ie. **C:\ARDI\web\sites\default**), open or create the **addons** folder.
 +
 +2) In that folder, create a file called //customlinks.csv//.
 +
 +3) That folder should be a comma-delimited file containing two columns. 
 +
 +The first column is the text that appears on the sidebar button, the second should be the URL that clicking the button takes you to.
 +
 +For example...
 +
 +<code>
 +Search,www.google.com
 +Mail,my.corporate.mail
 +</code>
 +
 +This would add two items to your ARDI sidebar - a **Search** button taking you to Google, and a **Mail** button taking you to my.corporate.mail in your browser.