Search found 18 matches

by sirphuzz
Wed Mar 10, 2010 3:17 pm
Forum: Modules/Add-Ons
Topic: Cached Youtube API Client (CaYAC)
Replies: 18
Views: 6816

Re: Cached Youtube API Client (CaYAC)

Hi! This tag seems to do exactly what I need, but I can't make it work. I'm using CMSMS 1.4.1, is that too old? I can't find any minimum required version in the help section. I put the tag in, but nothing shows on the page, whether I use the "name" parameter or not. What is the connection ...
by sirphuzz
Sun Aug 16, 2009 9:46 pm
Forum: Modules/Add-Ons
Topic: Change the default sorting in Cataloger
Replies: 1
Views: 914

Change the default sorting in Cataloger

Hi! I'm using cataloger to diplay a bunch of products. I wanted to have the newest products come first, so I changed the category template to loop negatively instead of positively, see code below: <h3>{$title}</h3> <div class="category_items">   {if $hasnav == 1} <div class="catnav&qu...
by sirphuzz
Wed Nov 26, 2008 9:59 am
Forum: Modules/Add-Ons
Topic: Cataloger item attributes in category template
Replies: 11
Views: 3294

Re: Cataloger item attributes in category template

I think so. I mean, it's there and I use it for the item page where everything works fine. I just can't get the category template to access the variables, other than images, link, and title. And from the "print_r" command I noticed "menutitle" as well. None of my user defined att...
by sirphuzz
Tue Nov 25, 2008 10:05 pm
Forum: Modules/Add-Ons
Topic: Cataloger item attributes in category template
Replies: 11
Views: 3294

Re: Cataloger item attributes in category template

I made a new category template with your exact code, and changed the page to it, this is the source of the result:' <h1>Vehicles</h1> <img src="http://www.milmac.se/modules/Cataloger/Cataloger.Image.php?i=vehicles_cf_1_400_0.jpg&ac=42486" alt="Vehicles" title="Vehicles&q...
by sirphuzz
Tue Nov 25, 2008 8:58 am
Forum: Modules/Add-Ons
Topic: Cataloger item attributes in category template
Replies: 11
Views: 3294

Re: Cataloger item attributes in category template

Hey guys thanks alot for trying to help me, I patched the cataloger.module.php with the hematec patch mentioned, but it made no difference at all. strange. I also tried adding the {$items|print_r}, and this is the result: Array ( [image] => http://www.milmac.se/modules/Cataloger/Cataloger.Image.php?...
by sirphuzz
Mon Nov 24, 2008 11:24 pm
Forum: Modules/Add-Ons
Topic: Cataloger item attributes in category template
Replies: 11
Views: 3294

Re: Cataloger item attributes in category template

this is what the source of the page looks like: <div class="category_item"><span class="catnum">1.</span><a href="http://www.milmac.se/index.php?page=hagglunds-206a-mt&hl=swe"><img src="http://www.milmac.se/modules/Cataloger/Cataloger.Image.php?i=hagglunds-206a...
by sirphuzz
Mon Nov 24, 2008 11:18 pm
Forum: Modules/Add-Ons
Topic: Cataloger item attributes in category template
Replies: 11
Views: 3294

Re: Cataloger item attributes in category template

Thanks for answering, I'm already using the Category-CSS-based template but I still can't make it work. My Template looks like this at the moment: <h3>{$title}</h3> {section name=numimg loop=$image_url_array}<img src="{$image_url_array[numimg]}" />{/section} {$notes} <div class="categ...
by sirphuzz
Sat Nov 22, 2008 3:50 pm
Forum: Modules/Add-Ons
Topic: Lightbox in cataloger item template
Replies: 9
Views: 2990

Re: Lightbox in cataloger item template

I made the lightbox work by using an onclick event that changes the attributes "href" and "rel". Anyways it worked and if anyone wants me to I can post the whole code. Please can you post your code? Here it is: <a href="{$onepicture->link}"  title="{$onepicture->n...
by sirphuzz
Sat Nov 22, 2008 3:41 pm
Forum: Modules/Add-Ons
Topic: Cataloger item attributes in category template
Replies: 11
Views: 3294

Cataloger item attributes in category template

I need to access some of the item attributes of cataloger in my category template. How is this done? Right now, all attributes that work are: "$items array contents: $items[].title, $items[].link, $items[].image, $items[].attrname" The "$items[].attrname" suggests I should write ...
by sirphuzz
Wed Aug 20, 2008 8:03 pm
Forum: Modules/Add-Ons
Topic: Lightbox in cataloger item template
Replies: 9
Views: 2990

Re: Lightbox in cataloger item template

I made the lightbox work by using an onclick event that changes the attributes "href" and "rel". Anyways it worked and if anyone wants me to I can post the whole code. Just one more thing, I tried using both $src_image_1_url and $image_1_url (which is the default one) but I get t...
by sirphuzz
Wed Aug 20, 2008 6:36 pm
Forum: Modules/Add-Ons
Topic: Lightbox in cataloger item template
Replies: 9
Views: 2990

Re: Lightbox in cataloger item template

oh thanks! I didn't know there was a lightbox tag. I also thought that the "rel=lightbox" had to be "rel=lightbox[image source]" but I may very well be wrong on that! I tried using the code from the album template but couldn't make it work! If I want the lightbox image to be the ...
by sirphuzz
Wed Aug 20, 2008 6:31 pm
Forum: Modules/Add-Ons
Topic: Call a specific item template from category template
Replies: 2
Views: 1189

Re: Call a specific item template from category template

sorry about that. the module I'm using is Cataloger.
by sirphuzz
Tue Aug 19, 2008 2:14 pm
Forum: Modules/Add-Ons
Topic: Call a specific item template from category template
Replies: 2
Views: 1189

Call a specific item template from category template

I have a problem. In the category template (CSS-Based) each item is displayed through this code, i think: {section name=numloop loop=$items}         <div class="category_item"><a href="{$items[numloop].link}"><img src="{$items[numloop].image}" title="{$items[numloo...
by sirphuzz
Tue Aug 19, 2008 2:09 pm
Forum: Modules/Add-Ons
Topic: Lightbox in cataloger item template
Replies: 9
Views: 2990

Lightbox in cataloger item template

What do I need to change/add in the Item-CSS-based template to make the big image be clickable, and when clicked, display the original full-sized image in a lightbox?

I've tried searching the forum, can't find anything that helped.

Go to advanced search