Footer links from the website plusbasicacademy.com
git clone git@github.com:gordonbanderson/Silverstripe-Links-Module.git silverstripe-links cd silverstripe-links git checkout -b stable24
This module allows you do do the following:
1) Add links to columns in the footer of your page. To do this
In your Page.ss template, add the following
<% include FooterLinks %>
Make sure you have the same number of LinksFolder objects for the number of columns in your footer design. You can change the HTML output by overriding FooterLinks.ss in the Includes folder of your own theme.
2) Add links, e.g. 'Related Links' to pages in your site.
Link::$classesToAddLinksTo = array('Article');
This will ensure that only pages of ClassName 'Article' will have a Links tab on them when editing.
Data Object Manager, https://github.com/unclecheese/DataObjectManager
2.4 only (tested with 2.4.5+) - stable24 branch
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments