Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

sasettings panel_navigation patch

Featured Replies

Hi,

 

I wrote a small patch for the missing panel_navigation which is needed by the sasettings-module. Just add:

 

<?php

return array (
   'admin' => array (
               'sasettings' => array (
                       'label' => $lng['modules']['sasettings']['title'],
                       'elements' => array (
                               array (
                                       'url' => 'modules_admin_sasettings.php?page=global',
                                       'label' => $lng['modules']['sasettings']['globaltitle'],
                               ),
                               array (
                                       'url' => 'modules_admin_sasettings.php?page=domains',
                                       'label' => $lng['modules']['sasettings']['domainstitle'],
                               ),
                               array (
                                       'url' => 'modules_admin_sasettings.php?page=prefs',
                                       'label' => $lng['modules']['sasettings']['preftitle'],
                               ),
                       ),
               ),
       ),
);

?>

 

to /var/www/froxlor/lib/navigation/30.sasettings.php and this

 

                                array (
                                       'url' => 'modules_customer_sasettings.php?page=domains',
                                       'label' => $lng['modules']['sasettings']['title'],
                                       'required_resources' => 'emails',
                               ),

 

to the e-mail section in 00.froxlor.main.php

 

Bye,

Carsten

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.