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!
-
- Forum Members
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
Module: Bookmarks 1.2!
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
Fatal error: Call to undefined function: getauthor() in /home/nwapprai/public_html/admin/plugins.php on line 189
-
- Forum Members
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
Module: Bookmarks 1.2!
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
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?
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>
Module: Bookmarks 1.2!
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
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
Module: Bookmarks 1.2!
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.
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