-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Piwik / Google Analytics integration #389
Comments
This empty file exists so that footer content can be added without skinning the overall layout file which would need to be tracked from release to release.
Better answer: Both of the examples you gave work by placing a snippet of code at the end of the html file. This means to implement what you want here just means skinning the appropriate template. In IXP Manager <= 4.7.2, this means these two files:
With instructions at: http://docs.ixpmanager.org/features/skinning/ We will have nearly migrated all content from ZF when we release 4.8 and the above commit creates a new file in that: From >=4.8 you should be able to just skin this dedicated file for this purpose. |
Cheers :)
…--
Cell/WhatsApp/Signal: +256790884905
On 16 Feb 2018 7:46 p.m., "barryo" ***@***.***> wrote:
Better answer:
Both of the examples you gave work by placing a snippet of code at the end
of the html file. This means to implement what you want here just means
skinning the appropriate template.
In IXP Manager <= 4.7.2, this means these two files:
- https://github.com/inex/IXP-Manager/blob/v4.7.2/
application/views/footer.phtml (ZF)
- https://github.com/inex/IXP-Manager/blob/v4.7.2/resources/
views/layouts/ixpv4.foil.php (Laravel)
With instructions at: http://docs.ixpmanager.org/features/skinning/
We will have nearly migrated all content from ZF when we release 4.8 and
the above commit creates a new file in that:
- https://github.com/inex/IXP-Manager/blob/master/resources/
views/footer-custom.foil.php
From >=4.8 you should be able to just skin this dedicated file for this
purpose.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#389 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJV89RHhw_PCa2QCH6M9MqJbz9Al_kewks5tVbDegaJpZM4SIbGF>
.
|
This empty file exists so that footer content can be added without skinning the overall layout file which would need to be tracked from release to release.
It would be nice to be able to track utilization of IXP Manager by the public and internal users via Google Analytics, Piwik, etc.
The text was updated successfully, but these errors were encountered: