PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Bugs & Issues Tracker (http://www.photoplog.com/forum/forumdisplay.php?f=8)
-   -   [Closed via Lite v.2.0.3] Message not displaying (http://www.photoplog.com/forum/showthread.php?t=152)

nicedreams 03-18-2006 12:32 AM

[Closed via Lite v.2.0.3] Message not displaying
 
When I am leaving a comment on a picture where the comment length is too short, the alert box comes up with no title or message in the box. Using lite 2.0.2 with vb 3.5.4.

Jim

Morgan 03-21-2006 03:51 PM

In settings.php find:
Code:

// get special phrase groups
$phrasegroups = array(
        'photoplog'
);

And afterwards add:
Code:

if (defined('GET_EDIT_TEMPLATES'))
{
        $phrasegroups = array(
                'photoplog',
                'posting'
        );
}


nicedreams 03-21-2006 04:05 PM

Thanks, that worked.

Jim


All times are GMT. The time now is 11:57 PM.

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