ich nutze Admidio Version 3.3 und versuche das Calendar-Plugin in die Sidebar einzubinden.
Ich habe in der my_body_bottom.php den Aufruf "include(ADMIDIO_PATH . FOLDER_PLUGINS . '/calendar/calendar.php');" hinzugefügt und der Kalender wird auch grundsätzlich angezeigt, allerdings stimmt die Formatierung nicht (siehe Fotos)
Ich habe die Vermutung das das CSS nicht richtig geladen wird. Könnt ihr das Problem nachvollziehen oder liegt es irgendwo an meiner Installation?
Fehlerhafte Formatierung
Admidio Übersicht - Mozilla Firefox_2018-05-12_18-00-21.png (5.87 KiB) 8112 mal betrachtet
Fehlerhafte Formatierung
Admidio Übersicht - Mozilla Firefox_2018-05-12_18-00-03.png (4.6 KiB) 8112 mal betrachtet
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /adm_program/'. $g_root_path. '/adm_pluginsrrrendar/calendar.css was not found on this server.</p>
</body></html>
Ich habe den CSS jetzt wie früher in der Datei "my_header.php" geladen und jetzt funktioniert das Plugin fast richtig
Einziges Problem das noch bleibt ist, dass dieser "Termin Popup"
Termine - Mozilla Firefox_2018-05-12_20-45-13.png (8.05 KiB) 8107 mal betrachtet
erst funktioniert, wenn ich einen Termin einmal angklickt (also aufgerufen) habe. In der Übersicht kommt da nur folgendes Fenster:
Admidio Übersicht - Mozilla Firefox_2018-05-12_20-46-46.png (6.64 KiB) 8107 mal betrachtet
so in Firefox I found out that the page tries to load the calendar.css isn't loaded right.
After I added this line to the my_header.php the calendar Plugin is displayed right.
As mentioned in the release notes for Admidio the css for the plugins should be loaded by the admidio script and there should be no need to add the css to the my_header.php manually.
So I haven't found out where the problem in admidio code is, but I guess there is a error