-
AuthorPosts
-
very old geezer Friend
very old geezer
- Join date:
- January 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
February 13, 2012 at 9:45 am #173853Greetings,
On my local server I have installed Droid ‘QuickStart’ and now wish to replace the default ‘Gallery’ images (which displays at position right) with my own images and retaining the default display style, which match my requirement precisely.
Please can someone describe in detail how easily that is achieved ?
Each time I try to edit the code to reflect the directory and name of my images, I break it !
The truth is that I don’t know what I am doing :-[
The script appears to be the ‘small gallery module’, but I’ve yet to find any instructions on how to use/configure it.
With Thanks,
Mike.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 13, 2012 at 10:31 am #438177Hi
Have you read this guide ? maybe can help on your configuration
very old geezer Friendvery old geezer
- Join date:
- January 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
February 13, 2012 at 10:59 am #438180<em>@pavit 300391 wrote:</em><blockquote>Hi
Have you read this guide ? maybe can help on your configuration</blockquote>
Hi Pavit,
Yes, I have that guide on my PC.
It does not mention how to customise the Gallery Module. I have searched throughout the Droid forum, and others too; finding no information which helps me.
Mike.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 13, 2012 at 11:25 am #438181Hi
The Image gallery module is obtained with a custom-html module, below you can find the code used for the demo template
<div class="clearfix">
<div class="small-gallery first-item">{japopup type="image" title="Swimming pool" content="images/stories/gallery/ga-2.jpg" }<img class="img-border" src="images/stories/gallery/ga-2-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery">{japopup type="image" title="Spa services" content="images/stories/gallery/ga-1.jpg" }<img class="img-border" src="images/stories/gallery/ga-1-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery last-item">{japopup type="image" title="Spa services" content="images/stories/gallery/ga-3.jpg" }<img class="img-border" src="images/stories/gallery/ga-3-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery first-item">{japopup type="image" title="Spa services" content="images/stories/gallery/ga-4.jpg" }<img class="img-border" src="images/stories/gallery/ga-4-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery">{japopup type="image" title="Metting room" content="images/stories/gallery/ga-5.jpg" }<img class="img-border" src="images/stories/gallery/ga-5-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery last-item">{japopup type="image" title="Party" content="images/stories/gallery/ga-6.jpg" }<img class="img-border" src="images/stories/gallery/ga-6-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
</div>As you can see is obtained through the Ja_Popup plugin so you need to install and enable that plugin.
You can make all your changes managing that pluginvery old geezer Friendvery old geezer
- Join date:
- January 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
February 14, 2012 at 9:43 am #438279<em>@pavit 300396 wrote:</em><blockquote>Hi
The Image gallery module is obtained with a custom-html module, below you can find the code used for the demo template
<div class="clearfix">
<div class="small-gallery first-item">{japopup type="image" title="Swimming pool" content="images/stories/gallery/ga-2.jpg" }<img class="img-border" src="images/stories/gallery/ga-2-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery">{japopup type="image" title="Spa services" content="images/stories/gallery/ga-1.jpg" }<img class="img-border" src="images/stories/gallery/ga-1-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery last-item">{japopup type="image" title="Spa services" content="images/stories/gallery/ga-3.jpg" }<img class="img-border" src="images/stories/gallery/ga-3-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery first-item">{japopup type="image" title="Spa services" content="images/stories/gallery/ga-4.jpg" }<img class="img-border" src="images/stories/gallery/ga-4-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery">{japopup type="image" title="Metting room" content="images/stories/gallery/ga-5.jpg" }<img class="img-border" src="images/stories/gallery/ga-5-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
<div class="small-gallery last-item">{japopup type="image" title="Party" content="images/stories/gallery/ga-6.jpg" }<img class="img-border" src="images/stories/gallery/ga-6-thumb.jpg" border="0" alt="Sample image" />{/japopup}</div>
</div>As you can see is obtained through the Ja_Popup plugin so you need to install and enable that plugin.
You can make all your changes managing that plugin</blockquote>There doesn’t appear to be a switch to upload and import images. How do I get my own images to display? I don’t understand that code.
Mike.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 14, 2012 at 10:28 am #438283The path for your image is images/stories/gallery/ga-2.jpg
If you want show your images you must upload image file in that folder and change the name of your image in the custom-html module
1 user says Thank You to pavit for this useful post
very old geezer Friendvery old geezer
- Join date:
- January 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
February 16, 2012 at 10:13 am #438524<em>@pavit 300538 wrote:</em><blockquote>The path for your image is images/stories/gallery/ga-2.jpg
If you want show your images you must upload image file in that folder and change the name of your image in the custom-html module</blockquote>
Hi Pavit,
thank you for trying to help me.
Regretfully, I don’t yet have the skills to understand the code and how to change it, so I am going to use a a gallery plugin from another developer.
Many thanks,
Mike.
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by very old geezer 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum