Bookmarks
bookmarks for Joomla 1.5, February 5, 2008 |
The bookmark component is not released for Joomla 1.5, but I like it so much that I did try to instlal it anyway :-)
For the msot part it works just ine, but I did get some warning messages in frontend related to the file bookmark.snapshot.php where a non declared attribute was used. This is because an attribute $params has been used in the following way $params->urlkey without being clearly defined.
The solution that worked for me was to in the complete bookmark.snapshot.php file to replace "$params->" with "$". This means that $params->urlkey is changed to $urlkey instead. This makes the php code legal and it also workes. For the rest I have not experienced any problems with the component and I could easily transfer bookmarks stored in the bookmakrs component of Joomla 1.0.X as well.
Just thought I'd let this be known, but of course, I wouldn't mind if someone actually amde a proper 1.5 version of this too :-)
|
|