Recent Topics

1 May 16, 2013 09:19    

[4.1.7]

Is there a hack to make a specified created Page-post the default landing page/home page and make it that the blog posts are avasilable through following a different link?

2 May 16, 2013 18:37

That's a feature of v 5.1 ;)

3 May 16, 2013 23:16

Ha ha... *sigh* I'm happy for it, but now I have to wait... ):

4 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 Aug 28, 2016 10:18

V 6
Under Features > Front Page


Form is loading...