Current time: 03-21-2010, 01:03 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] showteam.php
08-12-2008, 05:03 AM
Post: #1
[F] showteam.php
Line 91 of showteam.php says
PHP Code:
if($user['displaygroup'] == '6' || $user['displaygroup'] == '6'

I think this should be
PHP Code:
if($user['displaygroup'] == '6' || $user['usergroup'] == '6'

Also, groupleaders are not shown on top if I select this option in AdminCP -> Configuration -> Settings -> Show Forum Team Options (table groupleaders is never queried).

forum.kde.org
Communicate.

[Image: kde-forum.png]
Find all posts by this user
08-12-2008, 05:18 AM
Post: #2
[F] showteam.php
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: