Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-03-04 08:24:04
- FireFusion
- Member

- Registered: 2005-05-10
- Posts: 698
Really quick and easy plugin. I'm guessing
A plugin to make the offset attribute to work on a links list
I really wanted two make four columns of links on a page (sorted alphabetically) and when the client removes a link from the list they shuffle up. Here is what I would have done but the offset attribute isn’t supported on link lists.
<ul class="link-col">
<txp:linklist form="Links" limit="5" sort="linksort asc" />
</ul>
<ul class="link-col">
<txp:linklist form="Links" limit="5" sort="linksort asc" offset="5" />
</ul>
<ul class="link-col">
<txp:linklist form="Links" limit="5" sort="linksort asc" offset="5" />
</ul>
<ul class="link-col">
<txp:linklist form="Links" limit="5" sort="linksort asc" offset="5" />
</ul>
Last edited by FireFusion (2007-03-04 08:24:37)
Offline
Re: Really quick and easy plugin. I'm guessing
I made this plugin some time ago.
Offline
#3 2007-03-04 13:32:23
- FireFusion
- Member

- Registered: 2005-05-10
- Posts: 698
Re: Really quick and easy plugin. I'm guessing
Many thanks!
Offline