The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
UserSpice ignoring usersc - 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: UserSpice ignoring usersc (/showthread.php?tid=1117) |
UserSpice ignoring usersc - mosten - 08-19-2018 I can't make modifications in usersc and have them show up in my installation. For instance changing "Home" in the nav bar does nothing. usersc/includes/navigation.php <div class="collapse navbar-collapse navbar-top-menu-collapse navbar-left"> <!-- Left navigation items --> <ul class="nav navbar-nav "> <li><a href="<?=$us_url_root?>"><i class="fa fa-home"></i> Home2</a></li> RE: UserSpice ignoring usersc - Brandin - 08-19-2018 More than likely you are using the database-driven navigation which you can check on admin.php. If so, changes to the file nav will not do anything. Brandin. RE: UserSpice ignoring usersc - mosten - 08-19-2018 (08-19-2018, 09:18 PM)Brandin Wrote: More than likely you are using the database-driven navigation which you can check on admin.php. If so, changes to the file nav will not do anything. Got it. Is this is the documentation? When database-driven are all pages modified via the admin console? Specifically to add a new page. RE: UserSpice ignoring usersc - Brandin - 08-21-2018 Our documentation has suffered over the past year with regular changes and lack of community involvement to help us with this. All database driven menus are modified via the Admin Panel by clicking "Menus and Navigation" |