Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you use the solution of creating other html or php pages, in order to edit them online you just need to add the folloing entry in the b2menutop.txt file to get the edit option in your admin menu:
    6 b2template.php?file=yourpage.php Edit my page
    (yourpage.php = the name of the page you want to be editable)

    Or you can do some tricks using php code (in particular the ‘if’ condition and the ‘isset’ function). In this case you’re don’t need to create new pages, you just use the index.php page.
    That’s what I did on my website https://sieste.defloy.com/ (still in dev version)
    The content of the homepage (aka “projet”) and the “conditions” page is made of blog entries but not displayed as blog entry, it is displayed as single article without the title and other article’s informations. The blog is displayed on the “nouvelles” page.

Viewing 2 replies - 1 through 2 (of 2 total)