Results 1 to 4 of 4

Thread: Accordion to link collection module? [solved]

  1. #1
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Accordion to link collection module? [solved]

    Hi,

    Anybody know how to apply accordion to link collection module?

    http://cai.br.inter.edu/cai/index.ph...ategorias.html

    Thank in advance
    Warcos

  2. #2
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Re: Accordion to link collection module?

    I did the following.

    1 - Select accordion in collection link module options
    2 - Include the following code in template or .js file: "may change depending on your case"

    Code:
     window.addEvent('domready', function() { 
    		var accordion = new Accordion($$('.toggler'),$$('.accordion'), {
    			opacity: 0,
    			onActive: function(toggler) { toggler.setStyle('color', '#ff3300'); },
    			onBackground: function(toggler) { toggler.setStyle('color', '#000000'); }
    		});
    	});
    3 - Include css to manage your style: "may change depending on your case"
    Code:
     example: .toggler{cursor:pointer; padding:1px 0 2px 0; }
    Example: http://cai.br.inter.edu/cai/index.ph...ategorias.html
    Warcos

  3. #3
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: Accordion to link collection module?

    Thanks for posting your solution Warcos. This should come in handy for other people trying to do the same thing.

  4. #4
    New user
    Join Date
    02-06-10.
    Posts
    2

    Default Re: Accordion to link collection module? [solved]

    I would like to have a normal sitemap on a website. I took the sitemap module for this but only some pages from the first level do show up now on the sitemap page.

    I wanted to know now what are the exact rules for a page to show up on the sitemap?

    What I figured out as well is, that the same pages do not show up in the search index either.

    All pages have an alias, are published and "do not search" is not set. So I am not really sure where I should look next. Any hints?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •