Extensions appearing in panel but not visible as buttons in admin UI

Several extensions are appearing in the panel that we don't want to be displayed.

In the admin panel, under Buttons, the extensions are not listed. They are however visible under Groups.

Synchronizing labels did not make them appear as Buttons.

What could be wrong?

Comments

  • If you see them on the panel, then they MUST show on the Buttons tab. If you have lots of buttons, take into account that by default there is pagination when reaching 150 buttons, perhaps you are missing the previos/next page links for pagination. You can edit /var/www/html/fop2/admin/config.php and increase buttons_per_page to a higher number if you want to avoid pagination.

    If you do not have lots of buttons, then you might have some manual configurations or buttons.cfg files? I cannot say as it is your configuration, you should inspect /usr/local/fop2/fop2.cfg and see if its specifying any particular buttonfile=xxx or grep that directory for some of those buttons that you see on the panel but not on the manager.

  • The pagination links were missing.

    Solved issue by increasing buttons_per_page to 200.

    Thanks!
Sign In or Register to comment.