The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
navigation.php problems - 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: navigation.php problems (/showthread.php?tid=380) |
navigation.php problems - Steve_Dickson - 12-03-2016 I certainly hope this is a bug and not just something silly I am doing. I have tried a dozen different configs so far an am still not getting anywhere. My problem is, I have edited usersc/navigation.php as follows; =========================================== <div class="collapse navbar-collapse navbar-top-menu-collapse navbar-left"> <!-- Left navigation items --> <ul class="nav navbar-nav "> [*]<a>"><i class="fa fa-home"></i> Home</a> <li class="dropdown"><a><i class="fa fa-wrench"></i> Your Details <b class="caret"></b></a> <ul class="dropdown-menu"> [*]<a>./users/account.php"><i class="fa fa-user"></i> Your Details</a> [*]<a>./users/profile.php"><i class="fa fa-building"></i> Company Details</a> </ul> </li> <li class="dropdown"><a><i class="fa fa-print"></i> Your Reports <b class="caret"></b></a> <ul class="dropdown-menu"> [*]<a>./sgl_customer.php"><i class="fa fa-history"></i> Scale History</a> [*]<a>./client_files/index.php"><i class="fa fa-file"></i> Your Files</a> </ul> </li> [*]<i class="fa fa-book"></i> Knowledgebase </ul> </div> <!-- End left navigation items --> =========================================== So this all works great, until I select a non-US page and I lose the dropdown functionality. Any clues? Thanks in advance. |