1 achillis May 16, 2013 09:19
3 achillis May 16, 2013 23:16
Ha ha... *sigh* I'm happy for it, but now I have to wait... ):
4 konradk Aug 27, 2016 14:39
Now that version 5.1 has long since been released, how does one change the default home page to a post (e.g., in v 6.7.4)?
I suspect b2evolution is way overkill for our needs. For now, I just need to implement a simple one page web site with no links. Ideally I would like our home page point to an html file something along the lines of:
<head>
<style type="text/css">
div.fill-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
img.make-it-fit {
max-width: 99%;
max-height: 99%;
}
</style>
</head>
<div class='fill-screen'>
<img class='make-it-fit'
src='./onepagewebsite.jpg'>
</div>
5 amoun Aug 28, 2016 10:18
V 6
Under Features > Front Page
6 fplanque Aug 31, 2016 02:57
Here: http://b2evolution.net/man/collection-front-page-settings
Last option: "A specific page"
That's a feature of v 5.1 ;)