Allow Pages to be created without a title

Paul B

XenForo moderator
Staff member
This is a long shot but it's worth posting just in case.

In some instances it would be useful to be able to create a Page without a title.
Currently that's only possible by editing the xf_node table; see here: http://xenforo.com/community/threads/how-to-create-a-page-without-a-title.8277/

For those who aren't comfortable with doing that though, allowing an empty field or single space in the node Title field would achieve the same result.

I appreciate there aren't many instances where this would be used but it would be very useful for utilising a Page as a home page.
 
Upvote 0
I'm not positive of this, but you might be able to write a title, and then put this in the template HTML for the page:

<xen:title></xen:title>
<xen:h1></xen:h1>

(Yes, empty tags.)
 
Top Bottom