https://github.com/proycon/unilangforum
UniLang Language Community - Forum
https://github.com/proycon/unilangforum
Last synced: over 1 year ago
JSON representation
UniLang Language Community - Forum
- Host: GitHub
- URL: https://github.com/proycon/unilangforum
- Owner: proycon
- Created: 2015-03-14T14:19:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T22:09:58.000Z (about 2 years ago)
- Last Synced: 2025-04-22T10:21:17.250Z (over 1 year ago)
- Language: PHP
- Homepage: http://forum.unilang.org
- Size: 13.1 MB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UniLang Language Community - Forum
=====================================
This repository contains the source code for the UniLang forum
(http://forum.unilang.org), powered by phpBB 3.1. The phpBB 3.1 source and all
custom extensions are included here.
The UniLang style resides in ``phpBB3/style/unilang/`` and inherits from the
default prosilver style.
Extensions reside in ``phpBB3/ext``.Custom-made UniLang extensions are in
``phpBB3/ext/unilang``, we have the following custom extensions, click the links for
further documentation:
* [UniLang Languages
Extension](https://github.com/proycon/unilangforum/tree/master/phpBB3/ext/unilang/languages) - Provides language & location functionality: flags, languages in user profiles, subforum flags, etc..
* [UniLang Navigation
Extension](https://github.com/proycon/unilangforum/tree/master/phpBB3/ext/unilang/chat) - Navigation items: chat, development
If you want to write a new extension or edit an
existing one, please familiarize yourself with the phpBB3.1 extension framework:
* [Writing Extensions](https://www.phpbb.com/extensions/writing/)
* [Available PHP events (hooks) & Template events](https://wiki.phpbb.com/Event_List)
* [Porting PhpBB3.0 mods to 3.1](https://github.com/nickvergessen/howto-convert-phpbb30mod-to-phpbb31ext)
* [PHPBB3.1 API
Documentation](https://area51.phpbb.com/docs/code/develop-ascraeus/)
Modifying the phpBB3 sources should be *strictly avoided* unless there is
absolutely no other way. Always either write proper extensions (strongly
preferred), or otherwise adapt the templates in the UniLang style (keep this
to a minimum too).