The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Admin Dashboard Q - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Admin Dashboard Q (/showthread.php?tid=692)



Admin Dashboard Q - Katronix - 08-26-2017

Greetings all from soggy Texas,
I'm starting to develop a new product that for lack of better terms will be Drupal / Joomla like. I'm curious instead of having the UserSpice dashboard and my own dashboard is there any way to combine the two?


Admin Dashboard Q - Brandin - 08-26-2017

You can customize the dashboard to how you please after copying it to usersc. Adding/removing codes. There won't really be an easy way to "combine" them, rather a lot of copying and pasting.


Admin Dashboard Q - mudmin - 08-26-2017

The only thing I can think of is if you create a file in usersc/includes called admin_panels.php, whatever you put there will automatically be included into the existing dashboard. Give it a shot and see if that works for you.


Admin Dashboard Q - Katronix - 08-26-2017

As another idea, can I bring features of admin_panels into my own admin code? I don't need all of the options, but some of them would be nice.


Admin Dashboard Q - mudmin - 08-26-2017

Absolutely. You don't need to use the admin dashboard at all. Just take whatever you want.


Admin Dashboard Q - Katronix - 08-26-2017

cool Smile