Home Forums
05 | 24 | 2013
We have 224 guests and 21 members online
JoomlaNook Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Multiple Image Directories for ImageLoader
(0 viewing) 
Imageloader
Go to bottom
TOPIC: Multiple Image Directories for ImageLoader
#3820
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Multiple Image Directories for ImageLoader 3 Years ago  
Hello,

I searched but didn't any solutions for a possible scenario I would like to implement.

I would like to have different images/thumbnails loaded into a few articles using ImageLoader...
It seems I would have to use the Module because I can then duplicate it and then edit the path the images for each article.
Is this the only way to accomplish this task...?

Open for suggestions.

Thank you for your time!
Jim
 
Logged Logged
  The administrator has disabled public write access.
#3822
klowther
Admin
Posts: 2962
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Multiple Image Directories for ImageLoader 3 Years ago  
Hi Jim,It seems I would have to use the Module because I can then duplicate it and then edit the path the images for each article.
Is this the only way to accomplish this task...?
No. If you use the plugin you would just need to add a line like:

{_imageloader dirpath="path/to/images"}

in any article that you choose (note that the _ before imageloader above was included so that the plugin on this site doesn't get invoked).

Hope that helps.

- Ken
 
Logged Logged
 
Last Edit: 2010/05/14 07:03 By klowther.
  The administrator has disabled public write access.
#3825
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 3 Years ago  
Thanks Ken!

I'll include the dirpath directive and see how it works out...

Thanks again for your time!
Jim
 
Logged Logged
  The administrator has disabled public write access.
#3837
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 3 Years ago  
Well, seemed simple enough...

H Slide installed/configured/enabled
ImageLoader Module and Plugin installed/configured/enabled
Loaded images into dir; 800px is the largest dimension
Added the following code to article/content, but no thumbnails...?

Code:

{_imageloader dirpath="images/stories/restorations/vendo_6_case"}

/* Added the undersore prefix for display purposes */

Any direction for documentation or corrective suggestions as I thought I followed everything I found/read...?

Thank you for your time!
Jim
 
Logged Logged
  The administrator has disabled public write access.
#3838
klowther
Admin
Posts: 2962
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Multiple Image Directories for ImageLoader 3 Years ago  
Hi Jim,

It appears that you have done everything correctly. Can you post or email a link to the page?

This e-mail address is being protected from spambots. You need JavaScript enabled to view it

- Ken
 
Logged Logged
  The administrator has disabled public write access.
#3839
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 3 Years ago  
 
Logged Logged
  The administrator has disabled public write access.
Go to top