https://www.icyphoenix.com/viewtopic.php?f=26&t=4820
-----------------------------------
thomash
Thu 02 Oct, 2008 18:24

FAP CUSTOMIZATION - Highest Rated Pictures And Moving Code From Album_allpics.php
-----------------------------------
Hi! I want to place the "album_allpics.php" on the "album_personal_index.php" (smartors gallery). Any idea how i can achieve that? I have a lot of function album_read_tree() errors..  :shock: 

I also want to have more pictures in the "Highest Rated Pictures" block. Any clue? 
I used this http://www.phpbbhacks.com/download/1319
Have searched alot.. :(

Thank you for help!


-----------------------------------
thomash
Fri 03 Oct, 2008 21:43

Re: Highest Rated Pictures And Moving Code From Album_allpic
-----------------------------------
ok i solved the Highest Rated Pictures block. 

Open album_index or album_personal_index and find the line:
"LIMIT ". $album_config['cols_per_page'];" 
replace with:
LIMIT ". $album_config['cols_highest'];

Then run this SQL:
INSERT INTO phpbb_album_config VALUES ('cols_highest', '16');

Change "16" to the number of thumbnails you want. :)


-----------------------------------
Mighty Gorgon
Fri 10 Oct, 2008 12:53

Re: Highest Rated Pictures And Moving Code From Album_allpic
-----------------------------------
Thanks for posting the solution. :wink:


