• Hi, I am looking for a button that allows users to write new entries to a page. I need to make the page password protected. Basically I want to create a Lift Share Board.

    This will allow people using the website (which is about events) to offer or request a lift share or arrange a taxi share to the event. Hence why it needs to be password protected. Any advice where I might find such a feature?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Specific pages can be password protected. In the post/page editor, click on the status item in the settings sidebar. There’s a checkmark there you can use to password protect a page. As this is a shared password for anyone allowed to access the page, IMO it’s not a very good scheme. Shared passwords are never a good idea.

    You’re better off requiring registration and assigning to those users who can access the page a special capability or role. Then users can manage their own password without impacting other users. However, for this special capability to be effective, you’ll need either a custom template or pattern which enforces limited access. Alternately, make the page a custom post type which has special capabilities built into its schema.

    You likely need a custom template or pattern anyway to allow users to add their own listings to the page. Or maybe you could leverage the built-in comments scheme to let users add their listings as comments.

Viewing 1 replies (of 1 total)

The topic ‘How to create a basic button to write new entry’ is closed to new replies.