Loading...
 
Features / Usability

Features / Usability


Re: Re: Editing Modules?

posts: 4656 Japan

> No, that doesn't work.

Do you mean the random_images module? I get just the image — no module title, etc. and no image title — if I use these parameters: decorations=n,galleryId =5. This is with Tiki 1.9.3.1.

If you mean a custom module, if I make a custom module (say, random_images_gal_9) with data like {gallery id=9 showgalleryname=0} and parameter decorations=n, I get no module title, but the image title displays.

In both cases, the module title doesn't display.

The image title could probably be taken off in the custom module but this would probably require file editing that could have other unwanted effects. If you want to attack this from another angle, you could add something like this to the CSS file of the theme you're using:

Copy to clipboard
div#random_images_gal_9 b {display:none}

Tiki makes a div for each module, with the module's name as the ID. The only thing bold in the module is the image title text, so it can be told not to display. I didn't test it but it should work, I think.

If you don't want to mess with the CSS, maybe it'd be best to go with the random_images module, if that'd work OK for you.

-- Gary - zukakakina.com

There are no comments at this time.