[Typo3-dev] main links always direct to the main page

typo3(eng) typo3-english at lists.netfielders.de
Wed Dec 24 14:32:26 CET 2003



Sir,
I am working in typo3. I am facing a problem. I am using two templates one
for main page and one for the subpage.
On clicking on any of the link i move to the subpage where i am seeing the
data in that link. But when i am reclicking that link in the subpage i am
redirected to the main page since in the subpage the id of the link is
changed to the main pages id.

I have iimplemnted the following typoscript for the menu.


temp.menu_1 = HMENU
temp.menu_1 .entryLevel = 0
temp.menu_1.1 = TMENU
#temp.leftmenu.1.target = _top
temp.menu_1.1.collapse = 1
temp.menu_1.1.wrap = <table width="200" border=0 cellspacing=0
cellpadding=0><tr><td></td></tr>| </table>
temp.menu_1.1.NO {
allWrap = <TR id="1tmenu_layers{elementUid}"
class="verticalMenuLevel1-norm"><TD width = "190" > | </TD></TR>
ATagBeforeWrap = 1
linkWrap = <font face="Arial Narrow" size=2 color=white>|</font>
stdWrap.case = upper
}


temp.menu_1.1.ACT < temp.menu_1.1.NO
temp.menu_1.1.ACT = 1
temp.menu_1.1.ACT {
allWrap = <TR id="1tmenu_layers{elementUid}"
class="verticalMenuLevel1-act"><TD>|</td><td></TD></TR>
linkWrap = <font face="Arial Narrow" size=2 color=white><b>|</b></font>
}


temp.menu_1.2 = TMENU
#temp.menu_1.2.target = _top
temp.menu_1.2.wrap = <TR id="1tmenu_layers{elementUid}"
class="verticalMenuLevel2-act"><TD>|</td><td></TD></TR>
temp.menu_1.2.NO {
#allWrap = <TR id="1tmenu_layers{elementUid}"
class="verticalMenuLevel2-norm"><TD width = "190" > | </TD></TR>
after = <BR><img src="fileadmin/financialtemplate/images/spacer.gif" height
= 14 width=30> |*||*|<BR>
ATagBeforeWrap = 1
linkWrap = <font face="Arial Narrow" size=2 color=white>|</font>
}


temp.menu_1.2.ACT < temp.menu_1.2.NO
temp.menu_1.2.ACT = 1
temp.menu_1.2.wrap = <TR id="1tmenu_layers{elementUid}"
class="verticalMenuLevel2-act"><TD>|</td><td></TD></TR>
temp.menu_1.2.ACT {
# allWrap = <TR id="1tmenu_layers{elementUid}"
class="verticalMenuLevel2-act"><TD>|</td><td></TD></TR>
after = <BR><img src="fileadmin/financialtemplate/images/spacer.gif" height
= 4 width=30> |*||*|<BR>
linkWrap = <font face="Arial Narrow" size=2 color=white><b>|</b></font>
}


The problem can also be seen in the given url
http://phdpointer.us/~dlmiller/index.php?id=39


Pls help me to get out of this problem as i am stuck .
Expecting ur kind response.

Riju






More information about the TYPO3-dev mailing list