If you aren't speaking german, you can ask for support or post your request here.
-
amitabhmca
- Beiträge: 104
- Registriert: 18. Apr 2018, 02:44
- Wohnort: Singapore
Beitrag
von amitabhmca »
Dear All,
I installed formfiller plugin and added below line in my_body_bottom.php just before echo $moduleMenu->show(); as per the instruction.
include(ADMIDIO_PATH. '/adm_plugins/formfiller/formfiller.php');
My frontpage displays goes bad..please refer screenshot and suggest to fix this?

- Admidio front page displays badly after enabling formfiller plugin.PNG (14.88 KiB) 4086 mal betrachtet
Thanks,
Amitabh
-
fasse
- Administrator
- Beiträge: 6228
- Registriert: 12. Nov 2005, 16:06
Beitrag
von fasse »
You should include the plugin with the menu. Just add there a new link to /adm_plugins/formfiller/formfiller.php
You must not add it to the sidebar.
Unfortunally there is a bug in formfiller, when doing this. But the author will release a new version soon.
-
amitabhmca
- Beiträge: 104
- Registriert: 18. Apr 2018, 02:44
- Wohnort: Singapore
Beitrag
von amitabhmca »
Thanks Fasse. Added in Plugin menu and its working now..