Opened 5 years ago
Closed 5 years ago
#287 closed Feature Request (invalid)
Static content pages
| Reported by: | timalsina | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Core | Version: | 1.0 |
| Severity: | major | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
An option to create static pages by Admin would be great. (They could be used for Terms, Privacy Police etc. pages)
I see that there is text directory in views/default with about, terms etc files but they are incomplete.
Change History (1)
comment:1 Changed 5 years ago by marcus
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

You can easily create static pages in the usual way.
If you want to replace an existing page, or extend an existing page (say, to add a link to your new page) then find out what view its using and either edit it by hand or better yet create a plugin which replaces/extends the view.