Page 1 of 1

Module: Bookmarks 1.2!

Posted: Sun Jan 23, 2005 9:53 pm
by Akrabat
As 0.8.2 is out, I've finally formally released a new version of Bookmarks so that you don't need to use svn to get at it.

I've also implemented "target" as suggested by Greg. Thanks for the idea!

It's at http://wiki.cmsmadesimple.org/pmwiki.ph ... tedModules and you also need CommonCode v1.2.

Module: Bookmarks 1.2!

Posted: Sun Jan 23, 2005 10:38 pm
by Greg
Thanks Akrabat, it works great !

Module: Bookmarks 1.2!

Posted: Fri Feb 18, 2005 6:08 pm
by jptechnical
I get this error in the 'about' link on the bookmarks module. I am running 9rc3 and latest ver of bookmarks.

Fatal error: Call to undefined function: getauthor() in /home/nwapprai/public_html/admin/plugins.php on line 189

Module: Bookmarks 1.2!

Posted: Fri Feb 18, 2005 6:28 pm
by jptechnical
Also, show_category_with_title doesnt seem to work... will not show title. Though I only have 1 category. I will try with 2.

Is there a way to control the order of the links. I tried order by date but it didn't change anything, still lists newest first. Is there a way to control the order... like content items in cms?

thanks. good module.


edit------

I added an additional category and moved a link to it.

Here is my code page is here http://nwappraisers.com/links.shtml

Code: Select all

<p align="center" class="title">Links Page</p>
<table width="80%" height="87" cellspacing="3" cellpadding="3" border="0" align="center">
  <tbody><tr>
    <td width="50%" align="center" valign="middle"><p>The following  are links to Trusted Partners</p>
      <p>{cms_module module="bookmarks" show_category_with_title="true" summaries="true"}</p></td>
    </tr>
</tbody></table>
As a note, if you add a new category, all the existing links are automatically assigned to that category along with whatever they were assigned to before. Is this a bug or feature?

Module: Bookmarks 1.2!

Posted: Fri Feb 18, 2005 7:35 pm
by Greg
I am finding the same with .9RC3 - the only parameter that works is the summaries="true"

I have the following line in a content page

Code: Select all

{cms_module module="bookmarks" columns="3" target="_blank" show_category_with_title="true" summaries="true"}

Module: Bookmarks 1.2!

Posted: Fri Feb 18, 2005 7:39 pm
by Akrabat
Will try and fix tonight

Module: Bookmarks 1.2!

Posted: Fri Feb 18, 2005 7:50 pm
by Greg
Thanks Akrabat.
I checked the data in the database and it is all there, so the management functions are all working fine. Must be the display code.