Module: Bookmarks 1.2!

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Akrabat

Module: Bookmarks 1.2!

Post 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.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

Module: Bookmarks 1.2!

Post by Greg »

Thanks Akrabat, it works great !
Greg
jptechnical
Forum Members
Forum Members
Posts: 131
Joined: Wed Jan 12, 2005 12:18 am

Module: Bookmarks 1.2!

Post 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
jptechnical
Forum Members
Forum Members
Posts: 131
Joined: Wed Jan 12, 2005 12:18 am

Module: Bookmarks 1.2!

Post 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?
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

Module: Bookmarks 1.2!

Post 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"}
Greg
Akrabat

Module: Bookmarks 1.2!

Post by Akrabat »

Will try and fix tonight
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

Module: Bookmarks 1.2!

Post 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.
Greg
Locked

Return to “Modules/Add-Ons”