> For the complete documentation index, see [llms.txt](https://playground.e107sk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground.e107sk.com/e107-efiction-integration/outdated/members-vs-authors/authors-account.md).

# Author's account

**Structure changes:**

* file **user.php** was renamed to **member.php** to avoid conflict with e107 user.php file.&#x20;
* folder **member** was added and if a user file is fully rewritten, it is moved from **user** folder to **member** folder (just to know what left to rewrite)

Only panels with level > 1, type U, S, F

| Panel | Key           | Title                | File                           | Version |
| ----- | ------------- | -------------------- | ------------------------------ | ------- |
| F     | manfavs       | Manage Favorites     | user/manfavs.php               |         |
| S     | newstory      | Add New Story        | stories.php?action=newstory    |         |
| S     | managestories | Manage Stories       | stories.php?action=viewstories |         |
| S     | newseries     | Add New Series       | manageseries.php?action=add    |         |
| S     | manageseries  | Manage Series        | manageseries.php?action=manage |         |
| S     | manageimages  | Manage Images        | user/manageimages.php          |         |
| U     | editbio       | Edit Bio             | usersettings.php               |         |
| U     | editprefs     | Edit Preferences     | user/editprefs.php             |         |
| U     | stats         | View Your Statistics | user/stats.php                 |         |
| U     | logout        | Logout               | index.php?logout               |         |

&#x20;
