Announcement

#1 2012-07-30 05:15:17

drini
Member
2012-07-29
3

Stripped & Columned Theme how to view all photos in album

Hello all,

This is my first post and I would like to say great job on the coding for Piwigo.  I'm still learning and trying to get it the header to look like the rest of my page but I'll figure it out sooner or later.

Anyways the main issue I'm having is that I'm trying to show all pictures in an sub-album but all it shows is 15 pictures per page.  I found where I can change the amount of pictures a guest can see per page but I have looked everywhere and some coding and I am not able to find out where to change the setting from 15 pictures to show all pictures in that sub-album.  Any help would be greatly appreciated.

Pictures are located at http://www.mario22.com/pics/

Offline

 

#2 2012-08-03 18:35:18

drini
Member
2012-07-29
3

Re: Stripped & Columned Theme how to view all photos in album

Can anyone provide any help on this or where I should look?  I have did searches on here and still can not find a resolution.  Any help would be great.  Thanks

Offline

 

#3 2012-08-03 20:11:25

Tadjio
Member
UK
2012-05-02
432

Re: Stripped & Columned Theme how to view all photos in album

Go to Users > Manage.
On the line for a User, look at the right hand side under Actions.
Click on the right hand Icon "Profile".
Under preferences, change the "Number of photos per page".


Tadjio

Offline

 

#4 2012-08-03 20:12:38

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

Re: Stripped & Columned Theme how to view all photos in album

Hi :-)

1/ Go to Administration -> Plugins -> manage
Activate [extension by Piwigo Team] LocalFiles Editor

2/ Go to Administration -> Plugins -> Localfile Editor -> Tab 'local config'

Paste

<?php
$conf['top_number'] = 30;
?>


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

 

#5 2012-08-03 20:27:58

drini
Member
2012-07-29
3

Re: Stripped & Columned Theme how to view all photos in album

Thank you Tadjio I'v been looking everywhere for that.

Thanks ddtddt.  I will try that and see if it works as I have the localfiles editor but for some reason it will not open any of the config files or is this normal and all I have to is add the code and submit?

Thanks again for all your help.

Offline

 

#6 2012-08-03 21:05:03

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

Re: Stripped & Columned Theme how to view all photos in album

drini wrote:

Thanks ddtddt.  I will try that and see if it works as I have the localfiles editor but for some reason it will not open any of the config files or is this normal and all I have to is add the code and submit?

Yes is a personal file


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

 

#7 2012-08-14 18:34:09

flop25
Piwigo Team
2006-07-06
7037

Re: Stripped & Columned Theme how to view all photos in album

ddtddt wrote:

Hi :-)

1/ Go to Administration -> Plugins -> manage
Activate [extension by Piwigo Team] LocalFiles Editor

2/ Go to Administration -> Plugins -> Localfile Editor -> Tab 'local config'

Paste

<?php
$conf['top_number'] = 30;
?>

?

If you want to display more thumbnails per pages, change the options of the 'guest' profile as Tadjio said


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

 

#8 2012-10-16 14:59:25

Nicolai
Member
2012-08-31
8

Re: Stripped & Columned Theme how to view all photos in album

Hello,
I'm using Piwigo 2.4.4 with stripped theme v2.3.
I'm also trying to get the album view (thumbnail view) to show more than 15 pictures on that page.
Neither the change of the mentioned option in guest and user profiles, nor inserting the PHP snippet into the local config via LocalFiles Editor worked.

What do I have to do?

Best regards
Nico

Offline

 

#9 2012-10-16 16:10:29

flop25
Piwigo Team
2006-07-06
7037

Re: Stripped & Columned Theme how to view all photos in album

Nicolai wrote:

Hello,
I'm using Piwigo 2.4.4 with stripped theme v2.3.
I'm also trying to get the album view (thumbnail view) to show more than 15 pictures on that page.
Neither the change of the mentioned option in guest and user profiles, nor inserting the PHP snippet into the local config via LocalFiles Editor worked.

What do I have to do?

Best regards
Nico

Stripped or " Stripped & Column" ?


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

 

#10 2012-10-16 16:38:51

Nicolai
Member
2012-08-31
8

Re: Stripped & Columned Theme how to view all photos in album

Just stripped...
Should I change?

Best regards
Nico

Offline

 

#11 2012-10-16 17:44:42

flop25
Piwigo Team
2006-07-06
7037

Re: Stripped & Columned Theme how to view all photos in album

Did you check the themes administration page?


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

 

#12 2012-10-16 17:52:29

Nicolai
Member
2012-08-31
8

Re: Stripped & Columned Theme how to view all photos in album

On the theme conf page i didn't find any option for that...


Best regards
Nico

Offline

 

#13 2012-10-16 17:53:48

flop25
Piwigo Team
2006-07-06
7037

Re: Stripped & Columned Theme how to view all photos in album

Okay
I don't think it's possible
Post in another thread because this one is related to another theme


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

 

#14 2012-10-16 17:59:29

Nicolai
Member
2012-08-31
8

Re: Stripped & Columned Theme how to view all photos in album

Oops - I see.
Sorry for that.

Best regards
Nico

Offline

 

#15 2012-10-16 19:33:16

mol
Piwigo Team Germany
germany
2010-05-26
108

Re: Stripped & Columned Theme how to view all photos in album

i use GThumb+ (and RV Thumbscroller). in GThumb+ is a option for the number of pictures

Offline

 

Board footer

Powered by FluxBB

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