The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Automatic editable photo album - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Automatic editable photo album (/showthread.php?tid=2436) |
Automatic editable photo album - edsousa84 - 2011-11-26 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/Personal/2004_07_27_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 Automatic editable photo album - edsousa84 - 2011-11-26 I have changed the link so that you can access the example site: http://paginas.fe.up.pt/~aas/pub/Varios/Personal/2004_07_27_Santiago/ Automatic editable photo album - Connie - 2011-11-26 use I18n gallery plugin you can upload photos first then create gallery and add photos and add text it is easy Automatic editable photo album - edsousa84 - 2011-11-26 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? Automatic editable photo album - edsousa84 - 2011-11-26 Yes i tried it and it is not what i intended... I think I will have to do a plugin my self... Automatic editable photo album - Connie - 2011-11-26 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 Automatic editable photo album - mvlcek - 2011-11-26 edsousa84 Wrote:Yes i tried it and it is not what i intended... 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 Automatic editable photo album - mvlcek - 2011-11-26 edsousa84 Wrote:Yes i tried it and it is not what i intended... 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 |