habe folgendes Problem. Bei mir werden keine Plugins in der Sidebat angezeit. Alle die mit der Zeile include(SERVER_PATH...
Habe die aktuelle Instalation von Admidio. Hier mal meine Systemeinstellungen:
Admidio-Version: 2.4.8 nach Update suchen
PHP-Version: 5.4.35
MySQL-Version: 5.1.73-log
Safe Mode: aus
max. POST-Größe: 8M
Arbeitsspeicher: 120M
Dateiuploads: an
max. Uploadgröße: 40M
max. bearbeitbare Bildgröße: 16.78 Mega Pixel
alle PHP-Einstellungen: phpinfo()
Debugmodus: aus
Brauche dringend Hilfe denn ohne dem Plugin Mitgliedsbeitrag ist es für mich nicht nutzbar und das wäre sehr schade, da mir das Programm sehr gut gefällt und für uns gerade das richtige wäre
Plugin in Sidebar
Re: Plugin in Sidebar
Dann poste doch mal den codeschnipsel den du einfügst. Zusammen mit ein paar Zeilen davor und dahinter.
Re: Plugin in Sidebar
<!-- Here you can add your html code. This code will be applied at the end of the <body> area
and after the Admidio module code.
-->
</div>
<div id="bottom_border_img_big"></div>
</div>
<div id="right_block">
<div id="top_border_img_small"></div>
<div id="sidebar" class="content">
<?php
include(SERVER_PATH. '/adm_plugins/login_form/login_form.php');
include(SERVER_PATH. '/adm_plugins/geburtstagsliste/geburtstagsliste.php');
// prepare the menus here so that the plugins have a chance to modify them
$moduleMenu = new Menu('modules', $gL10n->get('SYS_MODULES'));
$adminMenu = new Menu('administration', $gL10n->get('SYS_ADMINISTRATION'));
$moduleMenu->addItem('overview', '/adm_program/index.php',
$gL10n->get('SYS_OVERVIEW'), '/icons/home.png');
if( $gPreferences['enable_announcements_module'] == 1
|| ($gPreferences['enable_announcements_module'] == 2 && $gValidLogin))
and after the Admidio module code.
-->
</div>
<div id="bottom_border_img_big"></div>
</div>
<div id="right_block">
<div id="top_border_img_small"></div>
<div id="sidebar" class="content">
<?php
include(SERVER_PATH. '/adm_plugins/login_form/login_form.php');
include(SERVER_PATH. '/adm_plugins/geburtstagsliste/geburtstagsliste.php');
// prepare the menus here so that the plugins have a chance to modify them
$moduleMenu = new Menu('modules', $gL10n->get('SYS_MODULES'));
$adminMenu = new Menu('administration', $gL10n->get('SYS_ADMINISTRATION'));
$moduleMenu->addItem('overview', '/adm_program/index.php',
$gL10n->get('SYS_OVERVIEW'), '/icons/home.png');
if( $gPreferences['enable_announcements_module'] == 1
|| ($gPreferences['enable_announcements_module'] == 2 && $gValidLogin))