Posts: 7
Threads: 2
Joined: Nov 2011
2011-11-26, 00:58:57
(This post was last modified: 2011-11-26, 04:31:55 by royalontheparkau.)
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
Posts: 7
Threads: 2
Joined: Nov 2011
I have changed the link so that you can access the example site:
http://paginas.fe.up.pt/~aas/pub/Varios/..._Santiago/
Posts: 2,928
Threads: 195
Joined: Feb 2011
use I18n gallery plugin
you can upload photos first
then create gallery and add photos and add text
it is easy
Posts: 7
Threads: 2
Joined: Nov 2011
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?
Posts: 7
Threads: 2
Joined: Nov 2011
Yes i tried it and it is not what i intended...
I think I will have to do a plugin my self...
Posts: 2,928
Threads: 195
Joined: Feb 2011
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
Posts: 2,094
Threads: 54
Joined: Jan 2011
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 %)
...
Posts: 2,094
Threads: 54
Joined: Jan 2011
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 %)
...