- Compatible XF Versions
- 1.x.x
- Visible Branding
- No
Add-on for XenForo gives you 1 custom HTML page to use.
To install, upload the files contained in the "upload" folder to your Xenforo installation root directory and install using the .xml file.
To set up the page, use the acomhomepage_layout template to set up the html head and layout. Be aware of certain variables in it; do not remove configuration variables (such as $title, $contents). Use the acomhomepage and acomhomepage.css templates to set the page body.
The phrase acomhomepage is used to identify the users shown in the view when viewing this page.
If you want this page to be your homepage: Set your index path in `Options -> Basic Board Settings` to `home/`
If you want to use it for another page (other than a website), you will have to make a few changes before updating the route filter:
1. Enable debug mode (config.php: `$config['debug'] = 1;`)
2. Go to http://yourwebsite /admin.php?route-prefixes/ (or `Admin -> Development -> Route Prefixes`) and edit the route prefix `home` to whatever you want.
3. Edit /library/Apantic/ACOMHomepage/Route/Prefix/Home.php and change `home` on line 17 to whatever you want (Same change in above step).
To install, upload the files contained in the "upload" folder to your Xenforo installation root directory and install using the .xml file.
To set up the page, use the acomhomepage_layout template to set up the html head and layout. Be aware of certain variables in it; do not remove configuration variables (such as $title, $contents). Use the acomhomepage and acomhomepage.css templates to set the page body.
The phrase acomhomepage is used to identify the users shown in the view when viewing this page.
If you want this page to be your homepage: Set your index path in `Options -> Basic Board Settings` to `home/`
If you want to use it for another page (other than a website), you will have to make a few changes before updating the route filter:
1. Enable debug mode (config.php: `$config['debug'] = 1;`)
2. Go to http://yourwebsite /admin.php?route-prefixes/ (or `Admin -> Development -> Route Prefixes`) and edit the route prefix `home` to whatever you want.
3. Edit /library/Apantic/ACOMHomepage/Route/Prefix/Home.php and change `home` on line 17 to whatever you want (Same change in above step).