
However, I just realized that my PageBlocks module works great as a Bookmarks module if you add a PageBlocks template cotaining this:
Code: Select all
<ul id="{$alias}">
<li><a href="{content block="URL" oneline="true"}">{$title}</a> - Added: {$modified}</li>
</ul>
For a demo of PageBlocks being used for Bookmarks, see this page: http://www.elijahlofgren.com/bookmarks/
Currently PageBlocks seems to have some problems on some installs (i.e. it does not work): http://dev.cmsmadesimple.org/tracker/in ... 3&atid=825
I'll hopefully get that bug fixed over Spring break (or this summer).
Just wanted to let you guys know.

Later,
Elijah (who needs to write an English Paper right now on Software Patents)