• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Module: Bookmarks 1.0!
PostPosted: Mon Nov 29, 2004 8:19 am 
This module provides a means of displaying bookmarks organised by category. A bookmark can be a member of multiple categories. It also provides for RSS output and a form to allow for user submission of new bookmarks.

I've uploaded it to the wiki at http://wiki.cmsmadesimple.org/pmwiki.ph ... tedModules Note that it's at version 0.9 because I'd like to tidy up the code a bit more before calling it 1.0 (and write a README!)

(update: autolink code was including the fullstop...)


Last edited by Akrabat on Sat Dec 04, 2004 10:08 pm, edited 1 time in total.

Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Mon Nov 29, 2004 3:08 pm 
Offline
Forum Members
Forum Members

Joined: Tue Jul 13, 2004 3:13 pm
Posts: 23
Found a couple of small bugs:

1. The bookmark summary does not display on the admin page "Manage Bookmarks"
2. Missing help on how to show the summaries to the user. Need summaries="true" in the module definition.

One other thing that is not super obvious is that if you want to display your bookmarks AND the add form for users on the same page, you need to have two module definitions. This is the code I'm using for my page which shows both:

Code:
<p></p>
{cms_module module="bookmarks" columns="3" summaries="true"}
<p></p>
{cms_module module="bookmarks" addform="true"}


Great job!

_________________
Look for more CMS help in #cms on Freenode IRC


Top
 Profile  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Mon Nov 29, 2004 6:53 pm 
Offline
Forum Members
Forum Members

Joined: Tue Jul 13, 2004 3:13 pm
Posts: 23
Seems like the columns feature is not working.
I've got mine set to 3 (as posted in the previous post) and I have six categories all with at least one link, and the page is displaying 6 columns.
See here: http://www.mennos.org/cms/index.php?page=12


And one wishlist item:

1. Email notification of new link added for approval.

_________________
Look for more CMS help in #cms on Freenode IRC


Top
 Profile  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Mon Nov 29, 2004 11:22 pm 
Fixed bugs. Will look at email notification.


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Tue Nov 30, 2004 1:54 pm 
Bookmarks and CommonCode are now in svn thanks to wishy!

http://svn.cmsmadesimple.org/modules/


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Tue Nov 30, 2004 9:46 pm 
Offline
Forum Members
Forum Members

Joined: Tue Nov 16, 2004 4:17 am
Posts: 67
Location: Adelaide, Australia
Hi Akrabat

Looks like a great feature you have developed. I am fairly new around here. How do I get them to work in our site. I guess I have to downlaod the files but then what?

Thanks

BTW - off topic - my daughter is going to UK next week for her honeymoon - what's the weather looking like for then. (London and Brighton - thanks)

Cheers

Chris
Australia

_________________
Humble web designer
Adelaide, South Australia


Top
 Profile  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Tue Nov 30, 2004 9:57 pm 
chrisinoz wrote:
Looks like a great feature you have developed. I am fairly new around here. How do I get them to work in our site. I guess I have to downlaod the files but then what?


Documentation isn't my strong point! Try these steps:
[list=1]
[*]Download both the CommonCode and Bookmarks zip files. unzip them both to your modules directory which will create two new directories, one for each module.
[*]Go to the admin section of CMS made simple and select Plugin Management. Click "install" for both CommonCode and Bookmarks.
[*]Go to the Group Management section and click the permissions button that is on the same row as the admin group. Check the Modify Bookmarks checkbox and press submit.
[*]You can then go to Bookmarks at the bottom to add new categories and bookmarks.
[*]On a content page, you can use {cms_module module=bookmarks} to display your bookmarks.
[/list:o]

chrisinoz wrote:
BTW - off topic - my daughter is going to UK next week for her honeymoon - what's the weather looking like for then. (London and Brighton - thanks)

Cold!


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Tue Nov 30, 2004 10:02 pm 
Thanks Rob

That was quick --thought you'd be in bed now - just about to have breakfast here.

I'll give that a try soon.

Chantal just bought a jacket from a ski instructor who has just come back from Switzerland - That has to be warm enough!

Cheers

Chris


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Tue Nov 30, 2004 10:14 pm 
Hey Rob

There were no zips so I just uploaded the files into two folders in Modules called Bookmarks and CommonCode.

Displayed in the PlugIn area and I pressed install and that worked fine. Can read help files.

Creates link to module in side menu but in Group Mangagement/admin there is no checkbox available for Bookmarks. I am using latest 0.73

Cheers

Chris


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Wed Dec 01, 2004 8:20 am 
When you go to Group Management, you need to click the icon with the padlock on it to get to the permissions page. That should be a long list of check boxes with most checked for the admin group. Make sure that "manage bookmarks" is also checked in that list.


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Wed Dec 01, 2004 11:19 pm 
Offline
Forum Members
Forum Members

Joined: Tue Nov 16, 2004 4:17 am
Posts: 67
Location: Adelaide, Australia
Rob

I did that but there was no checkbox for Bookmarks

http://www.esimplified.net/cms/madesimp ... okmark.gif

Cheers

Chris

_________________
Humble web designer
Adelaide, South Australia


Top
 Profile  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Thu Dec 02, 2004 9:43 am 
Have you clicked "install" in plugin management?


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Thu Dec 02, 2004 10:01 am 
Modules > 0.9.1 > Installed


Top
  
 
 Post subject: Module: Bookmarks 1.0!
PostPosted: Thu Dec 02, 2004 10:10 am 
Anonymous wrote:
Modules > 0.9.1 > Installed

CommonCode also installed?

What error do you get when you click on the "Bookmarks" menu item?


Top
  
 
 Post subject: Module: Bookmarks 1.0!  [SOLVED]
PostPosted: Thu Dec 02, 2004 1:17 pm 
I've tested the files on the wiki with a clean install of CMS made simple and I correctly get the permission added to the usergroup permissions page.

I also tested a clean install using the svn versions of CommonCode and Bookmarks and that also worked.

Only thing I can think of trying is to use the plugin manager to uninstall Bookmarks then Common Code and then reinstall Common Code and then Bookmarks.[/url]


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner