{"id":23281032,"url":"https://github.com/hichxm/noteplus","last_synced_at":"2025-04-06T13:40:40.995Z","repository":{"id":124011894,"uuid":"115805363","full_name":"hichxm/NotePlus","owner":"hichxm","description":"Plugin for MyBB 1.8","archived":false,"fork":false,"pushed_at":"2017-12-31T13:11:45.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T19:48:05.689Z","etag":null,"topics":["1814","mybb","note","plugin","plus"],"latest_commit_sha":null,"homepage":"http://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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-30T15:26:37.000Z","updated_at":"2017-12-31T12:13:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5bb2205-90bf-4bb6-a44c-a44ce4424abd","html_url":"https://github.com/hichxm/NotePlus","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%2FNotePlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FNotePlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FNotePlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2FNotePlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hichxm","download_url":"https://codeload.github.com/hichxm/NotePlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247491775,"owners_count":20947537,"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":["1814","mybb","note","plugin","plus"],"created_at":"2024-12-19T23:40:06.287Z","updated_at":"2025-04-06T13:40:40.990Z","avatar_url":"https://github.com/hichxm.png","language":"PHP","readme":"# ![NotePlus](https://img15.hostingpics.net/pics/786668notepad3.png \"Logo Title Text 1\") NotePlus\r\n\r\nNotePlus est un plugin MyBB qui vous permettra d'afficher des notes pour vos utilisateurs de votre forum.\r\n\r\n![Image](https://img15.hostingpics.net/pics/146826Screenshot20171230DEVSFORUM.png \"Example\")\r\n\r\n![Image](https://img15.hostingpics.net/pics/630434Screenshot20171230DEVSFORUM1.png \"Example\")\r\n\r\n## Installation\r\n\r\nPour installer le plugin rien de plus simple.\r\n\r\n- Deplacer le fichier ```noteplus.php``` vers le dossier ```\\inc\\plugins\\```\r\n- Rendez vous sur la page administration de votre forum.\r\n- Installer le plugin disponible sur le lien suivant ```/admin/index.php?module=config-plugins```\r\n- Rendez vous sur les templates de votre theme.\r\n- Modifiez le template ```Index Page Templates\\index``` pour y ajouter le tag ```{$noteplus}```\r\n\r\n```html\r\n\u003chtml\u003e\r\n\u003chead\u003e\r\n\u003ctitle\u003e{$mybb-\u003esettings['bbname']}\u003c/title\u003e\r\n{$headerinclude}\r\n\u003cscript type=\"text/javascript\"\u003e\r\n\u003c!--\r\n\tlang.no_new_posts = \"{$lang-\u003eno_new_posts}\";\r\n\tlang.click_mark_read = \"{$lang-\u003eclick_mark_read}\";\r\n// --\u003e\r\n\u003c/script\u003e\r\n\u003c/head\u003e\r\n\u003cbody\u003e\r\n{$header}\r\n{$noteplus}\r\n{$forums}\r\n{$boardstats}\r\n\r\n\u003cdl class=\"forum_legend smalltext\"\u003e\r\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_on\" title=\"{$lang-\u003enew_posts}\"\u003e\u003c/span\u003e\u003c/dt\u003e\r\n\t\u003cdd\u003e{$lang-\u003enew_posts}\u003c/dd\u003e\r\n\r\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_off\" title=\"{$lang-\u003eno_new_posts}\"\u003e\u003c/span\u003e\u003c/dt\u003e\r\n\t\u003cdd\u003e{$lang-\u003eno_new_posts}\u003c/dd\u003e\r\n\r\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_offlock\" title=\"{$lang-\u003eforum_locked}\"\u003e\u003c/span\u003e\u003c/dt\u003e\r\n\t\u003cdd\u003e{$lang-\u003eforum_locked}\u003c/dd\u003e\r\n\r\n\t\u003cdt\u003e\u003cspan class=\"forum_status forum_offlink\" title=\"{$lang-\u003eforum_redirect}\"\u003e\u003c/span\u003e\u003c/dt\u003e\r\n\t\u003cdd\u003e{$lang-\u003eforum_redirect}\u003c/dd\u003e\r\n\u003c/dl\u003e\r\n\u003cbr class=\"clear\" /\u003e\r\n{$footer}\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n```\r\n\r\n## Configuration\r\n\r\nPour configurer le plugin rendez-vous sur la page d'administration est modifier les parametres du plugin.\r\n\r\nLa configuration du plugin est simple.\r\n\r\n```php\r\n$settings = [\r\n        \"noteplus_enabled\" =\u003e [\r\n            \"title\"         =\u003e \"Enabled\",\r\n            \"description\"   =\u003e \"If the yes box is checked, the plugin will be activated.\",\r\n            \"optionscode\"   =\u003e \"yesno\",\r\n            \"value\"         =\u003e 1,\r\n            \"disporder\"     =\u003e 1\r\n        ],\r\n        \"noteplus_message\" =\u003e [\r\n            \"title\"         =\u003e \"Message\",\r\n            \"description\"   =\u003e \"The message to display on the homepage. (plaintext, html)\",\r\n            \"optionscode\"   =\u003e \"textarea\",\r\n            \"value\"         =\u003e \"My message :)\",\r\n            \"disporder\"     =\u003e 2\r\n        ]\r\n];\r\n```\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhichxm%2Fnoteplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhichxm%2Fnoteplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhichxm%2Fnoteplus/lists"}