[Observations]Plugins compatibility in Admidio-3.3.1

If you aren't speaking german, you can ask for support or post your request here.
Antworten
Benutzeravatar
amitabhmca
Beiträge: 104
Registriert: 18. Apr 2018, 02:44
Wohnort: Singapore

[Observations]Plugins compatibility in Admidio-3.3.1

Beitrag von amitabhmca »

Dear All,

yesterday I have updated from admidio-3.2 to admidio-3.3.1 & below is my observations:-

1) Plugins works fine in admidio-3.3.1 through Menu

- FormFiller
- Birthday list
- Membership fee
- Category Report

2) Plugins works fine in admidio-3.3.1 by adding entries in my_body_bottom.php

- appmidio_1.7.2

- Birthday [require(ADMIDIO_PATH. FOLDER_PLUGINS. '/birthday/birthday.php');]
Comment - still need to add entry in my_body_bottom.php

- Awards
Comment - Page goes bad if i add this in my_body_bottom.php. In admidio-3.2, I had added entry in my_body_bottom.php just before echo $moduleMenu->show(); and it worked fine but now it doesn't


Award Error logs: tabletext.php is renamed to TableText.php within /adm_program/system/classes/
[code][27-Apr-2018 21:30:16 Asia/Kolkata] PHP Warning: require_once(/home/unihomes/member.unihomeswelfaresociety.com/adm_program/system/classes/tabletext.php): failed to open stream: No such file or directory in /home/unihomes/member.unihomeswelfaresociety.com/adm_plugins/awards/awards_common.php on line 94
[27-Apr-2018 21:30:16 Asia/Kolkata] PHP Fatal error: require_once(): Failed opening required '/home/unihomes/member.unihomeswelfaresociety.com/adm_program/system/classes/tabletext.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/unihomes/member.unihomeswelfaresociety.com/adm_plugins/awards/awards_common.php on line 94
[27-Apr-2018 21:30:30 Asia/Kolkata] PHP Notice: Use of undefined constant www - assumed 'www' in /home/unihomes/member.unihomeswelfaresociety.com/adm_themes/modern/my_body_bottom.php on line 33[/code]

3) Plugin doesn't work in admidio-3.3.1

- Written communication
Comment - It doesn't work any more through menu and not sure where to add entry as there is a little code left in my_body_bottom.php

Please suggest how to get Awards & Written communication work & which file entries should be added in case doesn't work through menu?


Thanks,
Amitabh
Zuletzt geändert von amitabhmca am 28. Apr 2018, 18:08, insgesamt 1-mal geändert.
Benutzeravatar
amitabhmca
Beiträge: 104
Registriert: 18. Apr 2018, 02:44
Wohnort: Singapore

Re: [Observations]Plugins compatibility in Admidio-3.3.1

Beitrag von amitabhmca »


There is a new award plugin version at https://github.com/sistlind/awards/releases

Admidio wiki - https://www.admidio.org/dokuwiki/doku.p ... ins:awards

Below is the procedure to setup award plugin in admidio-3.3.1

## Award plugin install from v3.3.1
1.) Unzip in plugin folder adm_plugins / awards
2.) Once the link adm_plugins / awards / awards_install.php call
3.) Configure the menu, add the following links in the menu:
Show Honors -> /adm_plugins/awards/awards_show.php
Assign Honors -> /adm_plugins/awards/awards_change.php
Edit honor categories -> /adm_program/modules/categories/categories.php?type=AWA
4.) In order to display the honors on the profile pages, the line of code must be:
"include_once (ADMIDIO_PATH. FOLDER_PLUGINS. '/ awards / awards_profile_addin.php');"
At the end of the file adm_program / modules / profile / profile.php in front $ page-> show (); be inserted.
Antworten