The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Status Update 028 - Progress - 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: Status Update 028 - Progress (/showthread.php?tid=775)

Pages: 1 2 3 4 5 6 7 8


Status Update 028 - Progress - mudmin - 09-24-2017

27/28 are just progress in getting a database driven menu working. Feel free to play with users/admin_menus.php although it's not working yet, you can see the layout taking shape.


Status Update 028 - Progress - Brandin - 09-24-2017

css_sample is not on admin.php - did we get rid of this option? If so we need to remove the PHP.


Status Update 028 - Progress - Brandin - 09-24-2017

SQL required per the email I sent to you for community purposes:
ALTER TABLE
Code:
groups_menus
CHANGE
Code:
id
Code:
id
INT(11) NOT NULL AUTO_INCREMENT;



Status Update 028 - Progress - mudmin - 09-24-2017

It's not gone. It's right here...
http://puu.sh/xI5xh/57d554855d.png


Status Update 028 - Progress - Brandin - 09-24-2017

The setting to turn it on and off is missing tho Wink


Status Update 028 - Progress - mudmin - 09-24-2017

Haha. Yeah. Since it's not taking up any real estate, I just left them on.


Status Update 028 - Progress - Brandin - 09-24-2017

PHP has gotta come out then because it's throwing errors Wink when we took the html out we must have left the PHP.


Status Update 028 - Progress - mudmin - 09-24-2017

Hmm. I don't have any errors on mine, but go for it.


Status Update 028 - Progress - Brandin - 09-24-2017

I get an error when making a change and saving the CSS settings


Status Update 028 - Progress - mudmin - 09-24-2017

Oooooooh. I get what you're saying now. Ok. Makes sense.