Sniper_E wrote:Note: I have found issues using links like,
- Code: Select all
<li><a href=" ./ucp.php?i=171">Overview</a></li>
Glacier is written this way also. Not good.
It works perfect using links like this:
- Code: Select all
<li><a href="{U_PROFILE}?i=171">Overview</a></li>
Yes, the issue you are alluding to happens when you have a page on your forum that is nested inside a directory within the phpBB directory, for example, if you are using the Gallery MOD... because Glacier's navigation.html file is using relative links to the UCP, relative to the root of your forum...
I will add your solution of {U_PROFILE} in the next update (3.0.8) of Glacier, since I seem to be the one carrying the torch for this style

Actually I am also woking on a solution to get around this issue of 160s and 170s...in the next release as well!













