GetSimple Support Forum

Full Version: Automatic editable photo album
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does getsimple allow to upload multiple images and they appear in the text area inline so i can add text between them.

Example:
http://paginas.fe.up.pt/~aas/pub/Varios/..._Santiago/
This one was generated with picasa and then uploaded to a website, I wold like to do it with just a CMS

If it is not possible is it easy to implement i know some php? Is it easy to set a string in the text area? And what inserting a button on the editing area to do a multiple upload of images?

Thank you
I have changed the link so that you can access the example site:
http://paginas.fe.up.pt/~aas/pub/Varios/..._Santiago/
use I18n gallery plugin
you can upload photos first
then create gallery and add photos and add text

it is easy
That way I cannot add all the photos at once

In order to do what I want i have to do:

add the first ones
then add the text
then add the second ones
then add the second text
then...
...
..

At least that what i understood about the plugin right?
Yes i tried it and it is not what i intended...

I think I will have to do a plugin my self...
this is the easiest way:

add the first one = do it in the editor
write the text = do it in the editor
add the second one = do it in the editor
;=)

please notice, that you can integrate any php-script into a template for example and use that for the gallery page
edsousa84 Wrote:Yes i tried it and it is not what i intended...

I think I will have to do a plugin my self...

With the I18N Gallery plugin you can also create one larger gallery mygallery with all pictures and tag the pictures with keywords like part1, part2, part3, ...

Then you can create your page and enter content and galleries like this:
Code:
This is the text at the beginning of my page
(% gallery name=mygallery tags=part1 %)
Here is some more text describing above pictures.
(% gallery name=mygallery tags=part2 %)
Still some more text
(% gallery name=mygallery tags=part3 %)
...
edsousa84 Wrote:Yes i tried it and it is not what i intended...

I think I will have to do a plugin my self...

With the I18N Gallery plugin you can also create one larger gallery mygallery with all pictures and tag the pictures with keywords like part1, part2, part3, ...

Then you can create your page and enter content and galleries like this:
Code:
This is the text at the beginning of my page
(% gallery name=mygallery tags=part1 %)
Here is some more text describing above pictures.
(% gallery name=mygallery tags=part2 %)
Still some more text
(% gallery name=mygallery tags=part3 %)
...