Only 3 primary links shown in PHPtemplate themes
jportell - January 15, 2006 - 21:17
| Project: | PHPTemplate |
| Version: | 4.6.x-1.x-dev |
| Component: | User Interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi all,
I've installed Drupal 4.6.2 in a Gentoo Linux. Everything runs fine, but I've found that only 3 primary links are shown when I use a theme based on the PHPtemplate engine. Furthermore, the two primary links are those I selected, but the third (and last) one is always the last primary link input by me (not the third one).
I guess this is a bug, isn't it?
Regards,
Jordi

#1
I was seeing something the same behavior. But that was when I was just messing around and did not have url information for every link.
For me it appears to work like this:
* All links with full, non-duplicated urls appear.
* When urls are duplicated, the final link which uses the url will appear. The earlier ones will not.
* The last link appears whether it has a url or not.
Hope that helps.
#2
Does anyone have a fix for this? I could see this being a problem if, for example, one is making a call via javascript:showDialog(this), where the function references the caption of the link.
#3
I have the same problem but it is related to the internationalization module. English has all the primary links but Japanese only has 3. The first two and then the last one only show up. My forum post is here
http://drupal.org/node/57447
Please help.