MyAAC
Official WebsiteDemoDownloadGitHub
  • Welcome!
  • Quick Start
  • Troubleshooting
  • Install
    • Linux
      • Configure web server
      • Install with git
      • Serve
    • Windows
      • Uniform Server (recommended)
      • XAMPP
  • Customize
    • Pages
    • Plugins
      • About plugins
      • Compatibility
    • Templates
  • Misc
    • Updating
    • Contributing
    • TODO
    • Supported servers
    • Stripe
Powered by GitBook
On this page
  • Create new page
  • Through filesystem
  • Through admin panel
  1. Customize

Pages

Create new page

Through filesystem

Go into system/pages Create new file called my-awesome-page.php

Paste this

<?phpp
defined('MYAAC') or die('Direct access not allowed!');
$title = 'My Awesome Page';

echo 'This is my awesome page';
// edit your page content

Visit http://localhost/?p=my-awesome-page to view the page.

Note: for MyAAC 1.0+ the address will be http://localhost/index.php/my-awesome-page

Through admin panel

Go to localhost/admin

Go to Pages -> Add

Check "Enable TinyMCE"

Now with the visual editor you can edit the page look.

You can also check "PHP" and paste PHP page in the editor.

PreviousXAMPPNextPlugins

Last updated 1 month ago