tuxedo-rb
tuxedo-rb
Hello, please disable and enable the Dashboard-App once again to remove all old remaining database entries relating to dashboard. There didn't exist any functionality to clean up the database after...
Oh, i get it. Then clear table `[prefix_]dashboard_settings` manually from your nextcloud database. Connect to your nextcloud database and run following sql-query: ```mysql TRUNCATE TABLE `oc_dashboard_settings`; ```
@floli If you refer to the inbox section, then you have to enter your email access data under: `Settings` -> `Personal` -> `Additional settings`. The inbox section requires the php...
Hey daita, a small modification of ./templates/main.php is required to display the fullcalendar component. change Line 42 to: script('dashboard', '../components/fullcalendar/dist/fullcalendar.min'); change Line 47 to: $langFile = '../components/fullcalendar/dist/locale/' . $langCodeShort; change...
Hello, The announcement section shows only self-penned messages. Create a usergroup named 'News' and add users to the group. Those group members are able to create/edit/delete dashboard announcements. Users, which...
Hello, yep, the announcements of Dashboard App are unrelated to Announcement-Center App. Expired announcements are still present in the database (Table [prefix]_dashboard_announcements). But there is no panel or overview to...
Hello, Nextcloud v14 broke the layout once more. But there is a simple fix. Open following file in a text editor `./dashboard/css/style.css` and change the first line to: ```css #app-content...
i had to delete my browser cache. please try it, and report back. Edit: or force a complete reload with `ctrl` + `shift` + `R` in firefox
As i see you use Windows, could you try `ctrl` + `F5` to force a complete page reload?