PHPackages                             havefnubb/hfnuthemes-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. havefnubb/hfnuthemes-module

ActiveJelix-module[Admin Panels](/categories/admin)

havefnubb/hfnuthemes-module
===========================

Jelix module allowing to select a theme for the application

v1.6.0(4y ago)019LGPL-2.1-onlyPHPPHP &gt;=5.6

Since Aug 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/havefnubb/hfnuthemes-module)[ Packagist](https://packagist.org/packages/havefnubb/hfnuthemes-module)[ RSS](/packages/havefnubb-hfnuthemes-module/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Hfnuthemes module
=================

[](#hfnuthemes-module)

This is a module for Jelix, to select a theme for the application.

This module is for Jelix 1.7.2 and higher.

It was originally developped into the [Havefnubb project](https://github.com/havefnubb/havefnubb/).

Setting up the module
=====================

[](#setting-up-the-module)

The best method is to use Composer.

In a commande line inside your project, execute:

```
composer require "havefnubb/hfnuthemes-module"

```

Launch the configurator for your application to enable the module

```
php dev.php module:configure hfnuthemes
```

After configuring the module, you should launch the installer of your application to activate the module:

```
php install/installer.php
```

Providing a theme
=================

[](#providing-a-theme)

Themes should be installed into `app/themes/` (themes bundled with the application) or into `var/themes` (themes installed by the user).

These directories should contain a directory for each theme, containing templates, as described into the [Jelix documentation](https://docs.jelix.org/en/manual/application/themes). Css and images of templates should be installed into `www/themes/`.

For hfnuthemes, a JSON file `theme.json` should be saved into each theme directory.

Example of a content of `theme.json`:

```
{
  "name": "Default",
  "createddate": "2009-09-01",
  "label": {
    "en_US": "Default Theme",
    "fr_FR": "Thème Principal"
  },
  "description": {
    "en_US": "Default theme  of HaveFnuBB!",
    "fr_FR": "Thème Principal de HaveFnuBB! ",
  },
  "licence": {
    "url": "http://www.gnu.org/licenses/gpl.html",
    "description": "GNU General Public Licence"
  },
  "copyright": "2008-2011 FoxMaSk",
  "creator": {
    "name": "FoxMaSk",
    "email": "foxmask@foxmask.net",
    "active": true
  },
  "homepageURL": "http://www.havefnubb.jelix.org/",
  "updateURL": "",
  "version": "1.0.1"
}
```

In the web directory of the theme (for example `www/themes/theme_name/`), you should save a `theme.png` file, displaying a screenshot or the logo of the theme.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1721d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae8142be36568660282368ce7c1eec904ecbc515ab5b58c759a487f3a6f1d114?d=identicon)[laurentj](/maintainers/laurentj)

---

Top Contributors

[![laurentj](https://avatars.githubusercontent.com/u/336034?v=4)](https://github.com/laurentj "laurentj (5 commits)")

---

Tags

moduleadminthemesjelix

### Embed Badge

![Health badge](/badges/havefnubb-hfnuthemes-module/health.svg)

```
[![Health](https://phpackages.com/badges/havefnubb-hfnuthemes-module/health.svg)](https://phpackages.com/packages/havefnubb-hfnuthemes-module)
```

###  Alternatives

[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
