{"id":36997885,"url":"https://github.com/ortic/concrete5-forum","last_synced_at":"2026-01-13T23:56:40.169Z","repository":{"id":57033190,"uuid":"116353579","full_name":"ortic/concrete5-forum","owner":"ortic","description":"A simple forum solution for concrete5","archived":false,"fork":false,"pushed_at":"2018-07-12T03:45:05.000Z","size":71,"stargazers_count":8,"open_issues_count":12,"forks_count":4,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-03-15T09:21:13.777Z","etag":null,"topics":["concrete5","forum","package"],"latest_commit_sha":null,"homepage":"","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/ortic.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}},"created_at":"2018-01-05T07:02:14.000Z","updated_at":"2019-04-22T07:29:18.000Z","dependencies_parsed_at":"2022-08-23T20:50:20.478Z","dependency_job_id":null,"html_url":"https://github.com/ortic/concrete5-forum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ortic/concrete5-forum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortic%2Fconcrete5-forum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortic%2Fconcrete5-forum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortic%2Fconcrete5-forum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortic%2Fconcrete5-forum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ortic","download_url":"https://codeload.github.com/ortic/concrete5-forum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortic%2Fconcrete5-forum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["concrete5","forum","package"],"created_at":"2026-01-13T23:56:39.715Z","updated_at":"2026-01-13T23:56:40.163Z","avatar_url":"https://github.com/ortic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ortic forum\n\nThis repository contains a simple forum solution for concrete5 v8+ and PHP 7+.\n\nInstead of using pages for everything, this forum uses a lean structure that should be more performant than a page +\nattribute based solution. Each topic is a page in concrete5, but the actual messages are stored in dedicated tables to make things faster and easier to handle.\n\n## Installation\n\nCopy the content of this repository to your packages directory and save everything in a folder called `ortic_forum`.\nInstall the package in the concrete5 UI. This will create a new page type called `Forum`. Simply create a new page of that type to add a forum to your sitemap. Feel free to create as many forums as you want\n\n## Configuration\n\nYou can customize the forum by copying `config/ortic_forum.php` to `application/config/ortic_forum/ortic_forum.php`.\n\n* `admin_group` The group of users that has the permission to update and delete forum messages of others.\n* `attachment_fileset_name` The name of the fileset to which the files from the forum will be added.\n\n## Usage\n\n* Simply create a new page using the \"forum\" page type. You can have as many of those pages as you like. That allows you to have several topics.\n* There's a forum news block you can use to post a list of the most recent forum messages.\n\n## Customizing output\n\n* The forum uses single pages to render its output. Make sure you properly implement `view.php` in your theme. The forum will be rendered where `view.php` echo's `$innerContent`.\n* If that isn't enough, copy the content of https://github.com/ortic/concrete5-forum/blob/master/single_pages/forum.php to `application/single_pages/forum.php` and amend whatever you'd like to change. The same works for `forum_topic.php`.\n* If that isn't enough, create a file called `forum.php` in your theme. Include the header, footer and whatever else you include from your `view.php`. Instead of echoing the content of `$innerContent`, use the content of https://github.com/ortic/concrete5-forum/blob/master/single_pages/forum.php and change whatever you like.\n\n* You can also override the email by copying `new_answer.php` to your application's mail directory.\n* You can also override the elements. If you don't like the output of the avatar, copy `user_avatar.php` from `elements` to `application/elements` and change whatever you like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fortic%2Fconcrete5-forum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fortic%2Fconcrete5-forum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fortic%2Fconcrete5-forum/lists"}