Top 10 Photos Panel Panel v1.2
PHP-Fusion v6.00
Original Author: HobbyMan
Email: philip@hobbysites.net
Web: www.hobbysites.net
-------------------------------------------

Simply put, this panel shows the top 10 Viewed photos in your photogalleries

INSTALLATION
--------------
1. Upload the top_10_photos_panel folder to the infusions folder
2. Go to System Admin - Site Links.
3. Type in link name: Top 10 Photos
4. Type in link URL: /infusions/top_10_photos_panel/top_10_photos.php

CONFIGURATION
----------------
1. If you wish to change it to Top 20 or whatever. Open /infusions/top_10_photos_panel/top_10_photos.php
Go to line 32
Find:

$result = dbquery("SELECT * FROM ".$db_prefix."photos ORDER BY photo_views DESC LIMIT 0,10");

and change 10 to 20 or whatever

2. If you want to increase or decrease the text shown in Photo Description.
Go to line 36
Find:

$itemdescription = trimlink($data['photo_description'], 200);

and change 200 to whatever you want.

UNINSTALLATION
----------------
1. Delete link in System Admin | Site Links


NOTES
-----
* This panel is configured for php-fusion v6.00.
* This panel is not suitable for left or right panels


CHANGELOG
--------------
Fixed missing footer error
