Hi,
I need to rename some items on the side bar menu, for example, Houses are Tinkhundla and Roll Groups are Chiefdom’s. I have tried String Replacement but nothing changes anywhere.
When you right click on the page and view source, you get a nice standard web page which obviously doesn’t exist in reality but is within /modules/School Admin/schoolYear_manage.php but rendered from many other places. So, where do we locate this section for example in the code base so as to be able to change the labels
Groupings
<ul class="list-none m-0 mb-6">
<li class="p-0 text-sm leading-normal lg:leading-normal">
<a href="http://69.63.68.20/gibbon/index.php?q=/modules/School Admin/department_manage.php" class="block -mx-2 px-3 py-1 -my-1 text-gray-700 hover:underline ">
Manage Departments
</a>
</li>
<li class="p-0 text-sm leading-normal lg:leading-normal">
<a href="http://69.63.68.20/gibbon/index.php?q=/modules/School Admin/house_manage.php" class="block -mx-2 px-3 py-1 -my-1 text-gray-700 hover:underline ">
Manage Houses
</a>
</li>
<li class="p-0 text-sm leading-normal lg:leading-normal">
<a href="http://69.63.68.20/gibbon/index.php?q=/modules/School Admin/rollGroup_manage.php" class="block -mx-2 px-3 py-1 -my-1 text-gray-700 hover:underline ">
Manage Roll Groups
</a>
</li>
<li class="p-0 text-sm leading-normal lg:leading-normal">
<a href="http://69.63.68.20/gibbon/index.php?q=/modules/School Admin/yearGroup_manage.php" class="block -mx-2 px-3 py-1 -my-1 text-gray-700 hover:underline ">
Manage Year Groups
</a>
</li>
</ul>
</li>
Many thanks.
G.