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.1] Avatars messed up after upgrading to 2.0.0 (http://www.photoplog.com/forum/showthread.php?t=114)

anna 03-05-2006 01:16 PM

[Closed via Lite v.2.0.1] Avatars messed up after upgrading to 2.0.0
 
Hi
Please take a look at this to see what I mean!
http://www.muveszno.com/artworks/index.php?n=19

Thanks
Anna

Morgan 03-05-2006 02:44 PM

In the PhotoPlog index.php file find:
Code:

                                                        $photoplog_rate_avatar = $photoplog_rate_avatar_link[$photoplog_rate_userid];
                                                }

And afterwards add the following:
Code:

                                                else if ($vbulletin->options['avatarenabled'] && isset($photoplog_rate_avatar_link[$photoplog_rate_userid]))
                                                {
                                                        $photoplog_rate_avatar = $photoplog_rate_avatar_link[$photoplog_rate_userid];
                                                }
                                                else
                                                {
                                                        $photoplog_rate_avatar = '';
                                                }


Tefra 03-05-2006 03:07 PM

is that change something that we should all apply ?

anna 03-07-2006 12:48 AM

Quote:

Originally Posted by Morgan
In the PhotoPlog index.php file find:
Code:

                                                        $photoplog_rate_avatar = $photoplog_rate_avatar_link[$photoplog_rate_userid];
                                                }

And afterwards add the following:
Code:

                                                else if ($vbulletin->options['avatarenabled'] && isset($photoplog_rate_avatar_link[$photoplog_rate_userid]))
                                                {
                                                        $photoplog_rate_avatar = $photoplog_rate_avatar_link[$photoplog_rate_userid];
                                                }
                                                else
                                                {
                                                        $photoplog_rate_avatar = '';
                                                }


Thank you that fixed the problem. :)

Morgan 03-07-2006 01:45 PM

Tefra, yes, or wait for Lite v.2.0.1. :)


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

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