HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Replace Homepage with my own content
rloyola
New
What is the best way to do this....
If i have a custom page created by a plugin is there a way to set the homepage route into it?
Thanks
0
Comments
Take a look at
https://docs.vanillaforums.com/developer/routes/
Predefined routes > Defaultcontroller
Also, if you just want to add simple static content without rerouting ... in your template,
default..master.tpl
there is a nice smarty variable you can use to decide what to show in your homepage. It is$isHomepage
You can load an entire new page template design if you want
Or if you like your existing main rest-of-the-site design so much but want to nuke the forumisque discussion/categories list side of things
Use
include
andpockets
andmodules
to make things a little less hazardous, and tidy.https://docs.vanillaforums.com/developer/framework/modules/
https://blog.vanillaforums.com/product/power-pockets-adding-custom-html-js-vanilla-forum
wow, the editor mangled my response above