wersja skryptu MyBB:1.6
adres forum:xxxx
na czym polega problem (screen, opis, komunikaty):

Witam. Mam problem z wybieraniem grupy. Mam listę select gdzie wyświetla listę postaci, które są liderem danej grupy. Wygląda to tak: http://scr.hu/14ut/9a4z8
Wszystko ładnie pięknie, tylko mam problem z wyświetleniem wybranej grupy. Ktoś pomoże?

Kod:
//wyświetlenie home
if($mybb->input['action'] == 'group' || !$mybb->input['action'])
{    
    if(isset(
$_POST['leader']))
    {
        
header("Location: group.php?action=leader&group=".$_POST['wybgroup']."");
    }
 
 
 
    
$group_select.='<select name="wybgroup" style="width: 200px;">';
 
    
$query2 $db->simple_select('group_invite''*'"forumid='".$mybb->user['uid']."' and leader='1'");
    while(
$test $db->fetch_array($query2))
    {
 
        
$query $db->simple_select('char''*'"gid='".$mybb->user['uid']."' and id='".$test['charid']."'", array("order_by" => 'id'"order_dir" => 'DESC'));
        if(
$db->num_rows($query) > 0)
        {
            
$query3 $db->simple_select('group_index''*'"id='".$test['groupid']."'");
            while(
$test2 $db->fetch_array($query3))
            {
                
$group_select.='<optgroup label="'.$test2['groupname'].'">';
                while(
$usr=$db->fetch_array($query))
                {
                    
$group_select.='<option value="'.$test2['id'].'">'.$usr['name'].' '.$usr['surname'].'('.$test2['id'].')</option>';
                }
 
                
$group_select.='</optgroup>';
            }
        }
        else
        {
            
$group_select.='<option value="0">Brak</option>';
        }
 
 
 
    }
    
$group_select.='</select>';
 
 
add_breadcrumb("Home""group.php");
eval(
"\$group_index = \"".$templates->get("group_select_index")."\";"); 
output_page($group_index); 
}
 
//wejscie do grupy
if($mybb->input['action'] == 'leader' && $mybb->input['group'] == $_GET['wybgroup']) 
{
 
$group_podglad.='asd';
 
add_breadcrumb("Home""group.php");
eval(
"\$group_podglad = \"".$templates->get("group_select_podglad")."\";"); 
output_page($group_podglad); 


Szablon:
<html>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
</
head>
<
body>
{
$header}
<
br />
 
 
 
<
table border="0" cellspacing="0" cellpadding="4" class="tborder" style="background: url(images/dazzle/fbi-wallpapers.jpg) center;">
    <
tr>
        <
td colspan="10" class="thead_2">
            <
a href="group.php?action=group"><span class="filterbar">Główna</span></a>               
        </
td>
    </
tr>
 
    <
tr>
        <
td class="trow1">{$group_test}
            <
center><img src="http://net4game.com/public/style_images/master/hrp/touches/groups3.png"/><br/>
            <
form action="" method="post">{$group_select}<input type="submit" class="button" value="Przejdź do panelu" name="leader"/></form></center>
        </
td>
    </
tr>
</
table>
 
 
 
 
</
body>
{
$footer}
</
html
Matslom napisał 04.06.2013, 15:26:
Tyle razy już przenosiłem Twoje wątki, w końcu postarał się z ich umieszczaniem