Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
Sure, edit app/themes/Peafowl/views/index.php
Check this for more information: https://chevereto.com/docs/theme
Fixed, thanks for let me know.
Anyone knows how to enter global footer and header?
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<div id="powered-by" class="footer">Powered by <a href="http://chevereto.com">Chevereto image hosting script</a></div>
<?php G\Render\include_theme_file('snippets/embed_tpl'); ?>
<?php
if(is_upload_allowed()) {
G\Render\include_theme_file('snippets/anywhere_upload');
}
?>
<?php
if(!CHV\Login::isLoggedUser()) {
G\Render\include_theme_file('snippets/modal_login');
}
?>
<?php G\Render\include_theme_file('custom_hooks/footer'); ?>
<?php CHV\Render\include_peafowl_foot(); ?>
<?php CHV\Render\show_theme_inline_code('snippets/footer.js'); ?>
<?php CHV\Render\show_queue_img(); ?>
<?php echo CHV\getSetting('analytics_code'); ?>
</body>
</html>
Thank's for confirming.Overrides prior to v3.7.0 have limited functionality. I will check that loop later on.