lowray1975 wrote:Could it be possible to configure ImageVue so that when the title field of a textpage is empty it will not display the folder name?
I'm currently doing this with CSS, although the title box in the admin doesn't encode the "'s properly so it's a bit difficult to edit.
If the title field is empty, it will not have a name in the menu either - Won't that be a problem? As you said yourself, you can also disable the textpage title from being displayed in the textpage by setting the following CSS:
.textpage_title{
display: none;
}
Not quite sure what you mean with the "'s ... If you are leaving the title field empty, why is there anything there at all? I think it's bad practice to leave the titles empty anyway, but wha are you trying to do?