Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support

Praetonius

Mitglied
  • Content count

    152
  • Joined

  • Last visited

Posts posted by Praetonius


  1. Da muss irgendwo ein Fehler drin sein.

    Wenn ich das mache:

    ====================
    
    Open sources/Admin/ad_categories.php
    
    ====================
    
    
    ====================
    
    Find TWICE:
    
    ====================
    
    
     	 $ADMIN->html .= $SKIN->add_td_row( array( "<b>Category Name</b>" ,
    
                  $SKIN->form_input("CAT_NAME", $cat_name)
    
                  )      );
    
    
    ====================
    
    Add under EACH:
    
    ====================
    
    
     	 $ADMIN->html .= $SKIN->add_td_row( array( "<b>Category Image</b>" ,
    
                         $SKIN->form_input("IMAGE", $cat['image])
    
                     )  );
    
                     
    
    
    
    ====================
    
    Save and close sources/Admin/ad_categories.php
    
    ====================
    Dann bekomme ich bei "New Category" und "Manage Forums" folgende Fehlermeldung:
    Parse error: parse error, expecting `']'' in /kunden/xxx/xxx/xxx/xxx/xxx/forum/sources/Admin/ad_categories.php on line 369
    In Zeile 369 steht
    0 => array( 1, 'Visible' ),

    Kann einer helfen?


  2. Probiere es mal aus (sicherheitskopie der Datei anlegen!):

    Nimm dir die skin_boards.php

    und suche folgenden Eintrag:

    function end_this_cat() {
    
    global $ibforums;
    
    return <<<EOF
    
    <tr>
    
              <td class='darkrow2' colspan="5">&nbsp;</td>
    
            </tr>
    
          </table>
    
        </div>
    
        <br />
    
    EOF;
    
    }
    Wenn du den Teil rauslässt, dann sollte das gehen:
    <tr>
    
              <td class='darkrow2' colspan="5">&nbsp;</td>
    
            </tr>

×