In this bit:
- Code: Select all
<li> class="fly">{L_PROFILE}<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]--><ul>
<li><a href="./ucp.php?i=163">Overview</a></li>
<li><a href="./ucp.php?i=164">Profile</a></li>
<li><a href="./ucp.php?i=165">Board Preferences</a></li>
<li><a href="./ucp.php?i=166">Private Messages</a></li>
<li><a href="./ucp.php?i=167">User Groups</a></li>
<li><a href="./ucp.php?i=168">Friends & Foes</a></li>
</ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
Why can this
- Code: Select all
<a href="{U_PROFILE}"
Link to the UCP main page, but you need this:
- Code: Select all
<a href="./ucp.php?i=166">
To link to Private message panel? Why won't this:
- Code: Select all
"<a href={U_PROFILE}?i=166">
work in that spot?
I also tried this:
- Code: Select all
<a href="{U_PRIVATEMSGS}"
Which works fine up higher in the code as a link in the top menu but no dice in the sub>sub menu.
The reason I'm trying to change it is that those ./ links for sub menus of the UCP stopped working on my Gallery page because I had to move the gallery up a folder to fix some damaged links in the gallery as a result of the phpb-seo MOD)
Note: All of my nav links work board-wide and they all even work on the gallery page except for those UCP sub>sub menu ones. The results are the same weather I use the relative ./ links or the {U_Profile} ones.
I followed this guide to moving the gallery (which works fine now) just no matter how I format the url it tries to make those 7 links go to domain/album/ucp.php instead of domain/forum/acp.php.
http://www.flying-bits.org/viewtopic.ph ... 65&p=14817My folder tree now goes
-Domain (.htaccess redirects to domain/forum)
----Forum
----Album (moved and renamed from domain/forum/gallery)