Announcement

  •  » Extensions
  •  » Embedding images/galleries/slideshows in "Additional Pages"

#1 2012-06-01 06:30:34

kirilius
Member
2012-06-01
2

Embedding images/galleries/slideshows in "Additional Pages"

I am very new to this, I did some searching but couldn't find a satisfactory answer to this question:

Is there a standard way to embed gallery images or whole galleries (thumbnail sets) or slideshows into pages created with the Additional Pages plugin?

Here is what I am trying to do:
1. Upload some images and galleries
2. Create a custom landing page for the site and add some images from the already created galleries to to it. Same for a slideshow - is there a way to add a slideshow to an "Additional Page"?
3. Once in a while write a new page/article and embed a gallery or some selected images into it

The key is to REUSE the already uploaded images/galleries.

Is there a standard API that I can call in a new page's text?

Also it is really nice that FCK Editor is available to speed up the editing of such pages. Is there a way to "browse" the galleries in order to insert an image though it's Insert Image button?

I guess what I am trying to get here is some CMS capabilities out of Piwigo. I hope that is possible.

Offline

 

#2 2012-06-01 07:00:21

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Embedding images/galleries/slideshows in "Additional Pages"

you can test

<script> var T = new Array()

T[0] = 'Link img 1';
T[1] = 'Link img 1';
T[2] = 'Link img 1';
T[3] = 'Link img 1';
T[4] = 'Link img 1';
T[5] = 'Link img 1';

function rotate(){var tim = 3;var c1 = parseInt(Math.random()*T.length);var html = T[c1];document.getElementById("banniereanimee").src = html;window.setTimeout("rotate()", (tim*1000));}
</script>

<center><div style="margin: 0; padding:0;"><img style="width: 905px; height: 127px; border: 0;" id="banniereanimee" title="" alt="" /></div></center>

<script>rotate();</script>


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#3 2012-06-01 16:19:53

kirilius
Member
2012-06-01
2

Re: Embedding images/galleries/slideshows in "Additional Pages"

Thanks but I was looking for a not-from-scratch approach.

Offline

 

#4 2012-06-01 17:56:53

flop25
Piwigo Team
2006-07-06
7037

Re: Embedding images/galleries/slideshows in "Additional Pages"

you can use [extension by Piwigo Team] Extended Description for pics and albums


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2020-07-12 22:57:25

mikelowndes
Member
2020-07-12
3

Re: Embedding images/galleries/slideshows in "Additional Pages"

Any movement on this?

I notice the following 'code' in the Additional Pages home page template:

[photo id=1 size=L link=no]

But it just renders as text  - does this actually work and if so, how do I make it so?

Offline

 
  •  » Extensions
  •  » Embedding images/galleries/slideshows in "Additional Pages"

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact