I Love PHPMaker

... because it gets even more powerful and flexible!!

  • About
  • Terms and Conditions
  • Membership Options
  • Sitemap
  • Downloads
    • PHPMaker Extensions Download
    • PHPMaker Projects Download
    • PHP Report Maker Extensions Download
I Love PHPMaker » Downloads » PHPMaker Extensions » PHPMaker 12 Extensions » MasinoHeaderFooter 12.0.7

July 31, 2015

MasinoHeaderFooter 12.0.7

Warning: Only for PHPMaker version 12.0.7

This extension will change the main look and feel of your Header and Footer of web applications that generated by PHPMaker 12. It also will display the Announcement and or Maintenance Mode.

There are some new features will be included in your Header and Footer, such as: Displaying current logged in User ID in Header, language selector in Header, web application title in Header, hiding the Header and or Footer, Multiple-Themes/Colors, and many others.

Version12.0.7
Last UpdatedJune 9, 2016
Downloaded175 times
Create DateJuly 31, 2015
Please login to access downloadables

Article by Masino Sinaga 17 Comments

Comments

  1. SW Yin says

    January 25, 2016 at 4:05 pm

    Dear Mr Masino,

    In this extension, we have option to choose the Theme Options. How easy is it if I want to add more theme colours for my project? What is the best way to do it?

    Thanks.

    Log in to Reply
    • Masino Sinaga says

      January 25, 2016 at 9:37 pm

      You may create your own extension based on this one, and then learn the structure and the logic of it to add more theme colors into yours.

      Log in to Reply
  2. SW says

    February 23, 2016 at 5:36 pm

    Dear Mr Masino,

    I just noticed that if I use theme-white in MasinoFixedWidthSite12, the table header and contents are not aligned together. A few other theme colours I tested is OK

    Log in to Reply
    • SW says

      February 23, 2016 at 11:44 pm

      Sorry I mean using the theme “theme-white” in MasinoHeaderFooter12..

      Log in to Reply
      • Masino Sinaga says

        February 25, 2016 at 8:57 am

        Thanks for the feedback. Will look into this and let you know the result afterwards.

        Log in to Reply
      • SW says

        February 25, 2016 at 6:16 pm

        I’ve made some comparison of theme-white.css with other file. Here’s the differences:

        .ewGridLowerPanel.panel-footer {
        padding: 5px; –> Should be padding: 3px;

        ———-

        Missing these two in theme-white.css:
        .ewGridUpperPanel.panel-heading {
        background-color: #ededed
        }
        .ewGridLowerPanel.panel-footer {
        background-color: #ededed
        }

        ———-
        This is the one causing table header and table content not aligned:
        .ewGrid .ewTable>tfoot>tr>td {
        padding: 5px; –> Should be padding: 3px;

        ———-

        .ewPreviewLowerPanel {
        padding: 5px; –> Should be padding: 3px;

        ———-

        .ewExportTable td {
        padding: 5px; –> Should be padding: 3px;

        ———-

        Log in to Reply
        • Masino Sinaga says

          February 25, 2016 at 7:57 pm

          Thank you. I’ve just fixed it and uploaded the updated today.

          Log in to Reply
  3. SW says

    March 8, 2016 at 4:09 pm

    I’m sorry but where do we set the contents of the About Us? I try to change the aboutus phraseid in the english.xml but the link and content is showing the same text

    Log in to Reply
    • Masino Sinaga says

      March 10, 2016 at 6:34 pm

      You may simply customize the content of About Us from the languages table.

      Log in to Reply
      • SW says

        March 11, 2016 at 2:52 pm

        I’m using MSSQL database and I’m not using table settings for languages. That’s why I’m trying to amend the languages.xml but it seems like not the right place.

        Log in to Reply
        • Masino Sinaga says

          March 12, 2016 at 4:59 pm

          About text must be derived from the languages table. Currently, it is not available from the .xml language files.

          Log in to Reply
  4. Juan Vallini says

    October 17, 2016 at 2:34 am

    This extensions dont work on phpmaker 12.0.2???

    Or I need to install another versions of masino

    Thanks

    Log in to Reply
    • Masino Sinaga says

      October 17, 2016 at 8:42 am

      You need to upgrade your PHPMaker to the latest of version 12. In other words, you have to use PHPMaker version 12.0.7 in order to use this extension.

      Log in to Reply
  5. Khalaf Aladawi says

    November 28, 2016 at 3:52 pm

    I have an error message (Warning: array_keys() expects parameter 1 to be array, null given in /home4/itsc/public_html/isys/userfn12.php on line 270)

    Log in to Reply
    • Masino Sinaga says

      November 28, 2016 at 10:04 pm

      What is the code on line 270 in the generated userfn12.php file? Can you copy and paste in here?

      Log in to Reply
      • Khalaf Aladawi says

        November 29, 2016 at 4:00 pm

        // Begin of modification LoadApplicationSettings, by Masino Sinaga, September 22, 2014
        function LoadApplicationSettings() {
        $_SESSION[‘isys-14-10-2016-0152_views’] = 1; // reset the global counter

        // Parent array of all items, initialized if not already…
        if (!isset($_SESSION[‘isys-14-10-2016-0152_appset’])) {
        $_SESSION[‘isys-14-10-2016-0152_appset’] = array();
        }
        $sSql = “SELECT * FROM “.MS_SETTINGS_TABLE.” WHERE Option_Default = ‘Y'”;
        $rs = ew_LoadRecordset($sSql)->GetRows();
        $x = array_keys($rs[0]); //Line 270…
        for ($i=0; $i $value) {
        $sfieldname = $x[$i];
        if (!is_numeric($sfieldname)) {
        $_SESSION[‘isys-14-10-2016-0152_appset’][$sfieldname] = $value[$x[$i]];
        }
        }
        unset($value);
        }
        }

        Log in to Reply
        • Masino Sinaga says

          November 29, 2016 at 5:19 pm

          Make sure you have already added the settings table into your current database.

          Please always refer to the demo project that I provided in this site, too!

          Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • A New PHPMaker 2025 Project File Is Released
  • PHPMaker 2025 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2025 Is Released!
  • A New PHPMaker 2024 Project File Is Released
  • PHPMaker 2024 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2024 Is Released!
  • PHPMakerProjects.com, For Those Who Need PHPMaker Project Sample
  • A New PHPMaker 2023 Project File Is Released
  • PHPMaker 2023 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2023 Is Released!

Search

Recent Comments

  • Masino Sinaga on Masino Extensions for PHPMaker 2024 Is Released!
  • Masino Sinaga on A New PHPMaker 2024 Project File Is Released
  • Masino Sinaga on PHPMaker 2023 Demo Project File Is Released
  • Edward Babatunde on PHPMaker 2023 Demo Project File Is Released
  • Edward Babatunde on Masino Extensions for PHPMaker 2024 Is Released!

Demo Website

  • Demo of I Love PHPMaker 2025 (MasinoExtensions).
  • Stock Inventory Management for PHPMaker 2025.

Another Demo

The following template are not available in this site (must be purchased separately)

  • PHPMaker v2018 Horizontal Vertical Template.
  • PHPMaker v2017 Horizontal Vertical Template.

Demo Explanation

Stock Inventory Management is the good project for your reference, since it uses the real example in the real world. Many useful features you can use from this project, such as how to add the Thousand and Decimal separator character, and also how to calculate multiple row in Grid-Add when End-Users are entering data into the Grid-Add mode.

Categories

  • Customize Template (103)
  • General (4)
  • PHP Report Maker (17)
  • PHP Report Maker Extensions (2)
  • PHPMaker Extensions (84)
  • PHPMaker Projects (7)
  • Tips and Trick (72)

Articles based on version

  • PHPMaker 2025
  • PHPMaker 2024
  • PHPMaker 2023
  • PHPMaker 2022
  • PHPMaker 2021
  • PHPMaker 2020
  • PHPMaker 2019
  • PHPMaker 2018
  • PHPMaker 2017.0.7
  • PHPMaker 12.0.7
  • PHPMaker 11.0.6
  • PHPMaker 10.0.5
  • PHPMaker 9.2.0
  • PHPMaker 8.0.3
  • PHP Report Maker 12

(c) I Love PHPMaker 2010 - 2025 by Masino Sinaga | WordPress | Log in | Back to top