From: Martin F. <ma...@ne...> - 2006-05-22 20:34:25
|
Chris Bucchere wrote: > Hi Martin, > > Thanks again for your help. My perl version is 5.0.8. You're welcome. > Your code doesn't seem to complain if I change it to > Apache2::RequestRec. Ok, great. > I noticed that you don't include the images with the source distro. > Is there a reason for that? Some kind of licensing issue? Yes - the logos, artwork, and templates used on www.connotea.org are proprietary to Nature Publishing Group and the company retains copyright and trademark interest to them. > Lastly (at least I think this is my last question :-), there are > several things missing from my site that are on www.connotea.org. The most > important of them is the toolbox, which just doesn't appear at all, although > I checked to make sure I have Bibliotech/Component/Toolbar.pm and I do. I'd > also like to see the other "portlets" such as "Users who used bookmarks," > "Related tags," and "Report a problem." The header, logo and search box are > also gone. The cloud view shown on the Connotea home page would also be > awesome if that's part of the deal. :-) Toolbar and Toolbox are different I think. The toolbox is basically a glorified include, and you can probably work one out if you study the README file. The "portlets" as you call them for related entities are component subsections; try ${component:ListOfTags:related} or ${component:ListOfTags:linked} or ${component:ListOfTags:cabinet} in your template. Martin |