Page 1 of 1
{cms_module module="bookmarks" columns="2" category="humour"} Does Not Work!
Posted: Fri Jan 02, 2009 3:02 am
by cflbot
How come help uses this as an exapmle: {cms_module module="bookmarks" columns="2" category="humour"}
It does not work with specific catagories only like this: {cms_module module="bookmarks" columns="2"}
I want this page
http://osceolacommunitysource.com/index ... -locations
to show these bookmarks in 2 columns.
This is the code used on the page:
{cms_module module="bookmarks" columns="2" category="Distribution Locations"}
What am I doing or not doing wrong?
CMS Version: 1.5.1
Bookmarks: 2.0.1
Current PHP Version (phpversion): 5.2.5
Unresolved any Help?
Re: {cms_module module="bookmarks" columns="2" category="humour"} Does Not Work!
Posted: Thu Jun 04, 2009 3:34 pm
by clochette
Wanna try {cms_module module="bookmarks" columns="2" category="Distribution, Locations"}
Re: {cms_module module="bookmarks" columns="2" category="humour"} Does Not Work!
Posted: Thu Jun 04, 2009 3:44 pm
by jmcgin51
this works fine for me:
{cms_module module="bookmarks" target="_blank" category="links"}
Also, you might look at the LinkMgr module, which supports templates.
You might try renaming your category as "Distribution_Locations"
Re: {cms_module module="bookmarks" columns="2" category="humour"} Does Not Work!
Posted: Thu Jun 04, 2009 4:59 pm
by jmcgin51
cflbot wrote:
Not a Valid Code, then
Who (which suggestion) were you responding to? What exactly is the error you get with your original code?
also, please upgrade your CMSMS to 1.5.4. Older versions are not officially supported.
Re: {cms_module module="bookmarks" columns="2" category="humour"} Does Not Work!
Posted: Thu Jun 04, 2009 5:17 pm
by cflbot
I replied to the last persons post, I assumed it would reference that.
The answer holds true for both suggestions.
To use the either,
clochette's
{cms_module module="bookmarks" columns="2" category="Distribution, Locations"}
Would imply there were 2 catagories.
jmcgin51's suggestion,
You might try renaming your category as "Distribution_Locations"
May only work if there was a problem with the name and the bookmarks were not showing at all.
Either way, yes I need to upgrade, I was only responding because I saw the replies.
To Reclarify:
The problem is not that it does not show bookmarks.
The problem is that it does not put it in to 2 columns.
There is no error it just does not put it in 2 columns.
I will upgrade and see if it will resolve the problem.
Thanks for the Replies though.

Re: {cms_module module="bookmarks" columns="2" category="humour"} Does Not Work!
Posted: Thu Jun 04, 2009 5:38 pm
by jmcgin51
cflbot wrote:
To Reclarify:
The problem is not that it does not show bookmarks.
The problem is that it does not put it in to 2 columns.
There is no error it just does not put it in 2 columns.
thanks for the clarification; I didn't understand what you were trying to do.
I doubt that upgrading your CMSMS install will solve this issue, but it should be done anyway.
how about 2 separate module calls?
{cms_module module="bookmarks" category="Distribution"}{cms_module module="bookmarks" category="Locations"}