{"id":23281016,"url":"https://github.com/hichxm/statsplus","last_synced_at":"2025-04-06T13:35:47.622Z","repository":{"id":124012364,"uuid":"115878280","full_name":"hichxm/StatsPlus","owner":"hichxm","description":"Plugin for MyBB 1.8","archived":false,"fork":false,"pushed_at":"2017-12-31T18:03:24.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T19:48:05.037Z","etag":null,"topics":["18","1814","mybb","plugin","plus","statistics","stats","statsplus"],"latest_commit_sha":null,"homepage":"https://mybb.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hichxm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-12-31T17:59:10.000Z","updated_at":"2018-01-01T11:46:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"38c3c4d2-9f80-4fe8-a024-9bc9067fd1b7","html_url":"https://github.com/hichxm/StatsPlus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FStatsPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FStatsPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FStatsPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FStatsPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hichxm","download_url":"https://codeload.github.com/hichxm/StatsPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247489300,"owners_count":20947086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["18","1814","mybb","plugin","plus","statistics","stats","statsplus"],"created_at":"2024-12-19T23:39:59.873Z","updated_at":"2025-04-06T13:35:47.597Z","avatar_url":"https://github.com/hichxm.png","language":"PHP","readme":"# ![StatsPlus](https://img15.hostingpics.net/pics/371238barchart1.png \"Logo Title Text 1\") StatsPlus\n\nStatsPlus est un plugin MyBB qui vous permettra d'afficher les statistiques sur votre forum.\n\n![Image](https://img15.hostingpics.net/pics/673298Screenshot20171231DEVSFORUM.png \"Example\")\n\n## Variable\n\nPour modifier le template à votre guise.\n\n- Rendez-vous sur les templates de votre theme.\n- Modifier le template ```Global Template\\statsplus_tpl``` pour y modifier le contenu.\n\n| Variable         | Resultat                            |\n|:---------------- |:----------------------------------- |\n| {last user}      | Dernier utilisateur inscrit         |\n| {last user uuid} | Uuid du dernier utilisateur inscrit |\n| ---------------- | ----------------------------------- |\n| {total post}     | Nombre totale de message            |\n| {total thread}   | Nombre totale de discussion         |\n| {total membre}   | Nombre totale de membre             |\n\n```html\n\u003ctable border=\"0\" cellspacing=\"{$theme['borderwidth']}\" cellpadding=\"{$theme['tablespace']}\" class=\"tborder\"\u003e\n    \u003ctr\u003e\n\t\t\u003ctd class=\"thead\"\u003e\n\t\t\tStatistique\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n        \u003ctd class=\"trow2\"\u003e\n\t        \u003cspan class=\"smalltext\"\u003e\n\t\t        \u003cdiv class=\"float_left\"\u003eDiscussion:\u003c/div\u003e   \u003cdiv class=\"float_right\"\u003e{total thread}\u003c/div\u003e \n                \u003cbr /\u003e\n\t\t        \u003cdiv class=\"float_left\"\u003eMessage:\u003c/div\u003e   \u003cdiv class=\"float_right\"\u003e{total post}\u003c/div\u003e \n\t\t        \u003cbr /\u003e\n\t\t        \u003cdiv class=\"float_left\"\u003eMembre:\u003c/div\u003e   \u003cdiv class=\"float_right\"\u003e{total membre}\u003c/div\u003e \n\t\t        \u003cbr /\u003e\n\t\t        \u003cdiv class=\"float_left\"\u003eDernier membre:\u003c/div\u003e   \u003cdiv class=\"float_right\"\u003e{last user}\u003c/div\u003e \n\t\t    \u003c/span\u003e\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n```\n\n## Installation\n\nPour installer le plugin rien de plus simple.\n\n- Deplacer le fichier ```statsplus.php``` vers le dossier ```\\inc\\plugins\\```\n- Rendez-vous sur la page administration de votre forum.\n- Installer le plugin disponible sur le lien suivant ```/admin/index.php?module=config-plugins```\n- Rendez-vous sur les templates de votre theme.\n- Modifier le template ```Index Page Templates\\index``` pour y ajouter le tag ```{$statsplus}```\n\n```html\n\u003chtml\u003e\n\u003chead\u003e\n\u003ctitle\u003e{$mybb-\u003esettings['bbname']}\u003c/title\u003e\n{$headerinclude}\n\u003cscript type=\"text/javascript\"\u003e\n\u003c!--\n\tlang.no_new_posts = \"{$lang-\u003eno_new_posts}\";\n\tlang.click_mark_read = \"{$lang-\u003eclick_mark_read}\";\n// --\u003e\n\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n{$header}\n    \u003cdiv class=\"side\" style=\"float: right; width: 19%\"\u003e\n        {$statsplus}\n    \u003c/div\u003e\n    \u003cdiv class=\"forum\" style=\"float: left; width: 80%;\"\u003e\n        {$forums}\n    \u003c/div\u003e\n{$boardstats}\n\n\u003cdl class=\"forum_legend smalltext\"\u003e\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_on\" title=\"{$lang-\u003enew_posts}\"\u003e\u003c/span\u003e\u003c/dt\u003e\n\t\u003cdd\u003e{$lang-\u003enew_posts}\u003c/dd\u003e\n\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_off\" title=\"{$lang-\u003eno_new_posts}\"\u003e\u003c/span\u003e\u003c/dt\u003e\n\t\u003cdd\u003e{$lang-\u003eno_new_posts}\u003c/dd\u003e\n\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_offlock\" title=\"{$lang-\u003eforum_locked}\"\u003e\u003c/span\u003e\u003c/dt\u003e\n\t\u003cdd\u003e{$lang-\u003eforum_locked}\u003c/dd\u003e\n\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_offlink\" title=\"{$lang-\u003eforum_redirect}\"\u003e\u003c/span\u003e\u003c/dt\u003e\n\t\u003cdd\u003e{$lang-\u003eforum_redirect}\u003c/dd\u003e\n\u003c/dl\u003e\n\u003cbr class=\"clear\" /\u003e\n{$footer}\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Configuration\n\nPour configurer le plugin rendez-vous sur la page d'administration est modifier les parametres du plugin.\n\nLa configuration du plugin est simple.\n\n```php\n$settings = [\n    \"statsplus_enabled\" =\u003e [\n        \"title\"         =\u003e \"Enabled\",\n        \"description\"   =\u003e \"If the yes box is checked, the plugin will be activated.\",\n        \"optionscode\"   =\u003e \"yesno\",\n        \"value\"         =\u003e 1,\n        \"disporder\"     =\u003e 1\n    ]\n];\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhichxm%2Fstatsplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhichxm%2Fstatsplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhichxm%2Fstatsplus/lists"}