SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Bug Reports / Maybe another little bug
Posted:  31 Mar 2005 15:26
Notice: Undefined variable: f in /home/username/public_html/viewip.php on line 8
Access Denied

Happens if a moderator clicks the IP address of a user (The IP is visible so I guess a moderator should be able to click the IP to find users - right?
Posted:  31 Mar 2005 16:10
yep, that's a bug that will show on moderators that aren't admins (user_id != 1). I'll fix this. Thanks for reporting it.
Posted:  31 Mar 2005 16:40
Fixed it, see the announcement post. Thanks for the help.
Posted:  31 Mar 2005 18:17
No problem

Always glad to help
Posted:  27 Feb 2009 01:09
Hi,
I'm editing a user's post as admin, but when i preview i'm geting:
Notice: Undefined variable: avatar_style in myurl\editpost.php(124) : eval()'d code on line 9
Notice: Undefined variable: author_avatar in myurl\editpost.php(124) : eval()'d code on line 10
Posted:  27 Feb 2009 09:38
Put these 2 lines before the eval on line 124 of editpost.php:
Code:


$author_avatar = null;
$avatar_style = null;
Posted:  27 Feb 2009 12:14
I'm on work, i do that when i go home, thank you Hristo.