Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Support Forum

Start ::  Community ::  General Chat ::  GSoC: Extension and Modification of Categories System

Moderated by: Support Team

Bottom
GSoC: Extension and Modification of Categories System

  • Link to this postingPosted: 25.04.2008, 00:11
    Profile
    Extapathy
    rank:
    Freshman Freshman
    registered:
     March 2008
    Status:
    offline
    last visit:
    25.04.08
    Posts:
    2
    Hi, another GSoC coder here reporting for duty :P (John Pritchard). Anyway, first off I'd like to say hi to everyone on the boards and I'd also like to use this topic to discuss my project for the summer.

    At the moment, I'm just getting to grips with PostNuke and the Categories system itself but any input would be greatly appreciated, the specification for the project is at:
    http://communit...stem_SRS.pdf




    edited by: Extapathy, Apr 24, 2008 - 07:12 PM
  • Link to this postingPosted: 25.04.2008, 11:13
    Profile Homepage
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    25.08.08
    Posts:
    2917
    Hi and Welcome John.

    The categories module? :D I have a small related essay on this, I am very tired at the moment, and it is only mostly done, but I will get it to you tomorrow.

    Greetings,

    -----
    David Pahl
    Zikula Support Team

  • Link to this postingPosted: 25.04.2008, 15:16
    Profile
    dits
    rank:
    Helper Helper
    registered:
     February 2005
    Status:
    offline
    last visit:
    30.08.08
    Posts:
    222
    Hi john,

    Welcome! Not an easy task you picked. But a very interesting and challenging one! IMHO this is the one of the most crucial parts of a scaled down core framework. I'm sure there will be a lot of input coming your way icon_wink . Who is your mentor by the way (see you have an 'Inhaltsverzeichnis' in you SRS)?

    Ciao
  • Link to this postingPosted: 25.04.2008, 16:08
    Profile Homepage
    espaan
    rank:
    Helper Helper
    registered:
     August 2003
    Status:
    offline
    last visit:
    27.08.08
    Posts:
    385
    Welcome

    Categories can be really important to get a well structured site. The new category system where you use the same cats over the different modules is great. documentation on how to use it and how to set up a good system that is maintanable later on etc is important here. Since it is fairly new there is not that much already. But the level of knowledge is increasing icon_smile
    Subcategories can become important when you need to stucture more information.

    -----
    http://www.erikspaan.nl
    http://www.avwijchen.nl

    Involved in: BlankTheme, StoriesExt, Menu templates, SmugView, ValueAddon News and zikula.nl
  • Link to this postingPosted: 25.04.2008, 19:14
    Profile
    Extapathy
    rank:
    Freshman Freshman
    registered:
     March 2008
    Status:
    offline
    last visit:
    25.04.08
    Posts:
    2
    A challenge eh? Sounds good to me! ^_^
    I believe my mentor is Robert Gasch (or so it says on the GSoC homepage) - how do I get in touch with him? BTW, how do you guys get in touch with each other aside from e-mail and the forum, do you have any IM that you use? (I'm sure I saw Skype mentioned somewhere).
    Also, which mailing lists should I join?



    edited by: Extapathy, Apr 25, 2008 - 02:25 PM
  • Link to this postingPosted: 25.04.2008, 19:29
    Profile Homepage
    espaan
    rank:
    Helper Helper
    registered:
     August 2003
    Status:
    offline
    last visit:
    27.08.08
    Posts:
    385
    Yup, Skype it the most used way AFAIK. On of the SC members could point you to the right chats there.

    -----
    http://www.erikspaan.nl
    http://www.avwijchen.nl

    Involved in: BlankTheme, StoriesExt, Menu templates, SmugView, ValueAddon News and zikula.nl
  • Link to this postingPosted: 25.04.2008, 20:04
    Profile Homepage
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    25.08.08
    Posts:
    2917
    via Skype, contact me AmmoDump or David Pahl.. and I will point you.

    -----
    David Pahl
    Zikula Support Team

  • Link to this postingPosted: 27.04.2008, 07:37
    Profile Homepage
    cyber_wolf
    rank:
    Helper Helper
    registered:
     June 2002
    Status:
    offline
    last visit:
    05.08.08
    Posts:
    286
    One good improvement would be how to associate images to the categories. A way to upload the image as you create the category instead of FTPing the image and manually adding the file name to an attribute as is the current structure.

    -----
    cyber_wolf
    http://www.bkbsolutions.com - My Zikula module development site.
  • Link to this postingPosted: 27.04.2008, 15:25
    Profile Homepage
    JørnWildt
    rank:
    Helper Helper
    registered:
     July 2002
    Status:
    offline
    last visit:
    12.08.08
    Posts:
    244
    cyber_wolfOne good improvement would be how to associate images to the categories. A way to upload the image as you create the category instead of FTPing the image and manually adding the file name to an attribute as is the current structure.


    This is possible already (half of it). You can associate any number of userdefined attributes (strings) to any category. This is done where you edit a single category item.

    Add for instance an attribute "image" and set it to "myCategoryImage.gif" - then it is available in any module that uses the categories correctly. It is _probably_ available as .

    The missing part is that there is no upload designed specifically for categories. But I personally think that would be a bad idea - use some central upload database (MediaAttach or Mediashare?).
  • Link to this postingPosted: 27.04.2008, 15:35
    Profile Homepage
    rgasch
    rank:
    Steering Committee Steering Committee
    registered:
     January 2003
    Status:
    offline
    last visit:
    27.08.08
    Posts:
    558
    Hi,

    I'm your mentor and you can reach me at rgasch]at[gmail.com

    Having said this, welcome to PostNuke and I hope that you find your project both interesting and rewarding. I'll be trying to guide you through the categories system to the best of my abilities. I originally wrote the categories module, but as of lately Mateo has been doing a lot of work on it. The two of us should be able to help you with any issues you have.

    Greetings/Thanks
    R
  • Link to this postingPosted: 27.04.2008, 22:38
    Profile Homepage
    cyber_wolf
    rank:
    Helper Helper
    registered:
     June 2002
    Status:
    offline
    last visit:
    05.08.08
    Posts:
    286
    JørnWildtThis is possible already (half of it). You can associate any number of userdefined attributes (strings) to any category. This is done where you edit a single category item.

    Add for instance an attribute "image" and set it to "myCategoryImage.gif" - then it is available in any module that uses the categories correctly. It is _probably_ available as .

    The missing part is that there is no upload designed specifically for categories. But I personally think that would be a bad idea - use some central upload database (MediaAttach or Mediashare?).


    Yes, but you still have to manually associate the image to the category. With so many other areas of PostNuke being automated and made more user friendly, this one piece is still in the "dark ages", being a 2 step process that should be a 1 step process. This is the one thing I hated about the old Topics module.

    I'm not opposed to using MediaAttach, Mediashare, or some other centralized upload system, but maybe having a plugin or hook so that the Category module can properly utilized these systems.

    -----
    cyber_wolf
    http://www.bkbsolutions.com - My Zikula module development site.

Start ::  Community ::  General Chat ::  GSoC: Extension and Modification of Categories System

Main Menu

Extensions Database

Documentation

Development

Login





 


 Log in Problems?
 New User? Sign Up!

Donate to Zikula