Joomla: Some module to show more than one random images - image

Do you know some module in Joomla, which shows more than one (e.g. 4) random images? Like on the page http://www.fightnews.sk/. Thank you.

You could try using an extensions from the Image Rotators category on JED. Maybe something like this one might suit your needs:
http://extensions.joomla.org/extensions/photos-a-images/rotators/images-rotators/18753

Related

Wordpress NextGen Slider in Post

I am configuring an image slider for a wordpress page's individual blog posts. Wanted to do this quickly so looked at incorporating the NextGen slider, but it seems like it is more geared towards putting images on wordpress 'pages' rather than wordpress 'posts'.
I want to create individual posts, each with a different NextGen slider. Whats the best way to organize this using the wordpress framework?
Currently, my slider lives at 'mysite.com/slider'. Can I set up NextGen so that different galleries point to 'mysite.com/post1', 'mysite.com/post2', etc.? If not, is there another way that you have found to perform this task?
Thank you.
Use the following shortcode in the body of your post.
[slideshow id,width,height]
Where the variable names have the intuitive meaning. You have to go to the plugin settings to retrieve the slideshow ids. This also means you can have different slideshows for different posts.
Building on Srijans answer, but the correct syntax is [nggallery id=x] , where 'x' equals the id of your gallery. Insert this shortcode the body of your post and go from there.

Thumbnail different from actual image

Here is a scenerio, on my products page I want to add an image of the product dimensions but for this image I want to use thumbnail which is different from the actual image which will say Dimensions. This will be applied to all the products across the store. So there will be one thumnail image for all the products that will be associated with it’s dimensional image. I want to show it on the gallery page as last image.
Any help would be greatly appreciated.
Regards,
Avian
If I'm understanding you correctly, you just want every product to have a thumbnail that can be set to be one of several images.
You will need to create a custom attribute for your products, and then programmatically set your current inventory to your defaults. (Or manually change them) There is a knowledgebase article that will assist you with custom options (if applicable), or another article I found via Google to assist in custom attributes.
It's likely not the best way of doing it, but an example of the JavaScript method I was talking about is simply to add the following into a JS file on your server.
document.observe("dom:loaded", function() {
$$('.catalog-product-view .image-thumb:last img').each(function(item){item.src = 'http://domain.com/path/to/image.jpg'});
}

multi column article display module for joomla

Does anyone know where I could find a FREE module that displays articles along with images on multiple columns like here http://raxo.org/demo.html ?
I've been on this for a few days now, I just know there is something out there..
Thanks!
Try Gavick News Show Pro. http://tools.gavick.com/newshowpro.html
Eventually, back then, I edited the template myself. Couldn't find a module that did exactly what I wanted.

Magento - Add Logo to Printing

When people print any page on my store I would like to include our company logo on the page.. Any way of accomplishing this? I am working with Magento 1.5.1 .
When I say "print" I mean CONTROL-P or File-Print.. If this is not possible, what are my options?
If your not referring to Magento's print option itself, you'll want to take a closer look at #media="print" CSS in order to control how a printed page (from the browsers print option) can be controlled.
http://webdesign.about.com/cs/css/a/aa042103a.htm
I believe Magento has some print CSS you may want to take a look at to change out your logo.
/skin/frontend/default/default/images/logo_print.gif is the image your most likely looking to replace however.

Unifying image management (ImageField vs. TinyMCE) in Plone

Does there exist anything akin "UberSelectionWidget for images?" I'd like to get rid of direct-upload image fields and make all images to be managed through an image bank folder.
1) In all use cases upload image to image-bank folder first
2) Pick image from the folder by using some sort of image friendly selection widget (both Archetypes, Dexterity)
This way adding images would be unified within TinyMCE editor and news content items.
The problem, however, is that I cannot find any examples for reference picker for images solution.
Please see also Making TinyMCE image pick dialog point to a default folder on Plone
I am willing to replace News Item with my own content type just to get around this problem.
This product helped me in a Plone 3 project:
http://plone.org/products/upload-reference-widget
I had to customize it a little but I think it's a good base to start with.
No Dexterity support IIRC.
Use ReferenceField instead of ImageField in your content types, it make the job done.
You can extend 'News Item' type by using schemaextender.
Bonus:
But asking for people to first add image before adding a news is weird. As widget you must use uploadreference widgets for archetypes as mentionned by marcosfromero . It works and let you add an images without going away of your addform.
I'm not sure but there is no z3cform widget at the moment to achieve this (upload & create ref), may be someone can create it or get me wrong ?

Resources