Remove NavbarIcon on Plugin created Pages

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
hgarbe
Veteran Member
Posts: 57
Joined: 2020-01-21 17:35

Remove NavbarIcon on Plugin created Pages

Post by hgarbe » 2020-04-20 16:12

Hi all,

I'm not sure my issue might be somehow related to this topic: viewtopic.php?f=13&t=3358
It sounds familar except the fact that I try to simply remove the Icon using the header-extras.php
Does work on all pages but those created with the Summary Report Plugin. They still have the icon and the includes in the code seem to be the same as in the other pages.
This can't be caused by a not absolute path to an icon I guess?

BR Heiko

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Remove NavbarIcon on Plugin created Pages

Post by jsetzer » 2020-12-18 14:27

@Heiko: Is this still open?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

hgarbe
Veteran Member
Posts: 57
Joined: 2020-01-21 17:35

Re: Remove NavbarIcon on Plugin created Pages

Post by hgarbe » 2021-01-01 06:13

Hi Jan,

first of all: Happy New Year! Well found workaround is more accurate I guess.
I tried <script src="<?=PREPEND_PATH?>hooks/AppGiniHelper.min.js"></script> in the header-extras.php. But didn't solved the problem.
The workaround is removing the line with the Glyphicon in the incCommon.php. On the other hand i found out the prepend Path works when I want to display a custom logo on custom pages or plugin created pages. Fixing the Navbar on such pages is the only thing i did not find a workaround for ...
Attachments
attachment 1.png
attachment 1.png (2.5 KiB) Viewed 2565 times

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Remove NavbarIcon on Plugin created Pages

Post by jsetzer » 2021-01-01 06:38

Good morning and APPy new year!

Do summary report pages load header-extras.php at all?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

hgarbe
Veteran Member
Posts: 57
Joined: 2020-01-21 17:35

Re: Remove NavbarIcon on Plugin created Pages

Post by hgarbe » 2021-01-10 01:05

Sorry for the late response. I did some testing and yes seems to be loaded either by calendar and Summary Plugin.
To start from a clean ground I used the latest available version of the northwind demo, Appgini Helper and Summary Report. Only modified the headers-extras.php then.
Fun Fact: now the App Icon is perfectly unset on all pages! So maybe the inital problem solved itself over the time.
But as visible on the attached screenshots the fixNavbar ain't working.
Attachments
Northwind _ Homepage.png
Northwind _ Homepage.png (54.26 KiB) Viewed 2480 times
Northwind _ Summary Reports.png
Northwind _ Summary Reports.png (42.83 KiB) Viewed 2480 times

Post Reply