Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/1bbb8766e185c021#
Hi guys,
while working on one of my project, I've discovered 2 things which would need a bug-fix and an update.
PageInfo
tag render incorrectly htmlhead_title
and title
parameters, because mapping is wrong between info entered in admin and result on pag, in page:
Code Block |
---|
language | php |
---|
title | categories_tag_processor |
---|
|
...
...
...
...
break;
case 'htmlhead_title': |
...
...
and it should be
case :
Code Block |
---|
language | php |
---|
title | categories_tag_processor.php |
---|
|
case 'title': |
...
...
...
...
...
Navigation bar use "Name" to display the path, which is not so good: if page title is very long, navbar display will become ugly, and if user click on a menu name, he shoud see this menu name in navbar, instead of page title. Then I recommend here to fix this on the whole system, but it's out of my knowledge... need to change how CategoryPath works...may by adding a new prefix, just used in navbar scheme?p
Related Tasks
Jira Legacy |
---|
server | In-Portal Issue Tracker |
---|
key | INP-997 |
---|
|