PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Show Newest Thumbs (http://www.photoplog.com/forum/showthread.php?t=2849)

labrador 04-25-2009 04:46 PM

Show Newest Thumbs
 
How show the last image on forumhome.
Sorry, i am french

Morgan 04-26-2009 11:33 AM

Lite allows random thumbnails on forum home and/or member info pages. The required template edit is given in the main readme file. For newest instead of random thumbs, see this thread.

labrador 04-28-2009 08:08 PM

PhotoPlog Member Info Thumbs
Code:

// PhotoPlog
$photoplog_fullpath = $vbulletin->options['photoplog_full_path'];
if (is_file($photoplog_fullpath . '/thumbnails.php'))
{
        require_once($photoplog_fullpath . '/thumbnails.php');
}
// PhotoPlog


I do not:

Code:

ORDER BY RAND()
                        LIMIT 5

explained in this post
help me

Morgan 04-29-2009 04:19 AM

Oh wow, gee, yeah, let me help you when you are showing as unlicensed. :rolleyes:


All times are GMT. The time now is 10:51 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.